Class ReplicationSubnetGroupState
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.Dms
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ReplicationSubnetGroupState : ResourceArgs
Constructors
View SourceReplicationSubnetGroupState()
Declaration
public ReplicationSubnetGroupState()
Properties
View SourceReplicationSubnetGroupArn
Declaration
public Input<string> ReplicationSubnetGroupArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ReplicationSubnetGroupDescription
The description for the subnet group.
Declaration
public Input<string> ReplicationSubnetGroupDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ReplicationSubnetGroupId
The name for the replication subnet group. This value is stored as a lowercase string.
Declaration
public Input<string> ReplicationSubnetGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubnetIds
A list of the EC2 subnet IDs for the subnet group.
Declaration
public InputList<string> SubnetIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Tags
A map of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
VpcId
The ID of the VPC the subnet group is in.
Declaration
public Input<string> VpcId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |