Amazon.DatabaseMigrationService.AmazonDatabaseMigrationServiceClient.CreateReplicationSubnetGroup C# (CSharp) Method

CreateReplicationSubnetGroup() public method

Creates a replication subnet group given a list of the subnet IDs in a VPC.
/// AWS DMS was denied access to the endpoint. /// /// The subnet provided is invalid. /// /// The replication subnet group does not cover enough Availability Zones (AZs). Edit /// the replication subnet group and add more AZs. /// /// The resource you are attempting to create already exists. /// /// The resource could not be found. /// /// The quota for this resource quota has been exceeded. ///
public CreateReplicationSubnetGroup ( CreateReplicationSubnetGroupRequest request ) : CreateReplicationSubnetGroupResponse
request CreateReplicationSubnetGroupRequest Container for the necessary parameters to execute the CreateReplicationSubnetGroup service method.
return CreateReplicationSubnetGroupResponse
        public CreateReplicationSubnetGroupResponse CreateReplicationSubnetGroup(CreateReplicationSubnetGroupRequest request)
        {
            var marshaller = new CreateReplicationSubnetGroupRequestMarshaller();
            var unmarshaller = CreateReplicationSubnetGroupResponseUnmarshaller.Instance;

            return Invoke<CreateReplicationSubnetGroupRequest,CreateReplicationSubnetGroupResponse>(request, marshaller, unmarshaller);
        }
AmazonDatabaseMigrationServiceClient