interface DeletionProtectionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_verifiedpermissions.CfnPolicyStore.DeletionProtectionProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsverifiedpermissions#CfnPolicyStore_DeletionProtectionProperty |
![]() | software.amazon.awscdk.services.verifiedpermissions.CfnPolicyStore.DeletionProtectionProperty |
![]() | aws_cdk.aws_verifiedpermissions.CfnPolicyStore.DeletionProtectionProperty |
![]() | aws-cdk-lib » aws_verifiedpermissions » CfnPolicyStore » DeletionProtectionProperty |
Specifies whether the policy store can be deleted.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_verifiedpermissions as verifiedpermissions } from 'aws-cdk-lib';
const deletionProtectionProperty: verifiedpermissions.CfnPolicyStore.DeletionProtectionProperty = {
mode: 'mode',
};
Properties
Name | Type | Description |
---|---|---|
mode | string | Specifies whether the policy store can be deleted. If enabled, the policy store can't be deleted. |
mode
Type:
string
Specifies whether the policy store can be deleted. If enabled, the policy store can't be deleted.
The default state is DISABLED
.