Class DefaultSecurityGroupIngressGetArgs
Inheritance
System.Object
DefaultSecurityGroupIngressGetArgs
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()
Assembly: Pulumi.Aws.dll
public sealed class DefaultSecurityGroupIngressGetArgs : ResourceArgs
Constructors
View Source
Declaration
public DefaultSecurityGroupIngressGetArgs()
Properties
View Source
Declaration
public InputList<string> CidrBlocks { get; set; }
Property Value
View Source
The description of the security group
Declaration
public Input<string> Description { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<int> FromPort { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|
View Source
Declaration
public InputList<string> Ipv6CidrBlocks { get; set; }
Property Value
View Source
Declaration
public InputList<string> PrefixListIds { get; set; }
Property Value
View Source
Declaration
public Input<string> Protocol { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public InputList<string> SecurityGroups { get; set; }
Property Value
View Source
Declaration
public Input<bool> Self { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public Input<int> ToPort { get; set; }
Property Value
| Type |
Description |
| Input<System.Int32> |
|