@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.719Z") @Stability(value=Stable) public interface CfnGrantProps extends software.amazon.jsii.JsiiSerializable
| 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()
`AWS::LicenseManager::Grant.AllowedOperations`.
|
default String |
getGrantName()
`AWS::LicenseManager::Grant.GrantName`.
|
default String |
getHomeRegion()
`AWS::LicenseManager::Grant.HomeRegion`.
|
default String |
getLicenseArn()
`AWS::LicenseManager::Grant.LicenseArn`.
|
default List<String> |
getPrincipals()
`AWS::LicenseManager::Grant.Principals`.
|
default String |
getStatus()
`AWS::LicenseManager::Grant.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 © 2021. All rights reserved.