Show / Hide Table of Contents

Interface CfnTestCasePropsMixin.IM2ManagedActionPropertiesProperty

Specifies the Mainframe Modernization managed action properties.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.AppTest
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnTestCasePropsMixin.IM2ManagedActionPropertiesProperty
Syntax (vb)
Public Interface CfnTestCasePropsMixin.IM2ManagedActionPropertiesProperty
Remarks

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

             var m2ManagedActionPropertiesProperty = new M2ManagedActionPropertiesProperty {
                 ForceStop = false,
                 ImportDataSetLocation = "importDataSetLocation"
             };

Synopsis

Properties

ForceStop

Force stops the Mainframe Modernization managed action properties.

ImportDataSetLocation

The import data set location of the Mainframe Modernization managed action properties.

Properties

ForceStop

Force stops the Mainframe Modernization managed action properties.

object? ForceStop { get; }
Property Value

object

Remarks

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

Type union: either bool or IResolvable

ImportDataSetLocation

The import data set location of the Mainframe Modernization managed action properties.

string? ImportDataSetLocation { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX