Show / Hide Table of Contents

Class SecurityGroupIngressArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SecurityGroupIngressArgs
Inherited Members
ResourceArgs.Empty
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 Source

SecurityGroupIngressArgs()

Declaration
public SecurityGroupIngressArgs()

Properties

View Source

Cidr

The CIDR block to accept

Declaration
public Input<string> Cidr { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SecurityGroupName

The name of the security group to authorize

Declaration
public Input<string> SecurityGroupName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.