| Modifier and Type | Method and Description |
|---|---|
CfnGrant.Builder |
allowedOperations(List<String> allowedOperations)
Allowed operations for the grant.
|
CfnGrant |
build() |
static CfnGrant.Builder |
create(software.constructs.Construct scope,
String id) |
CfnGrant.Builder |
grantName(String grantName)
Grant name.
|
CfnGrant.Builder |
homeRegion(String homeRegion)
Home Region of the grant.
|
CfnGrant.Builder |
licenseArn(String licenseArn)
License ARN.
|
CfnGrant.Builder |
principals(List<String> principals)
The grant principals.
|
CfnGrant.Builder |
status(String status)
Granted license status.
|
@Stability(value=Stable) public static CfnGrant.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnGrant.Builder.@Stability(value=Stable) public CfnGrant.Builder allowedOperations(List<String> allowedOperations)
allowedOperations - Allowed operations for the grant. This parameter is required.this@Stability(value=Stable) public CfnGrant.Builder grantName(String grantName)
grantName - Grant name. This parameter is required.this@Stability(value=Stable) public CfnGrant.Builder homeRegion(String homeRegion)
homeRegion - Home Region of the grant. This parameter is required.this@Stability(value=Stable) public CfnGrant.Builder licenseArn(String licenseArn)
licenseArn - License ARN. This parameter is required.this@Stability(value=Stable) public CfnGrant.Builder principals(List<String> principals)
principals - The grant principals. This parameter is required.this@Stability(value=Stable) public CfnGrant.Builder status(String status)
status - Granted license status. This parameter is required.thisCopyright © 2022. All rights reserved.