| Modifier and Type | Method and Description |
|---|---|
CfnGrant.Builder |
allowedOperations(List<String> allowedOperations)
`AWS::LicenseManager::Grant.AllowedOperations`.
|
CfnGrant |
build() |
static CfnGrant.Builder |
create(software.constructs.Construct scope,
String id) |
CfnGrant.Builder |
grantName(String grantName)
`AWS::LicenseManager::Grant.GrantName`.
|
CfnGrant.Builder |
homeRegion(String homeRegion)
`AWS::LicenseManager::Grant.HomeRegion`.
|
CfnGrant.Builder |
licenseArn(String licenseArn)
`AWS::LicenseManager::Grant.LicenseArn`.
|
CfnGrant.Builder |
principals(List<String> principals)
`AWS::LicenseManager::Grant.Principals`.
|
CfnGrant.Builder |
status(String status)
`AWS::LicenseManager::Grant.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 - `AWS::LicenseManager::Grant.AllowedOperations`. This parameter is required.this@Stability(value=Stable) public CfnGrant.Builder grantName(String grantName)
grantName - `AWS::LicenseManager::Grant.GrantName`. This parameter is required.this@Stability(value=Stable) public CfnGrant.Builder homeRegion(String homeRegion)
homeRegion - `AWS::LicenseManager::Grant.HomeRegion`. This parameter is required.this@Stability(value=Stable) public CfnGrant.Builder licenseArn(String licenseArn)
licenseArn - `AWS::LicenseManager::Grant.LicenseArn`. This parameter is required.this@Stability(value=Stable) public CfnGrant.Builder principals(List<String> principals)
principals - `AWS::LicenseManager::Grant.Principals`. This parameter is required.this@Stability(value=Stable) public CfnGrant.Builder status(String status)
status - `AWS::LicenseManager::Grant.Status`. This parameter is required.thisCopyright © 2021. All rights reserved.