Show / Hide Table of Contents

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.RedShift.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class SecurityGroupIngress

Fields

View Source

Cidr

The CIDR block to accept

Declaration
public readonly string Cidr
Field Value
Type Description
System.String
View Source

SecurityGroupName

The name of the security group to authorize

Declaration
public readonly string SecurityGroupName
Field Value
Type Description
System.String
View Source

SecurityGroupOwnerId

The owner Id of the security group provided by security_group_name.

Declaration
public readonly string SecurityGroupOwnerId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.