Class BackupSelection
(experimental) A backup selection.
Inherited Members
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
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