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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.RoleOptions
RoleOptions.Builder, RoleOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(RoleOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theRoleOptions.Builder
.protected
Jsii$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:RoleOptions
ARN of the role to assume.- Specified by:
getAssumeRoleArn
in interfaceRoleOptions
-
getAssumeRoleAdditionalOptions
Description copied from interface:RoleOptions
Additional options to pass to STS when assuming the role for cloudformation deployments.RoleArn
should not be used. Use the dedicatedassumeRoleArn
property instead.ExternalId
should not be used. Use the dedicatedassumeRoleExternalId
instead.TransitiveTagKeys
defaults to use all keys (if any) specified inTags
. E.g, all tags are transitive by default.
Default: - No additional options.
- Specified by:
getAssumeRoleAdditionalOptions
in interfaceRoleOptions
- See Also:
-
getAssumeRoleExternalId
Description copied from interface:RoleOptions
External ID to use when assuming the role.Default: - No external ID
- Specified by:
getAssumeRoleExternalId
in interfaceRoleOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-