Class CfnTemplateProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pcaconnectorad.CfnTemplateProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplateProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplateProps
@Stability(Stable)
@Internal
public static final class CfnTemplateProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplateProps
An implementation for
CfnTemplateProps
-
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.pcaconnectorad.CfnTemplateProps
CfnTemplateProps.Builder, CfnTemplateProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnTemplateProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTemplateProps.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
The Amazon Resource Name (ARN) that was returned when you called CreateConnector .final Object
Template configuration to define the information included in certificates.final String
getName()
Name of the templates.final Object
This setting allows the major version of a template to be increased automatically.getTags()
Metadata assigned to a template consisting of a key-value pair.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 theCfnTemplateProps.Builder
.
-
-
Method Details
-
getConnectorArn
Description copied from interface:CfnTemplateProps
The Amazon Resource Name (ARN) that was returned when you called CreateConnector .- Specified by:
getConnectorArn
in interfaceCfnTemplateProps
- See Also:
-
getDefinition
Description copied from interface:CfnTemplateProps
Template configuration to define the information included in certificates.Define certificate validity and renewal periods, certificate request handling and enrollment options, key usage extensions, application policies, and cryptography settings.
- Specified by:
getDefinition
in interfaceCfnTemplateProps
- See Also:
-
getName
Description copied from interface:CfnTemplateProps
Name of the templates.Template names must be unique.
- Specified by:
getName
in interfaceCfnTemplateProps
- See Also:
-
getReenrollAllCertificateHolders
Description copied from interface:CfnTemplateProps
This setting allows the major version of a template to be increased automatically.All members of Active Directory groups that are allowed to enroll with a template will receive a new certificate issued using that template.
- Specified by:
getReenrollAllCertificateHolders
in interfaceCfnTemplateProps
- See Also:
-
getTags
Description copied from interface:CfnTemplateProps
Metadata assigned to a template consisting of a key-value pair.- Specified by:
getTags
in interfaceCfnTemplateProps
- See Also:
-
$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()
-