@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.624Z") @Stability(value=Stable) public interface CfnGrantProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.licensemanager.*;
CfnGrantProps cfnGrantProps = CfnGrantProps.builder()
.allowedOperations(List.of("allowedOperations"))
.grantName("grantName")
.homeRegion("homeRegion")
.licenseArn("licenseArn")
.principals(List.of("principals"))
.status("status")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnGrantProps.Builder
A builder for
CfnGrantProps |
static class |
CfnGrantProps.Jsii$Proxy
An implementation for
CfnGrantProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnGrantProps.Builder |
builder() |
default List<String> |
getAllowedOperations()
Allowed operations for the grant.
|
default String |
getGrantName()
Grant name.
|
default String |
getHomeRegion()
Home Region of the grant.
|
default String |
getLicenseArn()
License ARN.
|
default List<String> |
getPrincipals()
The grant principals.
|
default String |
getStatus()
Granted license status.
|
@Stability(value=Stable) @Nullable default List<String> getAllowedOperations()
@Stability(value=Stable) @Nullable default String getGrantName()
@Stability(value=Stable) @Nullable default String getHomeRegion()
@Stability(value=Stable) @Nullable default String getLicenseArn()
@Stability(value=Stable) @Nullable default List<String> getPrincipals()
@Stability(value=Stable) @Nullable default String getStatus()
@Stability(value=Stable) static CfnGrantProps.Builder builder()
CfnGrantProps.Builder of CfnGrantPropsCopyright © 2022. All rights reserved.