Show / Hide Table of Contents

Class CfnTestCase.M2ManagedActionPropertiesProperty

Specifies the Mainframe Modernization managed action properties.

Inheritance
object
CfnTestCase.M2ManagedActionPropertiesProperty
Implements
CfnTestCase.IM2ManagedActionPropertiesProperty
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.AppTest
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTestCase.M2ManagedActionPropertiesProperty : CfnTestCase.IM2ManagedActionPropertiesProperty
Syntax (vb)
Public Class CfnTestCase.M2ManagedActionPropertiesProperty Implements CfnTestCase.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.AWS.AppTest;

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

Synopsis

Constructors

M2ManagedActionPropertiesProperty()

Specifies the Mainframe Modernization managed action properties.

Properties

ForceStop

Force stops the Mainframe Modernization managed action properties.

ImportDataSetLocation

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

Constructors

M2ManagedActionPropertiesProperty()

Specifies the Mainframe Modernization managed action properties.

public M2ManagedActionPropertiesProperty()
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.AWS.AppTest;

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

Properties

ForceStop

Force stops the Mainframe Modernization managed action properties.

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

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

string

Remarks

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

Implements

CfnTestCase.IM2ManagedActionPropertiesProperty
Back to top Generated by DocFX