Class IPSetArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.GuardDuty
Assembly: Pulumi.Aws.dll
Syntax
public sealed class IPSetArgs : ResourceArgs
Constructors
View SourceIPSetArgs()
Declaration
public IPSetArgs()
Properties
View SourceActivate
Specifies whether GuardDuty is to start using the uploaded IPSet.
Declaration
public Input<bool> Activate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
DetectorId
The detector ID of the GuardDuty.
Declaration
public Input<string> DetectorId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Format
The format of the file that contains the IPSet. Valid values: TXT | STIX | OTX_CSV | ALIEN_VAULT | PROOF_POINT | FIRE_EYE
Declaration
public Input<string> Format { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Location
The URI of the file that contains the IPSet.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The friendly name to identify the IPSet.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |