Show / Hide Table of Contents

Class CfnTestCasePropsMixin.M2ManagedApplicationActionProperty

Specifies the Mainframe Modernization managed application action.

Inheritance
object
CfnTestCasePropsMixin.M2ManagedApplicationActionProperty
Implements
CfnTestCasePropsMixin.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.CfnPropertyMixins.AWS.AppTest
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTestCasePropsMixin.M2ManagedApplicationActionProperty : CfnTestCasePropsMixin.IM2ManagedApplicationActionProperty
Syntax (vb)
Public Class CfnTestCasePropsMixin.M2ManagedApplicationActionProperty Implements CfnTestCasePropsMixin.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.CfnPropertyMixins.AWS.AppTest;

             var m2ManagedApplicationActionProperty = new M2ManagedApplicationActionProperty {
                 ActionType = "actionType",
                 Properties = new M2ManagedActionPropertiesProperty {
                     ForceStop = false,
                     ImportDataSetLocation = "importDataSetLocation"
                 },
                 Resource = "resource"
             };

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.CfnPropertyMixins.AWS.AppTest;

             var m2ManagedApplicationActionProperty = new M2ManagedApplicationActionProperty {
                 ActionType = "actionType",
                 Properties = new M2ManagedActionPropertiesProperty {
                     ForceStop = false,
                     ImportDataSetLocation = "importDataSetLocation"
                 },
                 Resource = "resource"
             };

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 CfnTestCasePropsMixin.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

CfnTestCasePropsMixin.IM2ManagedApplicationActionProperty
Back to top Generated by DocFX