@Stability(value=Experimental) @Internal public static final class ShareOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ShareOptions
ShareOptionssoftware.amazon.jsii.JsiiObject.InitializationModeShareOptions.Builder, ShareOptions.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(ShareOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
ShareOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<String> |
getAccounts()
(experimental) A list of AWS accounts that the application will be shared with.
|
List<String> |
getOrganizationArns()
(experimental) A list of AWS Organization or Organizational Units (OUs) ARNs that the application will be shared with.
|
List<IRole> |
getRoles()
(experimental) A list of AWS IAM roles that the application will be shared with.
|
Object |
getSharePermission()
(experimental) An option to manage access to the application or attribute group.
|
List<IUser> |
getUsers()
(experimental) A list of AWS IAM users that the application will be shared with.
|
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(ShareOptions.Builder builder)
ShareOptions.Builder.public final List<String> getAccounts()
ShareOptionsDefault: - No accounts specified for share
getAccounts in interface ShareOptionspublic final List<String> getOrganizationArns()
ShareOptionsDefault: - No AWS Organizations or OUs specified for share
getOrganizationArns in interface ShareOptionspublic final List<IRole> getRoles()
ShareOptionsDefault: - No IAM roles specified for share
getRoles in interface ShareOptionspublic final Object getSharePermission()
ShareOptionsDefault: - Principals will be assigned read only permissions on the application or attribute group.
getSharePermission in interface ShareOptionspublic final List<IUser> getUsers()
ShareOptionsDefault: - No IAM Users specified for share
getUsers in interface ShareOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.