Show / Hide Table of Contents

Class CfnTestCase.M2ManagedApplicationActionProperty

Specifies the Mainframe Modernization managed application action.

Inheritance
object
CfnTestCase.M2ManagedApplicationActionProperty
Implements
CfnTestCase.IM2ManagedApplicationActionProperty
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.M2ManagedApplicationActionProperty : CfnTestCase.IM2ManagedApplicationActionProperty
Syntax (vb)
Public Class CfnTestCase.M2ManagedApplicationActionProperty Implements CfnTestCase.IM2ManagedApplicationActionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apptest-testcase-m2managedapplicationaction.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 m2ManagedApplicationActionProperty = new M2ManagedApplicationActionProperty {
                 ActionType = "actionType",
                 Resource = "resource",

                 // the properties below are optional
                 Properties = new M2ManagedActionPropertiesProperty {
                     ForceStop = false,
                     ImportDataSetLocation = "importDataSetLocation"
                 }
             };

Synopsis

Constructors

M2ManagedApplicationActionProperty()

Specifies the Mainframe Modernization managed application action.

Properties

ActionType

The action type of the Mainframe Modernization managed application action.

Properties

The properties of the Mainframe Modernization managed application action.

Resource

The resource of the Mainframe Modernization managed application action.

Constructors

M2ManagedApplicationActionProperty()

Specifies the Mainframe Modernization managed application action.

public M2ManagedApplicationActionProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apptest-testcase-m2managedapplicationaction.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 m2ManagedApplicationActionProperty = new M2ManagedApplicationActionProperty {
                 ActionType = "actionType",
                 Resource = "resource",

                 // the properties below are optional
                 Properties = new M2ManagedActionPropertiesProperty {
                     ForceStop = false,
                     ImportDataSetLocation = "importDataSetLocation"
                 }
             };

Properties

ActionType

The action type of the Mainframe Modernization managed application action.

public string ActionType { get; set; }
Property Value

string

Remarks

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

Properties

The properties of the Mainframe Modernization managed application action.

public object? Properties { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnTestCase.IM2ManagedActionPropertiesProperty

Resource

The resource of the Mainframe Modernization managed application action.

public string Resource { get; set; }
Property Value

string

Remarks

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

Implements

CfnTestCase.IM2ManagedApplicationActionProperty
Back to top Generated by DocFX