Class CfnRoleAliasMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnRoleAliasMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRoleAliasMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRoleAliasMixinProps
@Stability(Stable)
@Internal
public static final class CfnRoleAliasMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRoleAliasMixinProps
An implementation for
CfnRoleAliasMixinProps-
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.cfnpropertymixins.services.iot.CfnRoleAliasMixinProps
CfnRoleAliasMixinProps.Builder, CfnRoleAliasMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnRoleAliasMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRoleAliasMixinProps.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 ObjectThe 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 theCfnRoleAliasMixinProps.Builder.
-
-
Method Details
-
getCredentialDurationSeconds
Description copied from interface:CfnRoleAliasMixinPropsThe number of seconds for which the credential is valid.Default: - 3600
- Specified by:
getCredentialDurationSecondsin interfaceCfnRoleAliasMixinProps- See Also:
-
getRoleAlias
Description copied from interface:CfnRoleAliasMixinPropsThe role alias.- Specified by:
getRoleAliasin interfaceCfnRoleAliasMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnRoleAliasMixinProps- Specified by:
getRoleArnin interfaceCfnRoleAliasMixinProps- See Also:
-
getTags
Description copied from interface:CfnRoleAliasMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnRoleAliasMixinProps- 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()
-