@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.149Z") @Stability(value=Experimental) public class BackupSelection extends Resource implements IGrantable
| Modifier and Type | Class and Description |
|---|---|
static class |
BackupSelection.Builder
(experimental) A fluent builder for
BackupSelection. |
software.amazon.jsii.JsiiObject.InitializationModeIGrantable.Jsii$Default, IGrantable.Jsii$ProxyIResource.Jsii$Default| Modifier | Constructor and Description |
|---|---|
|
BackupSelection(software.constructs.Construct scope,
String id,
BackupSelectionProps props) |
protected |
BackupSelection(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
BackupSelection(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackupPlanId()
(experimental) The identifier of the backup plan.
|
IPrincipal |
getGrantPrincipal()
(experimental) The principal to grant permissions to.
|
String |
getSelectionId()
(experimental) The identifier of the backup selection.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected BackupSelection(software.amazon.jsii.JsiiObjectRef objRef)
protected BackupSelection(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public BackupSelection(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
BackupSelectionProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Experimental) @NotNull public String getBackupPlanId()
@Stability(value=Experimental) @NotNull public IPrincipal getGrantPrincipal()
getGrantPrincipal in interface IGrantable@Stability(value=Experimental) @NotNull public String getSelectionId()
Copyright © 2021. All rights reserved.