@Stability(value=Experimental) @Internal public static final class LayerVersionPermission.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LayerVersionPermission
LayerVersionPermission
software.amazon.jsii.JsiiObject.InitializationMode
LayerVersionPermission.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, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected 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 LayerVersionPermission
public 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.JsiiSerializable
Copyright © 2021. All rights reserved.