Class CfnCRLProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rolesanywhere.CfnCRLProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCRLProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCRLProps
@Stability(Stable)
@Internal
public static final class CfnCRLProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCRLProps
An implementation for
CfnCRLProps-
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.CfnCRLProps
CfnCRLProps.Builder, CfnCRLProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnCRLProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCRLProps.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 x509 v3 specified certificate revocation list (CRL).final ObjectSpecifies whether the certificate revocation list (CRL) is enabled.final StringgetName()The name of the certificate revocation list (CRL).getTags()A list of tags to attach to the certificate revocation list (CRL).final StringThe ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.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 theCfnCRLProps.Builder.
-
-
Method Details
-
getCrlData
Description copied from interface:CfnCRLPropsThe x509 v3 specified certificate revocation list (CRL).- Specified by:
getCrlDatain interfaceCfnCRLProps- See Also:
-
getName
Description copied from interface:CfnCRLPropsThe name of the certificate revocation list (CRL).- Specified by:
getNamein interfaceCfnCRLProps- See Also:
-
getEnabled
Description copied from interface:CfnCRLPropsSpecifies whether the certificate revocation list (CRL) is enabled.Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnCRLProps- See Also:
-
getTags
Description copied from interface:CfnCRLPropsA list of tags to attach to the certificate revocation list (CRL).- Specified by:
getTagsin interfaceCfnCRLProps- See Also:
-
getTrustAnchorArn
Description copied from interface:CfnCRLPropsThe ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.- Specified by:
getTrustAnchorArnin interfaceCfnCRLProps- 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()
-