Class CfnTrustAnchorPropsMixin.SourceDataProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.rolesanywhere.CfnTrustAnchorPropsMixin.SourceDataProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTrustAnchorPropsMixin.SourceDataProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTrustAnchorPropsMixin.SourceDataProperty
@Stability(Stable)
@Internal
public static final class CfnTrustAnchorPropsMixin.SourceDataProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTrustAnchorPropsMixin.SourceDataProperty
An implementation for
CfnTrustAnchorPropsMixin.SourceDataProperty-
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.CfnTrustAnchorPropsMixin.SourceDataProperty
CfnTrustAnchorPropsMixin.SourceDataProperty.Builder, CfnTrustAnchorPropsMixin.SourceDataProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTrustAnchorPropsMixin.SourceDataProperty.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 StringThe root certificate of the Private Certificate Authority specified by this ARN is used in trust validation for temporary credential requests.final StringThe PEM-encoded data for the certificate 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 theCfnTrustAnchorPropsMixin.SourceDataProperty.Builder.
-
-
Method Details
-
getAcmPcaArn
Description copied from interface:CfnTrustAnchorPropsMixin.SourceDataPropertyThe root certificate of the Private Certificate Authority specified by this ARN is used in trust validation for temporary credential requests.Included for trust anchors of type
AWS_ACM_PCA.This field is not supported in your region.
- Specified by:
getAcmPcaArnin interfaceCfnTrustAnchorPropsMixin.SourceDataProperty- See Also:
-
getX509CertificateData
Description copied from interface:CfnTrustAnchorPropsMixin.SourceDataPropertyThe PEM-encoded data for the certificate anchor.Included for trust anchors of type
CERTIFICATE_BUNDLE.- Specified by:
getX509CertificateDatain interfaceCfnTrustAnchorPropsMixin.SourceDataProperty- 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()
-