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