Show / Hide Table of Contents

Interface CfnMigrationProject.ISchemaConversionApplicationAttributesProperty

The property describes schema conversion application attributes for the migration project.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-migrationproject-schemaconversionapplicationattributes.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 schemaConversionApplicationAttributesProperty = new SchemaConversionApplicationAttributesProperty {
                 S3BucketPath = "s3BucketPath",
                 S3BucketRoleArn = "s3BucketRoleArn"
             };

Synopsis

Properties

S3BucketPath

The property describes schema conversion application attributes for the migration project.

S3BucketRoleArn

The property describes schema conversion application attributes for the migration project.

Properties

S3BucketPath

The property describes schema conversion application attributes for the migration project.

string? S3BucketPath { get; }
Property Value

string

Remarks

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

S3BucketRoleArn

The property describes schema conversion application attributes for the migration project.

string? S3BucketRoleArn { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX