selected Group Kinds
suspend fun selectedGroupKinds(value: Output<List<RestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindArgs>>)
suspend fun selectedGroupKinds(value: List<RestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindArgs>?)
Parameters
value
A list of cluster-scoped resource group kinds to restore from the backup. If specified, only the selected resources will be restored. Mutually exclusive to any other field in the clusterResourceRestoreScope. Structure is documented below.
suspend fun selectedGroupKinds(vararg values: Output<RestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindArgs>)
suspend fun selectedGroupKinds(values: List<Output<RestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindArgs>>)
suspend fun selectedGroupKinds(vararg values: RestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindArgs)
Parameters
values
A list of cluster-scoped resource group kinds to restore from the backup. If specified, only the selected resources will be restored. Mutually exclusive to any other field in the clusterResourceRestoreScope. Structure is documented below.
suspend fun selectedGroupKinds(argument: List<suspend RestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindArgsBuilder.() -> Unit>)
suspend fun selectedGroupKinds(vararg argument: suspend RestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindArgsBuilder.() -> Unit)
suspend fun selectedGroupKinds(argument: suspend RestorePlanRestoreConfigClusterResourceRestoreScopeSelectedGroupKindArgsBuilder.() -> Unit)
Parameters
argument
A list of cluster-scoped resource group kinds to restore from the backup. If specified, only the selected resources will be restored. Mutually exclusive to any other field in the clusterResourceRestoreScope. Structure is documented below.