Show / Hide Table of Contents

Class ReplicationSubnetGroupState

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

Constructors

View Source

ReplicationSubnetGroupState()

Declaration
public ReplicationSubnetGroupState()

Properties

View Source

ReplicationSubnetGroupArn

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

ReplicationSubnetGroupDescription

The description for the subnet group.

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

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>
View Source

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>
View Source

Tags

A map of tags to assign to the resource.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.