interface ResourceSelectionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Backup.CfnTieringConfigurationPropsMixin.ResourceSelectionProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbackup#CfnTieringConfigurationPropsMixin_ResourceSelectionProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.backup.CfnTieringConfigurationPropsMixin.ResourceSelectionProperty |
Python | aws_cdk.cfn_property_mixins.aws_backup.CfnTieringConfigurationPropsMixin.ResourceSelectionProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_backup » CfnTieringConfigurationPropsMixin » ResourceSelectionProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_backup as backup } from '@aws-cdk/cfn-property-mixins';
const resourceSelectionProperty: backup.CfnTieringConfigurationPropsMixin.ResourceSelectionProperty = {
resources: ['resources'],
resourceType: 'resourceType',
tieringDownSettingsInDays: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| resource | string | |
| resources? | string[] | |
| tiering | number |
resourceType?
Type:
string
(optional)
resources?
Type:
string[]
(optional)
tieringDownSettingsInDays?
Type:
number
(optional)

.NET
Go
Java
Python
TypeScript