interface BackupRetentionPolicyProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.CloudHSM.CfnClusterPropsMixin.BackupRetentionPolicyProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscloudhsm#CfnClusterPropsMixin_BackupRetentionPolicyProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.cloudhsm.CfnClusterPropsMixin.BackupRetentionPolicyProperty |
Python | aws_cdk.cfn_property_mixins.aws_cloudhsm.CfnClusterPropsMixin.BackupRetentionPolicyProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_cloudhsm » CfnClusterPropsMixin » BackupRetentionPolicyProperty |
A policy that defines how the service retains backups.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cloudhsm as cloudhsm } from '@aws-cdk/cfn-property-mixins';
const backupRetentionPolicyProperty: cloudhsm.CfnClusterPropsMixin.BackupRetentionPolicyProperty = {
type: 'type',
value: 'value',
};
Properties
| Name | Type | Description |
|---|---|---|
| type? | string | The type of backup retention policy. |
| value? | string | Use a value between 7 - 379. |
type?
Type:
string
(optional)
The type of backup retention policy.
value?
Type:
string
(optional)
Use a value between 7 - 379.

.NET
Go
Java
Python
TypeScript