We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi
published on Monday, Aug 24, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi
published on Monday, Aug 24, 2026 by Pulumi
Resource Type definition for AWS::DMS::ReplicationSubnetGroup
Using getReplicationSubnetGroup
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getReplicationSubnetGroup(args: GetReplicationSubnetGroupArgs, opts?: InvokeOptions): Promise<GetReplicationSubnetGroupResult>
function getReplicationSubnetGroupOutput(args: GetReplicationSubnetGroupOutputArgs, opts?: InvokeOutputOptions): Output<GetReplicationSubnetGroupResult>def get_replication_subnet_group(replication_subnet_group_identifier: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetReplicationSubnetGroupResult
def get_replication_subnet_group_output(replication_subnet_group_identifier: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetReplicationSubnetGroupResult]func LookupReplicationSubnetGroup(ctx *Context, args *LookupReplicationSubnetGroupArgs, opts ...InvokeOption) (*LookupReplicationSubnetGroupResult, error)
func LookupReplicationSubnetGroupOutput(ctx *Context, args *LookupReplicationSubnetGroupOutputArgs, opts ...InvokeOption) LookupReplicationSubnetGroupResultOutput> Note: This function is named LookupReplicationSubnetGroup in the Go SDK.
public static class GetReplicationSubnetGroup
{
public static Task<GetReplicationSubnetGroupResult> InvokeAsync(GetReplicationSubnetGroupArgs args, InvokeOptions? opts = null)
public static Output<GetReplicationSubnetGroupResult> Invoke(GetReplicationSubnetGroupInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetReplicationSubnetGroupResult> Invoke(GetReplicationSubnetGroupInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetReplicationSubnetGroupResult> getReplicationSubnetGroup(GetReplicationSubnetGroupArgs args, InvokeOptions options)
public static Output<GetReplicationSubnetGroupResult> getReplicationSubnetGroup(GetReplicationSubnetGroupArgs args, InvokeOptions options)
public static Output<GetReplicationSubnetGroupResult> getReplicationSubnetGroup(GetReplicationSubnetGroupArgs args, InvokeOutputOptions options)
fn::invoke:
function: aws-native:dms:getReplicationSubnetGroup
arguments:
# arguments dictionarydata "aws-native_dms_get_replication_subnet_group" "name" {
# arguments
}The following arguments are supported:
- Replication
Subnet stringGroup Identifier - The name for the replication subnet group. This value is stored as a lowercase string.
- Replication
Subnet stringGroup Identifier - The name for the replication subnet group. This value is stored as a lowercase string.
- replication_
subnet_ stringgroup_ identifier - The name for the replication subnet group. This value is stored as a lowercase string.
- replication
Subnet StringGroup Identifier - The name for the replication subnet group. This value is stored as a lowercase string.
- replication
Subnet stringGroup Identifier - The name for the replication subnet group. This value is stored as a lowercase string.
- replication_
subnet_ strgroup_ identifier - The name for the replication subnet group. This value is stored as a lowercase string.
- replication
Subnet StringGroup Identifier - The name for the replication subnet group. This value is stored as a lowercase string.
getReplicationSubnetGroup Result
The following output properties are available:
- Replication
Subnet stringGroup Description - The description for the subnet group.
- Subnet
Ids List<string> - One or more subnet IDs to be assigned to the replication subnet group.
-
List<Pulumi.
Aws Native. Outputs. Tag> - One or more tags to be assigned to the replication subnet group
- Replication
Subnet stringGroup Description - The description for the subnet group.
- Subnet
Ids []string - One or more subnet IDs to be assigned to the replication subnet group.
- Tag
- One or more tags to be assigned to the replication subnet group
- replication_
subnet_ stringgroup_ description - The description for the subnet group.
- subnet_
ids list(string) - One or more subnet IDs to be assigned to the replication subnet group.
- list(object)
- One or more tags to be assigned to the replication subnet group
- replication
Subnet StringGroup Description - The description for the subnet group.
- subnet
Ids List<String> - One or more subnet IDs to be assigned to the replication subnet group.
- List<Tag>
- One or more tags to be assigned to the replication subnet group
- replication
Subnet stringGroup Description - The description for the subnet group.
- subnet
Ids string[] - One or more subnet IDs to be assigned to the replication subnet group.
- Tag[]
- One or more tags to be assigned to the replication subnet group
- replication_
subnet_ strgroup_ description - The description for the subnet group.
- subnet_
ids Sequence[str] - One or more subnet IDs to be assigned to the replication subnet group.
- Sequence[root_Tag]
- One or more tags to be assigned to the replication subnet group
- replication
Subnet StringGroup Description - The description for the subnet group.
- subnet
Ids List<String> - One or more subnet IDs to be assigned to the replication subnet group.
- List<Property Map>
- One or more tags to be assigned to the replication subnet group
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi
published on Monday, Aug 24, 2026 by Pulumi