interface CloudFormationActionProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_apptest.CfnTestCase.CloudFormationActionProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsapptest#CfnTestCase_CloudFormationActionProperty |
Java | software.amazon.awscdk.services.apptest.CfnTestCase.CloudFormationActionProperty |
Python | aws_cdk.aws_apptest.CfnTestCase.CloudFormationActionProperty |
TypeScript | aws-cdk-lib » aws_apptest » CfnTestCase » CloudFormationActionProperty |
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 { aws_apptest as apptest } from 'aws-cdk-lib';
const cloudFormationActionProperty: apptest.CfnTestCase.CloudFormationActionProperty = {
resource: 'resource',
// the properties below are optional
actionType: 'actionType',
};
Properties
Name | Type | Description |
---|---|---|
resource | string | The resource of the CloudFormation action. |
action | string | The action type of the CloudFormation action. |
resource
Type:
string
The resource of the CloudFormation action.
actionType?
Type:
string
(optional)
The action type of the CloudFormation action.