Show / Hide Table of Contents

Class SecurityGroupIngressGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SecurityGroupIngressGetArgs
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 SecurityGroupIngressGetArgs : ResourceArgs

Constructors

View Source

SecurityGroupIngressGetArgs()

Declaration
public SecurityGroupIngressGetArgs()

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.