@Stability(value=Stable)
public static interface CfnBackupSelection.BackupSelectionResourceTypeProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.backup.*;
Object conditions;
BackupSelectionResourceTypeProperty backupSelectionResourceTypeProperty = BackupSelectionResourceTypeProperty.builder()
.iamRoleArn("iamRoleArn")
.selectionName("selectionName")
// the properties below are optional
.conditions(conditions)
.listOfTags(List.of(ConditionResourceTypeProperty.builder()
.conditionKey("conditionKey")
.conditionType("conditionType")
.conditionValue("conditionValue")
.build()))
.notResources(List.of("notResources"))
.resources(List.of("resources"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBackupSelection.BackupSelectionResourceTypeProperty.Builder
A builder for
CfnBackupSelection.BackupSelectionResourceTypeProperty |
static class |
CfnBackupSelection.BackupSelectionResourceTypeProperty.Jsii$Proxy
An implementation for
CfnBackupSelection.BackupSelectionResourceTypeProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBackupSelection.BackupSelectionResourceTypeProperty.Builder |
builder() |
default Object |
getConditions()
`CfnBackupSelection.BackupSelectionResourceTypeProperty.Conditions`.
|
String |
getIamRoleArn()
`CfnBackupSelection.BackupSelectionResourceTypeProperty.IamRoleArn`.
|
default Object |
getListOfTags()
`CfnBackupSelection.BackupSelectionResourceTypeProperty.ListOfTags`.
|
default List<String> |
getNotResources()
`CfnBackupSelection.BackupSelectionResourceTypeProperty.NotResources`.
|
default List<String> |
getResources()
`CfnBackupSelection.BackupSelectionResourceTypeProperty.Resources`.
|
String |
getSelectionName()
`CfnBackupSelection.BackupSelectionResourceTypeProperty.SelectionName`.
|
@Stability(value=Stable) @Nullable default Object getConditions()
@Stability(value=Stable) @NotNull String getIamRoleArn()
@Stability(value=Stable) @Nullable default Object getListOfTags()
@Stability(value=Stable) @Nullable default List<String> getNotResources()
@Stability(value=Stable) @Nullable default List<String> getResources()
@Stability(value=Stable) @NotNull String getSelectionName()
@Stability(value=Stable) static CfnBackupSelection.BackupSelectionResourceTypeProperty.Builder builder()
Copyright © 2021. All rights reserved.