Class SecurityGroupIngress
Inheritance
System.Object
SecurityGroupIngress
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.Rds.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class SecurityGroupIngress
Fields
View SourceCidr
The CIDR block to accept
Declaration
public readonly string Cidr
Field Value
| Type | Description |
|---|---|
| System.String |
SecurityGroupId
The ID of the security group to authorize
Declaration
public readonly string SecurityGroupId
Field Value
| Type | Description |
|---|---|
| System.String |
SecurityGroupName
The name of the security group to authorize
Declaration
public readonly string SecurityGroupName
Field Value
| Type | Description |
|---|---|
| System.String |
SecurityGroupOwnerId
The owner Id of the security group provided
by security_group_name.
Declaration
public readonly string SecurityGroupOwnerId
Field Value
| Type | Description |
|---|---|
| System.String |