Interface CfnMigrationProject.SchemaConversionApplicationAttributesProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnMigrationProject.SchemaConversionApplicationAttributesProperty.Jsii$Proxy
Enclosing class:
CfnMigrationProject

@Stability(Stable) public static interface CfnMigrationProject.SchemaConversionApplicationAttributesProperty extends software.amazon.jsii.JsiiSerializable
The property describes schema conversion application attributes for the migration project.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.dms.*;
 SchemaConversionApplicationAttributesProperty schemaConversionApplicationAttributesProperty = SchemaConversionApplicationAttributesProperty.builder()
         .s3BucketPath("s3BucketPath")
         .s3BucketRoleArn("s3BucketRoleArn")
         .build();
 

See Also: