Show / Hide Table of Contents

Class CfnReplicationConfigMixinProps

Properties for CfnReplicationConfigPropsMixin.

Inheritance
object
CfnReplicationConfigMixinProps
Implements
ICfnReplicationConfigMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.DMS
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnReplicationConfigMixinProps : ICfnReplicationConfigMixinProps
Syntax (vb)
Public Class CfnReplicationConfigMixinProps Implements ICfnReplicationConfigMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.DMS;

             var replicationSettings;
             var supplementalSettings;
             var tableMappings;

             var cfnReplicationConfigMixinProps = new CfnReplicationConfigMixinProps {
                 ComputeConfig = new ComputeConfigProperty {
                     AvailabilityZone = "availabilityZone",
                     DnsNameServers = "dnsNameServers",
                     KmsKeyId = "kmsKeyId",
                     MaxCapacityUnits = 123,
                     MinCapacityUnits = 123,
                     MultiAz = false,
                     PreferredMaintenanceWindow = "preferredMaintenanceWindow",
                     ReplicationSubnetGroupId = "replicationSubnetGroupId",
                     VpcSecurityGroupIds = new [] { "vpcSecurityGroupIds" }
                 },
                 ReplicationConfigIdentifier = "replicationConfigIdentifier",
                 ReplicationSettings = replicationSettings,
                 ReplicationType = "replicationType",
                 ResourceIdentifier = "resourceIdentifier",
                 SourceEndpointArn = "sourceEndpointArn",
                 SupplementalSettings = supplementalSettings,
                 TableMappings = tableMappings,
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } },
                 TargetEndpointArn = "targetEndpointArn"
             };

Synopsis

Constructors

CfnReplicationConfigMixinProps()

Properties for CfnReplicationConfigPropsMixin.

Properties

ComputeConfig

Configuration parameters for provisioning an AWS DMS Serverless replication.

ReplicationConfigIdentifier

A unique identifier that you want to use to create a ReplicationConfigArn that is returned as part of the output from this action.

ReplicationSettings

Optional JSON settings for AWS DMS Serverless replications that are provisioned using this replication configuration.

ReplicationType

The type of AWS DMS Serverless replication to provision using this replication configuration.

ResourceIdentifier

Optional unique value or name that you set for a given resource that can be used to construct an Amazon Resource Name (ARN) for that resource.

SourceEndpointArn

The Amazon Resource Name (ARN) of the source endpoint for this AWS DMS Serverless replication configuration.

SupplementalSettings

Optional JSON settings for specifying supplemental data.

TableMappings

JSON table mappings for AWS DMS Serverless replications that are provisioned using this replication configuration.

Tags

One or more optional tags associated with resources used by the AWS DMS Serverless replication.

TargetEndpointArn

The Amazon Resource Name (ARN) of the target endpoint for this AWS DMS serverless replication configuration.

Constructors

CfnReplicationConfigMixinProps()

Properties for CfnReplicationConfigPropsMixin.

public CfnReplicationConfigMixinProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.DMS;

             var replicationSettings;
             var supplementalSettings;
             var tableMappings;

             var cfnReplicationConfigMixinProps = new CfnReplicationConfigMixinProps {
                 ComputeConfig = new ComputeConfigProperty {
                     AvailabilityZone = "availabilityZone",
                     DnsNameServers = "dnsNameServers",
                     KmsKeyId = "kmsKeyId",
                     MaxCapacityUnits = 123,
                     MinCapacityUnits = 123,
                     MultiAz = false,
                     PreferredMaintenanceWindow = "preferredMaintenanceWindow",
                     ReplicationSubnetGroupId = "replicationSubnetGroupId",
                     VpcSecurityGroupIds = new [] { "vpcSecurityGroupIds" }
                 },
                 ReplicationConfigIdentifier = "replicationConfigIdentifier",
                 ReplicationSettings = replicationSettings,
                 ReplicationType = "replicationType",
                 ResourceIdentifier = "resourceIdentifier",
                 SourceEndpointArn = "sourceEndpointArn",
                 SupplementalSettings = supplementalSettings,
                 TableMappings = tableMappings,
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } },
                 TargetEndpointArn = "targetEndpointArn"
             };

Properties

ComputeConfig

Configuration parameters for provisioning an AWS DMS Serverless replication.

public object? ComputeConfig { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html#cfn-dms-replicationconfig-computeconfig

Type union: either IResolvable or CfnReplicationConfigPropsMixin.IComputeConfigProperty

ReplicationConfigIdentifier

A unique identifier that you want to use to create a ReplicationConfigArn that is returned as part of the output from this action.

public string? ReplicationConfigIdentifier { get; set; }
Property Value

string

Remarks

You can then pass this output ReplicationConfigArn as the value of the ReplicationConfigArn option for other actions to identify both AWS DMS Serverless replications and replication configurations that you want those actions to operate on. For some actions, you can also use either this unique identifier or a corresponding ARN in action filters to identify the specific replication and replication configuration to operate on.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html#cfn-dms-replicationconfig-replicationconfigidentifier

ReplicationSettings

Optional JSON settings for AWS DMS Serverless replications that are provisioned using this replication configuration.

public object? ReplicationSettings { get; set; }
Property Value

object

Remarks

For example, see Change processing tuning settings .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html#cfn-dms-replicationconfig-replicationsettings

ReplicationType

The type of AWS DMS Serverless replication to provision using this replication configuration.

public string? ReplicationType { get; set; }
Property Value

string

Remarks

Possible values:

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html#cfn-dms-replicationconfig-replicationtype

    ResourceIdentifier

    Optional unique value or name that you set for a given resource that can be used to construct an Amazon Resource Name (ARN) for that resource.

    public string? ResourceIdentifier { get; set; }
    Property Value

    string

    Remarks

    For more information, see Fine-grained access control using resource names and tags .

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html#cfn-dms-replicationconfig-resourceidentifier

    SourceEndpointArn

    The Amazon Resource Name (ARN) of the source endpoint for this AWS DMS Serverless replication configuration.

    public string? SourceEndpointArn { get; set; }
    Property Value

    string

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html#cfn-dms-replicationconfig-sourceendpointarn

    SupplementalSettings

    Optional JSON settings for specifying supplemental data.

    public object? SupplementalSettings { get; set; }
    Property Value

    object

    Remarks

    For more information, see Specifying supplemental data for task settings .

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html#cfn-dms-replicationconfig-supplementalsettings

    TableMappings

    JSON table mappings for AWS DMS Serverless replications that are provisioned using this replication configuration.

    public object? TableMappings { get; set; }
    Property Value

    object

    Remarks

    For more information, see Specifying table selection and transformations rules using JSON .

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html#cfn-dms-replicationconfig-tablemappings

    Tags

    One or more optional tags associated with resources used by the AWS DMS Serverless replication.

    public ICfnTag[]? Tags { get; set; }
    Property Value

    ICfnTag[]

    Remarks

    For more information, see Tagging resources in AWS Database Migration Service .

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html#cfn-dms-replicationconfig-tags

    TargetEndpointArn

    The Amazon Resource Name (ARN) of the target endpoint for this AWS DMS serverless replication configuration.

    public string? TargetEndpointArn { get; set; }
    Property Value

    string

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dms-replicationconfig.html#cfn-dms-replicationconfig-targetendpointarn

    Implements

    ICfnReplicationConfigMixinProps
    Back to top Generated by DocFX