Show / Hide Table of Contents

Class CfnMigrationProject.SchemaConversionApplicationAttributesProperty

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

Inheritance
object
CfnMigrationProject.SchemaConversionApplicationAttributesProperty
Implements
CfnMigrationProject.ISchemaConversionApplicationAttributesProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

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"
             };

Properties

S3BucketPath

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

public string? S3BucketPath { get; set; }
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.

public string? S3BucketRoleArn { get; set; }
Property Value

string

Remarks

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

Implements

CfnMigrationProject.ISchemaConversionApplicationAttributesProperty
Back to top Generated by DocFX