Show / Hide Table of Contents

Class CfnTestCasePropsMixin.SourceDatabaseMetadataProperty

Specifies the source database metadata.

Inheritance
object
CfnTestCasePropsMixin.SourceDatabaseMetadataProperty
Implements
CfnTestCasePropsMixin.ISourceDatabaseMetadataProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.AppTest.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnTestCasePropsMixin.SourceDatabaseMetadataProperty : CfnTestCasePropsMixin.ISourceDatabaseMetadataProperty
Syntax (vb)
Public Class CfnTestCasePropsMixin.SourceDatabaseMetadataProperty Implements CfnTestCasePropsMixin.ISourceDatabaseMetadataProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apptest-testcase-sourcedatabasemetadata.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.Mixins.Preview.AWS.AppTest.Mixins;

             var sourceDatabaseMetadataProperty = new SourceDatabaseMetadataProperty {
                 CaptureTool = "captureTool",
                 Type = "type"
             };

Synopsis

Constructors

SourceDatabaseMetadataProperty()

Specifies the source database metadata.

Properties

CaptureTool

The capture tool of the source database metadata.

Type

The type of the source database metadata.

Constructors

SourceDatabaseMetadataProperty()

Specifies the source database metadata.

public SourceDatabaseMetadataProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apptest-testcase-sourcedatabasemetadata.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.Mixins.Preview.AWS.AppTest.Mixins;

             var sourceDatabaseMetadataProperty = new SourceDatabaseMetadataProperty {
                 CaptureTool = "captureTool",
                 Type = "type"
             };

Properties

CaptureTool

The capture tool of the source database metadata.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apptest-testcase-sourcedatabasemetadata.html#cfn-apptest-testcase-sourcedatabasemetadata-capturetool

Type

The type of the source database metadata.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apptest-testcase-sourcedatabasemetadata.html#cfn-apptest-testcase-sourcedatabasemetadata-type

Implements

CfnTestCasePropsMixin.ISourceDatabaseMetadataProperty
Back to top Generated by DocFX