Show / Hide Table of Contents

Class BackupSelection

(experimental) A backup selection.

Inheritance
System.Object
Construct
Resource
BackupSelection
Implements
IResource
IConstruct
Constructs.IConstruct
IDependable
IGrantable
Inherited Members
Resource.IsResource(IConstruct)
Resource.ApplyRemovalPolicy(RemovalPolicy)
Resource.GeneratePhysicalName()
Resource.GetResourceArnAttribute(String, IArnComponents)
Resource.GetResourceNameAttribute(String)
Resource.Env
Resource.PhysicalName
Resource.Stack
Construct.IsConstruct(Object)
Construct.OnPrepare()
Construct.OnSynthesize(ISynthesisSession)
Construct.OnValidate()
Construct.Prepare()
Construct.Synthesize(ISynthesisSession)
Construct.Validate()
Construct.Node
Namespace: Amazon.CDK.AWS.Backup
Assembly: Amazon.CDK.AWS.Backup.dll
Syntax (csharp)
public class BackupSelection : Resource, IResource, IConstruct, IConstruct, IDependable, IGrantable
Syntax (vb)
Public Class BackupSelection
    Inherits Resource
    Implements IResource, IConstruct, IConstruct, IDependable, IGrantable
Remarks

Stability: Experimental

Synopsis

Constructors

BackupSelection(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

BackupSelection(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

BackupSelection(Construct, String, IBackupSelectionProps)

Properties

BackupPlanId

(experimental) The identifier of the backup plan.

GrantPrincipal

(experimental) The principal to grant permissions to.

SelectionId

(experimental) The identifier of the backup selection.

Constructors

BackupSelection(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

protected BackupSelection(ByRefValue reference)
Parameters
reference Amazon.JSII.Runtime.Deputy.ByRefValue

The Javascript-owned object reference

BackupSelection(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

protected BackupSelection(DeputyBase.DeputyProps props)
Parameters
props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps

The deputy props

BackupSelection(Construct, String, IBackupSelectionProps)

public BackupSelection(Construct scope, string id, IBackupSelectionProps props)
Parameters
scope Constructs.Construct
id System.String
props IBackupSelectionProps
Remarks

Stability: Experimental

Properties

BackupPlanId

(experimental) The identifier of the backup plan.

public virtual string BackupPlanId { get; }
Property Value

System.String

Remarks

Stability: Experimental

Attribute: true

GrantPrincipal

(experimental) The principal to grant permissions to.

public virtual IPrincipal GrantPrincipal { get; }
Property Value

IPrincipal

Remarks

Stability: Experimental

SelectionId

(experimental) The identifier of the backup selection.

public virtual string SelectionId { get; }
Property Value

System.String

Remarks

Stability: Experimental

Attribute: true

Implements

IResource
IConstruct
Constructs.IConstruct
IDependable
IGrantable
Back to top Generated by DocFX