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