@Stability(value=Experimental) @Internal public static final class LayerVersionPermission.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LayerVersionPermission
LayerVersionPermissionsoftware.amazon.jsii.JsiiObject.InitializationModeLayerVersionPermission.Builder, LayerVersionPermission.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(String accountId,
String organizationId)
Constructor that initializes the object based on literal property values passed by the
LayerVersionPermission.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAccountId()
(experimental) The AWS Account id of the account that is authorized to use a Lambda Layer Version.
|
String |
getOrganizationId()
(experimental) The ID of the AWS Organization to which the grant is restricted.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String accountId, String organizationId)
LayerVersionPermission.Builder.public final String getAccountId()
LayerVersionPermission
The wild-card '*' can be
used to grant access to "any" account (or any account in an organization when organizationId is specified).
getAccountId in interface LayerVersionPermissionpublic final String getOrganizationId()
LayerVersionPermission
Can only be specified if accountId is '*'
getOrganizationId in interface LayerVersionPermission@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.