interface IndexActionsResourceTypeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Backup.CfnBackupPlan.IndexActionsResourceTypeProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbackup#CfnBackupPlan_IndexActionsResourceTypeProperty |
Java | software.amazon.awscdk.services.backup.CfnBackupPlan.IndexActionsResourceTypeProperty |
Python | aws_cdk.aws_backup.CfnBackupPlan.IndexActionsResourceTypeProperty |
TypeScript | aws-cdk-lib » aws_backup » CfnBackupPlan » 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-lib';
const indexActionsResourceTypeProperty: backup.CfnBackupPlan.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