Interface CfnTestCase.CloudFormationActionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTestCase.CloudFormationActionProperty.Jsii$Proxy
- Enclosing class:
CfnTestCase
@Stability(Stable)
public static interface CfnTestCase.CloudFormationActionProperty
extends software.amazon.jsii.JsiiSerializable
Specifies the CloudFormation action.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.apptest.*;
CloudFormationActionProperty cloudFormationActionProperty = CloudFormationActionProperty.builder()
.resource("resource")
// the properties below are optional
.actionType("actionType")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTestCase.CloudFormationActionPropertystatic final classAn implementation forCfnTestCase.CloudFormationActionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getResource
The resource of the CloudFormation action.- See Also:
-
getActionType
The action type of the CloudFormation action.- See Also:
-
builder
-