interface CrossRegionCopyRuleProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DLM.CfnLifecyclePolicy.CrossRegionCopyRuleProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdlm#CfnLifecyclePolicy_CrossRegionCopyRuleProperty |
![]() | software.amazon.awscdk.services.dlm.CfnLifecyclePolicy.CrossRegionCopyRuleProperty |
![]() | aws_cdk.aws_dlm.CfnLifecyclePolicy.CrossRegionCopyRuleProperty |
![]() | aws-cdk-lib » aws_dlm » CfnLifecyclePolicy » CrossRegionCopyRuleProperty |
[Custom snapshot and AMI policies only] Specifies a cross-Region copy rule for a snapshot and AMI policies.
To specify a cross-Region copy action for event-based polices, use CrossRegionCopyAction .
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_dlm as dlm } from 'aws-cdk-lib';
const crossRegionCopyRuleProperty: dlm.CfnLifecyclePolicy.CrossRegionCopyRuleProperty = {
encrypted: false,
// the properties below are optional
cmkArn: 'cmkArn',
copyTags: false,
deprecateRule: {
interval: 123,
intervalUnit: 'intervalUnit',
},
retainRule: {
interval: 123,
intervalUnit: 'intervalUnit',
},
target: 'target',
targetRegion: 'targetRegion',
};
Properties
Name | Type | Description |
---|---|---|
encrypted | boolean | IResolvable | To encrypt a copy of an unencrypted snapshot if encryption by default is not enabled, enable encryption using this parameter. |
cmk | string | The Amazon Resource Name (ARN) of the AWS KMS key to use for EBS encryption. |
copy | boolean | IResolvable | Indicates whether to copy all user-defined tags from the source snapshot or AMI to the cross-Region copy. |
deprecate | IResolvable | Cross | [Custom AMI policies only] The AMI deprecation rule for cross-Region AMI copies created by the rule. |
retain | IResolvable | Cross | The retention rule that indicates how long the cross-Region snapshot or AMI copies are to be retained in the destination Region. |
target? | string | > Use this parameter for snapshot policies only. For AMI policies, use TargetRegion instead. |
target | string | > Use this parameter for AMI policies only. |
encrypted
Type:
boolean |
IResolvable
To encrypt a copy of an unencrypted snapshot if encryption by default is not enabled, enable encryption using this parameter.
Copies of encrypted snapshots are encrypted, even if this parameter is false or if encryption by default is not enabled.
cmkArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the AWS KMS key to use for EBS encryption.
If this parameter is not specified, the default KMS key for the account is used.
copyTags?
Type:
boolean |
IResolvable
(optional)
Indicates whether to copy all user-defined tags from the source snapshot or AMI to the cross-Region copy.
deprecateRule?
Type:
IResolvable
|
Cross
(optional)
[Custom AMI policies only] The AMI deprecation rule for cross-Region AMI copies created by the rule.
retainRule?
Type:
IResolvable
|
Cross
(optional)
The retention rule that indicates how long the cross-Region snapshot or AMI copies are to be retained in the destination Region.
target?
Type:
string
(optional)
Use this parameter for snapshot policies only. For AMI policies, use TargetRegion instead.
[Custom snapshot policies only] The target Region or the Amazon Resource Name (ARN) of the target Outpost for the snapshot copies.
targetRegion?
Type:
string
(optional)
Use this parameter for AMI policies only.
For snapshot policies, use Target instead. For snapshot policies created before the Target parameter was introduced, this parameter indicates the target Region for snapshot copies.
[Custom AMI policies only] The target Region or the Amazon Resource Name (ARN) of the target Outpost for the snapshot copies.