Class SubnetGroupState
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.ElastiCache
Assembly: Pulumi.Aws.dll
Syntax
public sealed class SubnetGroupState : ResourceArgs
Constructors
View SourceSubnetGroupState()
Declaration
public SubnetGroupState()
Properties
View SourceDescription
Description for the cache subnet group. Defaults to "Managed by Pulumi".
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Name for the cache subnet group. Elasticache converts this name to lowercase.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubnetIds
List of VPC Subnet IDs for the cache subnet group
Declaration
public InputList<string> SubnetIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |