interface SchemaConversionApplicationAttributesProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DMS.CfnMigrationProject.SchemaConversionApplicationAttributesProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdms#CfnMigrationProject_SchemaConversionApplicationAttributesProperty |
![]() | software.amazon.awscdk.services.dms.CfnMigrationProject.SchemaConversionApplicationAttributesProperty |
![]() | aws_cdk.aws_dms.CfnMigrationProject.SchemaConversionApplicationAttributesProperty |
![]() | aws-cdk-lib » aws_dms » CfnMigrationProject » SchemaConversionApplicationAttributesProperty |
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 { aws_dms as dms } from 'aws-cdk-lib';
const schemaConversionApplicationAttributesProperty: dms.CfnMigrationProject.SchemaConversionApplicationAttributesProperty = {
s3BucketPath: 's3BucketPath',
s3BucketRoleArn: 's3BucketRoleArn',
};
Properties
Name | Type | Description |
---|---|---|
s3 | string | |
s3 | string |
s3BucketPath?
Type:
string
(optional)
s3BucketRoleArn?
Type:
string
(optional)