@Generated(value="jsii-pacmak/1.14.0 (build 729554b)", date="2020-10-29T17:34:18.532Z") @Stability(value=Stable) public interface LayerVersionPermission extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
LayerVersionPermission.Builder
A builder for
LayerVersionPermission |
static class |
LayerVersionPermission.Jsii$Proxy
An implementation for
LayerVersionPermission |
| Modifier and Type | Method and Description |
|---|---|
static LayerVersionPermission.Builder |
builder() |
String |
getAccountId()
The AWS Account id of the account that is authorized to use a Lambda Layer Version.
|
default String |
getOrganizationId()
The ID of the AWS Organization to hwich the grant is restricted.
|
@Stability(value=Stable) @NotNull String getAccountId()
The wild-card '*' can be
used to grant access to "any" account (or any account in an organization when organizationId is specified).
@Stability(value=Stable) @Nullable default String getOrganizationId()
Can only be specified if accountId is '*'
@Stability(value=Stable) static LayerVersionPermission.Builder builder()
LayerVersionPermission.Builder of LayerVersionPermissionCopyright © 2020. All rights reserved.