interface IndexActionsResourceTypeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Backup.Mixins.CfnBackupPlanPropsMixin.IndexActionsResourceTypeProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbackup/mixins#CfnBackupPlanPropsMixin_IndexActionsResourceTypeProperty |
Java | software.amazon.awscdk.mixins.preview.services.backup.mixins.CfnBackupPlanPropsMixin.IndexActionsResourceTypeProperty |
Python | aws_cdk.mixins_preview.aws_backup.mixins.CfnBackupPlanPropsMixin.IndexActionsResourceTypeProperty |
TypeScript | @aws-cdk/mixins-preview » aws_backup » mixins » 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 { mixins as backup_mixins } from '@aws-cdk/mixins-preview/aws-backup';
const indexActionsResourceTypeProperty: backup_mixins.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