aws-cdk-lib.aws_iot.CfnMitigationAction.ReplaceDefaultPolicyVersionParamsProperty

interface ReplaceDefaultPolicyVersionParamsProperty

LanguageType name
.NETAmazon.CDK.AWS.IoT.CfnMitigationAction.ReplaceDefaultPolicyVersionParamsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiot#CfnMitigationAction_ReplaceDefaultPolicyVersionParamsProperty
Javasoftware.amazon.awscdk.services.iot.CfnMitigationAction.ReplaceDefaultPolicyVersionParamsProperty
Pythonaws_cdk.aws_iot.CfnMitigationAction.ReplaceDefaultPolicyVersionParamsProperty
TypeScript aws-cdk-lib » aws_iot » CfnMitigationAction » ReplaceDefaultPolicyVersionParamsProperty

Parameters to define a mitigation action that adds a blank policy to restrict permissions.

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 replaceDefaultPolicyVersionParamsProperty: iot.CfnMitigationAction.ReplaceDefaultPolicyVersionParamsProperty = {
  templateName: 'templateName',
};

Properties

NameTypeDescription
templateNamestringThe name of the template to be applied.

templateName

Type: string

The name of the template to be applied.

The only supported value is BLANK_POLICY .