Class CfnTrustAnchorProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rolesanywhere.CfnTrustAnchorProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTrustAnchorProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTrustAnchorProps
@Stability(Stable)
@Internal
public static final class CfnTrustAnchorProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTrustAnchorProps
An implementation for
CfnTrustAnchorProps-
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.rolesanywhere.CfnTrustAnchorProps
CfnTrustAnchorProps.Builder, CfnTrustAnchorProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnTrustAnchorProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTrustAnchorProps.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 ObjectIndicates whether the trust anchor is enabled.final StringgetName()The name of the trust anchor.final ObjectA list of notification settings to be associated to the trust anchor.final ObjectThe trust anchor type and its related certificate data.getTags()The tags to attach to the trust anchor.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 theCfnTrustAnchorProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnTrustAnchorPropsThe name of the trust anchor.- Specified by:
getNamein interfaceCfnTrustAnchorProps- See Also:
-
getSource
Description copied from interface:CfnTrustAnchorPropsThe trust anchor type and its related certificate data.Returns union: either
IResolvableorCfnTrustAnchor.SourceProperty- Specified by:
getSourcein interfaceCfnTrustAnchorProps- See Also:
-
getEnabled
Description copied from interface:CfnTrustAnchorPropsIndicates whether the trust anchor is enabled.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnTrustAnchorProps- See Also:
-
getNotificationSettings
Description copied from interface:CfnTrustAnchorPropsA list of notification settings to be associated to the trust anchor.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTrustAnchor.NotificationSettingProperty>- Specified by:
getNotificationSettingsin interfaceCfnTrustAnchorProps- See Also:
-
getTags
Description copied from interface:CfnTrustAnchorPropsThe tags to attach to the trust anchor.- Specified by:
getTagsin interfaceCfnTrustAnchorProps- 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()
-