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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.rolesanywhere.CfnCRLProps
CfnCRLProps.Builder, CfnCRLProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnCRLProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnCRLProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
x509 v3 Certificate Revocation List to revoke auth for corresponding certificates presented in CreateSession operations.final Object
The enabled status of the resource.final String
getName()
The customer specified name of the resource.getTags()
A list of Tags.final String
The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.final int
hashCode()
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:CfnCRLProps
x509 v3 Certificate Revocation List to revoke auth for corresponding certificates presented in CreateSession operations.- Specified by:
getCrlData
in interfaceCfnCRLProps
-
getName
Description copied from interface:CfnCRLProps
The customer specified name of the resource.- Specified by:
getName
in interfaceCfnCRLProps
-
getEnabled
Description copied from interface:CfnCRLProps
The enabled status of the resource.- Specified by:
getEnabled
in interfaceCfnCRLProps
-
getTags
Description copied from interface:CfnCRLProps
A list of Tags.- Specified by:
getTags
in interfaceCfnCRLProps
-
getTrustAnchorArn
Description copied from interface:CfnCRLProps
The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.- Specified by:
getTrustAnchorArn
in interfaceCfnCRLProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-