Show / Hide Table of Contents

Interface CfnMigrationProject.IDataProviderDescriptorProperty

Information about a data provider.

Namespace: Amazon.CDK.AWS.DMS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnMigrationProject.IDataProviderDescriptorProperty
Syntax (vb)
Public Interface CfnMigrationProject.IDataProviderDescriptorProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-migrationproject-dataproviderdescriptor.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.AWS.DMS;

             var dataProviderDescriptorProperty = new DataProviderDescriptorProperty {
                 DataProviderArn = "dataProviderArn",
                 DataProviderIdentifier = "dataProviderIdentifier",
                 DataProviderName = "dataProviderName",
                 SecretsManagerAccessRoleArn = "secretsManagerAccessRoleArn",
                 SecretsManagerSecretId = "secretsManagerSecretId"
             };

Synopsis

Properties

DataProviderArn

The Amazon Resource Name (ARN) of the data provider.

DataProviderIdentifier

Information about a data provider.

DataProviderName

The user-friendly name of the data provider.

SecretsManagerAccessRoleArn

The ARN of the role used to access AWS Secrets Manager.

SecretsManagerSecretId

The identifier of the AWS Secrets Manager Secret used to store access credentials for the data provider.

Properties

DataProviderArn

The Amazon Resource Name (ARN) of the data provider.

string? DataProviderArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-migrationproject-dataproviderdescriptor.html#cfn-dms-migrationproject-dataproviderdescriptor-dataproviderarn

DataProviderIdentifier

Information about a data provider.

string? DataProviderIdentifier { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-migrationproject-dataproviderdescriptor.html#cfn-dms-migrationproject-dataproviderdescriptor-dataprovideridentifier

DataProviderName

The user-friendly name of the data provider.

string? DataProviderName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-migrationproject-dataproviderdescriptor.html#cfn-dms-migrationproject-dataproviderdescriptor-dataprovidername

SecretsManagerAccessRoleArn

The ARN of the role used to access AWS Secrets Manager.

string? SecretsManagerAccessRoleArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-migrationproject-dataproviderdescriptor.html#cfn-dms-migrationproject-dataproviderdescriptor-secretsmanageraccessrolearn

SecretsManagerSecretId

The identifier of the AWS Secrets Manager Secret used to store access credentials for the data provider.

string? SecretsManagerSecretId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-migrationproject-dataproviderdescriptor.html#cfn-dms-migrationproject-dataproviderdescriptor-secretsmanagersecretid

Back to top Generated by DocFX