Class CfnRoleAliasProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnRoleAliasProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRoleAliasProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRoleAliasProps
@Stability(Stable)
@Internal
public static final class CfnRoleAliasProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRoleAliasProps
An implementation for
CfnRoleAliasProps
-
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.services.iot.CfnRoleAliasProps
CfnRoleAliasProps.Builder, CfnRoleAliasProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnRoleAliasProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRoleAliasProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Number
The number of seconds for which the credential is valid.final String
The role alias.final String
The role ARN.getTags()
An array of key-value pairs to apply to this resource.final int
hashCode()
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 theCfnRoleAliasProps.Builder
.
-
-
Method Details
-
getRoleArn
Description copied from interface:CfnRoleAliasProps
The role ARN.- Specified by:
getRoleArn
in interfaceCfnRoleAliasProps
- See Also:
-
getCredentialDurationSeconds
Description copied from interface:CfnRoleAliasProps
The number of seconds for which the credential is valid.Default: - 3600
- Specified by:
getCredentialDurationSeconds
in interfaceCfnRoleAliasProps
- See Also:
-
getRoleAlias
Description copied from interface:CfnRoleAliasProps
The role alias.- Specified by:
getRoleAlias
in interfaceCfnRoleAliasProps
- See Also:
-
getTags
Description copied from interface:CfnRoleAliasProps
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTags
in interfaceCfnRoleAliasProps
- See Also:
-
$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()
-