Package software.amazon.awscdk
Class RoleOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.RoleOptions.Jsii$Proxy
- All Implemented Interfaces:
RoleOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
RoleOptions
@Stability(Stable)
@Internal
public static final class RoleOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements RoleOptions
An implementation for
RoleOptions-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.RoleOptions
RoleOptions.Builder, RoleOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(RoleOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theRoleOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theRoleOptions.Builder.
-
-
Method Details
-
getAssumeRoleArn
Description copied from interface:RoleOptionsARN of the role to assume.- Specified by:
getAssumeRoleArnin interfaceRoleOptions
-
getAssumeRoleAdditionalOptions
Description copied from interface:RoleOptionsAdditional options to pass to STS when assuming the role for cloudformation deployments.RoleArnshould not be used. Use the dedicatedassumeRoleArnproperty instead.ExternalIdshould not be used. Use the dedicatedassumeRoleExternalIdinstead.TransitiveTagKeysdefaults to use all keys (if any) specified inTags. E.g, all tags are transitive by default.
Default: - No additional options.
- Specified by:
getAssumeRoleAdditionalOptionsin interfaceRoleOptions- See Also:
-
getAssumeRoleExternalId
Description copied from interface:RoleOptionsExternal ID to use when assuming the role.Default: - No external ID
- Specified by:
getAssumeRoleExternalIdin interfaceRoleOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-