Show / Hide Table of Contents

Class SecurityGroupState

Inheritance
System.Object
InputArgs
ResourceArgs
SecurityGroupState
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class SecurityGroupState : ResourceArgs

Constructors

View Source

SecurityGroupState()

Declaration
public SecurityGroupState()

Properties

View Source

Description

The description of the Redshift security group. Defaults to "Managed by Pulumi".

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

Ingress

A list of ingress rules.

Declaration
public InputList<SecurityGroupIngressGetArgs> Ingress { get; set; }
Property Value
Type Description
InputList<SecurityGroupIngressGetArgs>
View Source

Name

The name of the Redshift security group.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.