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