indexActions

@JvmName(name = "pmachqbrmrjxhyie")
suspend fun indexActions(value: Output<List<BackupPlanIndexActionsResourceTypeArgs>>)
@JvmName(name = "ujnjfewlrhwxlklu")
suspend fun indexActions(value: List<BackupPlanIndexActionsResourceTypeArgs>?)

Parameters

value

There can up to one IndexAction in each BackupRule, as each backup can have 0 or 1 backup index associated with it. Within the array is ResourceTypes. Only 1 resource type will be accepted for each BackupRule. Valid values:

  • EBS for Amazon Elastic Block Store

  • S3 for Amazon Simple Storage Service (Amazon S3)


@JvmName(name = "nqqlfveoylskqlgj")
suspend fun indexActions(vararg values: Output<BackupPlanIndexActionsResourceTypeArgs>)


@JvmName(name = "yoxabldbymsvnjrp")
suspend fun indexActions(values: List<Output<BackupPlanIndexActionsResourceTypeArgs>>)
@JvmName(name = "meofwlkinvqenwaq")
suspend fun indexActions(vararg values: BackupPlanIndexActionsResourceTypeArgs)

Parameters

values

There can up to one IndexAction in each BackupRule, as each backup can have 0 or 1 backup index associated with it. Within the array is ResourceTypes. Only 1 resource type will be accepted for each BackupRule. Valid values:

  • EBS for Amazon Elastic Block Store

  • S3 for Amazon Simple Storage Service (Amazon S3)


@JvmName(name = "qlcjclasnhsvmlkk")
suspend fun indexActions(argument: List<suspend BackupPlanIndexActionsResourceTypeArgsBuilder.() -> Unit>)
@JvmName(name = "bfaryeeqwoebiwnv")
suspend fun indexActions(vararg argument: suspend BackupPlanIndexActionsResourceTypeArgsBuilder.() -> Unit)
@JvmName(name = "abgmiuvprcamffdx")
suspend fun indexActions(argument: suspend BackupPlanIndexActionsResourceTypeArgsBuilder.() -> Unit)

Parameters

argument

There can up to one IndexAction in each BackupRule, as each backup can have 0 or 1 backup index associated with it. Within the array is ResourceTypes. Only 1 resource type will be accepted for each BackupRule. Valid values:

  • EBS for Amazon Elastic Block Store

  • S3 for Amazon Simple Storage Service (Amazon S3)