interface ReplaceDefaultPolicyVersionParamsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.IoT.CfnMitigationActionPropsMixin.ReplaceDefaultPolicyVersionParamsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsiot#CfnMitigationActionPropsMixin_ReplaceDefaultPolicyVersionParamsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.iot.CfnMitigationActionPropsMixin.ReplaceDefaultPolicyVersionParamsProperty |
Python | aws_cdk.cfn_property_mixins.aws_iot.CfnMitigationActionPropsMixin.ReplaceDefaultPolicyVersionParamsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_iot » CfnMitigationActionPropsMixin » 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/cfn-property-mixins';
const replaceDefaultPolicyVersionParamsProperty: iot.CfnMitigationActionPropsMixin.ReplaceDefaultPolicyVersionParamsProperty = {
templateName: 'templateName',
};
Properties
| Name | Type | Description |
|---|---|---|
| template | string | The name of the template to be applied. |
templateName?
Type:
string
(optional)
The name of the template to be applied.
The only supported value is BLANK_POLICY .

.NET
Go
Java
Python
TypeScript