interface MitigationActionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoT.MitigationActionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiot#MitigationActionReference |
![]() | software.amazon.awscdk.services.iot.MitigationActionReference |
![]() | aws_cdk.aws_iot.MitigationActionReference |
![]() | aws-cdk-lib » aws_iot » MitigationActionReference |
A reference to a MitigationAction resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iot as iot } from 'aws-cdk-lib';
const mitigationActionReference: iot.MitigationActionReference = {
actionName: 'actionName',
mitigationActionArn: 'mitigationActionArn',
};
Properties
Name | Type | Description |
---|---|---|
action | string | The ActionName of the MitigationAction resource. |
mitigation | string | The ARN of the MitigationAction resource. |
actionName
Type:
string
The ActionName of the MitigationAction resource.
mitigationActionArn
Type:
string
The ARN of the MitigationAction resource.