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 Stringx509 v3 Certificate Revocation List to revoke auth for corresponding certificates presented in CreateSession operations.final ObjectThe enabled status of the resource.final StringgetName()The customer specified name of the resource.getTags()A list of Tags.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:CfnCRLPropsx509 v3 Certificate Revocation List to revoke auth for corresponding certificates presented in CreateSession operations.- Specified by:
getCrlDatain interfaceCfnCRLProps
-
getName
Description copied from interface:CfnCRLPropsThe customer specified name of the resource.- Specified by:
getNamein interfaceCfnCRLProps
-
getEnabled
Description copied from interface:CfnCRLPropsThe enabled status of the resource.- Specified by:
getEnabledin interfaceCfnCRLProps
-
getTags
Description copied from interface:CfnCRLPropsA list of Tags.- Specified by:
getTagsin interfaceCfnCRLProps
-
getTrustAnchorArn
Description copied from interface:CfnCRLPropsThe ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.- Specified by:
getTrustAnchorArnin interfaceCfnCRLProps
-
$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()
-