Class BuildBase
(experimental) Base class for new and imported GameLift server build.
Inherited Members
Namespace: Amazon.CDK.AWS.GameLift.Alpha
Assembly: Amazon.CDK.AWS.GameLift.Alpha.dll
Syntax (csharp)
public abstract class BuildBase : Resource, IBuild, IResource, IGrantable
Syntax (vb)
Public MustInherit Class BuildBase
Inherits Resource
Implements IBuild, IResource, IGrantable
Remarks
Stability: Experimental
Synopsis
Constructors
BuildBase(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
BuildBase(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
BuildBase(Construct, String, IResourceProps) |
Properties
BuildArn | (experimental) The ARN of the build. |
BuildId | (experimental) The Identifier of the build. |
GrantPrincipal | (experimental) The principal to grant permissions to. |
Constructors
BuildBase(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected BuildBase(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
BuildBase(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected BuildBase(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
BuildBase(Construct, String, IResourceProps)
protected BuildBase(Construct scope, string id, IResourceProps props = null)
Parameters
- scope Constructs.Construct
- id System.String
- props IResourceProps
Properties
BuildArn
(experimental) The ARN of the build.
public abstract string BuildArn { get; }
Property Value
System.String
Remarks
Stability: Experimental
BuildId
(experimental) The Identifier of the build.
public abstract string BuildId { get; }
Property Value
System.String
Remarks
Stability: Experimental
GrantPrincipal
(experimental) The principal to grant permissions to.
public abstract IPrincipal GrantPrincipal { get; }
Property Value
Remarks
Stability: Experimental