Class SecurityGroupIngressArgs
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.RedShift.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class SecurityGroupIngressArgs : ResourceArgs
Constructors
View SourceSecurityGroupIngressArgs()
Declaration
public SecurityGroupIngressArgs()
Properties
View SourceCidr
The CIDR block to accept
Declaration
public Input<string> Cidr { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SecurityGroupName
The name of the security group to authorize
Declaration
public Input<string> SecurityGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SecurityGroupOwnerId
The owner Id of the security group provided
by security_group_name.
Declaration
public Input<string> SecurityGroupOwnerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |