interface IndexActionsResourceTypeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Backup.CfnBackupPlanPropsMixin.IndexActionsResourceTypeProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbackup#CfnBackupPlanPropsMixin_IndexActionsResourceTypeProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.backup.CfnBackupPlanPropsMixin.IndexActionsResourceTypeProperty |
Python | aws_cdk.cfn_property_mixins.aws_backup.CfnBackupPlanPropsMixin.IndexActionsResourceTypeProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_backup » CfnBackupPlanPropsMixin » IndexActionsResourceTypeProperty |
Specifies index actions.
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 indexActionsResourceTypeProperty: backup.CfnBackupPlanPropsMixin.IndexActionsResourceTypeProperty = {
resourceTypes: ['resourceTypes'],
};
Properties
| Name | Type | Description |
|---|---|---|
| resource | string[] | 0 or 1 index action will be accepted for each BackupRule. |
resourceTypes?
Type:
string[]
(optional)
0 or 1 index action will be accepted for each BackupRule.
Valid values:
EBSfor Amazon Elastic Block StoreS3for Amazon Simple Storage Service (Amazon S3)

.NET
Go
Java
Python
TypeScript