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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iot.CfnRoleAliasProps
CfnRoleAliasProps.Builder, CfnRoleAliasProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnRoleAliasProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRoleAliasProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal NumberThe number of seconds for which the credential is valid.final StringThe role alias.final StringThe role ARN.getTags()An array of key-value pairs to apply to this resource.final inthashCode()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:CfnRoleAliasPropsThe role ARN.- Specified by:
getRoleArnin interfaceCfnRoleAliasProps- See Also:
-
getCredentialDurationSeconds
Description copied from interface:CfnRoleAliasPropsThe number of seconds for which the credential is valid.Default: - 3600
- Specified by:
getCredentialDurationSecondsin interfaceCfnRoleAliasProps- See Also:
-
getRoleAlias
Description copied from interface:CfnRoleAliasPropsThe role alias.- Specified by:
getRoleAliasin interfaceCfnRoleAliasProps- See Also:
-
getTags
Description copied from interface:CfnRoleAliasPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnRoleAliasProps- See Also:
-
$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()
-