Class DefaultSecurityGroupIngress
Inheritance
System.Object
DefaultSecurityGroupIngress
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.Ec2.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DefaultSecurityGroupIngress
Fields
View SourceCidrBlocks
Declaration
public readonly ImmutableArray<string> CidrBlocks
Field Value
Type | Description |
---|---|
System.Collections.Immutable.ImmutableArray<System.String> |
Description
The description of the security group
Declaration
public readonly string Description
Field Value
Type | Description |
---|---|
System.String |
FromPort
Declaration
public readonly int FromPort
Field Value
Type | Description |
---|---|
System.Int32 |
Ipv6CidrBlocks
Declaration
public readonly ImmutableArray<string> Ipv6CidrBlocks
Field Value
Type | Description |
---|---|
System.Collections.Immutable.ImmutableArray<System.String> |
PrefixListIds
Declaration
public readonly ImmutableArray<string> PrefixListIds
Field Value
Type | Description |
---|---|
System.Collections.Immutable.ImmutableArray<System.String> |
Protocol
Declaration
public readonly string Protocol
Field Value
Type | Description |
---|---|
System.String |
SecurityGroups
Declaration
public readonly ImmutableArray<string> SecurityGroups
Field Value
Type | Description |
---|---|
System.Collections.Immutable.ImmutableArray<System.String> |
Self
Declaration
public readonly bool? Self
Field Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
ToPort
Declaration
public readonly int ToPort
Field Value
Type | Description |
---|---|
System.Int32 |