Class CfnMigrationProject.SchemaConversionApplicationAttributesProperty
The property describes schema conversion application attributes for the migration project.
Inheritance
Namespace: Amazon.CDK.AWS.DMS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SchemaConversionApplicationAttributesProperty : Object, CfnMigrationProject.ISchemaConversionApplicationAttributesProperty
Syntax (vb)
Public Class SchemaConversionApplicationAttributesProperty
Inherits Object
Implements CfnMigrationProject.ISchemaConversionApplicationAttributesProperty
Remarks
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
Constructors
Schema |
Properties
S3Bucket |
|
S3Bucket |
Constructors
SchemaConversionApplicationAttributesProperty()
public SchemaConversionApplicationAttributesProperty()
Properties
S3BucketPath
public string S3BucketPath { get; set; }
Property Value
System.
Remarks
S3BucketRoleArn
public string S3BucketRoleArn { get; set; }
Property Value
System.