@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:50.206Z") @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.InitializationMode
IGrantable.Jsii$Default, IGrantable.Jsii$Proxy
IResource.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, isResource
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
protected 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.