Show / Hide Table of Contents

Class SubnetGroupState

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

Constructors

View Source

SubnetGroupState()

Declaration
public SubnetGroupState()

Properties

View Source

Description

A description of the subnet group.

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

Name

The name of the subnet group.

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

SubnetIds

A list of VPC subnet IDs for the subnet group.

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

VpcId

VPC ID of the subnet group.

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