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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.pcaconnectorad.CfnTemplateProps
CfnTemplateProps.Builder, CfnTemplateProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnTemplateProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTemplateProps.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 Amazon Resource Name (ARN) that was returned when you called CreateConnector .final ObjectTemplate configuration to define the information included in certificates.final StringgetName()Name of the templates.final ObjectThis 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 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 theCfnTemplateProps.Builder.
-
-
Method Details
-
getConnectorArn
Description copied from interface:CfnTemplatePropsThe Amazon Resource Name (ARN) that was returned when you called CreateConnector .- Specified by:
getConnectorArnin interfaceCfnTemplateProps- See Also:
-
getDefinition
Description copied from interface:CfnTemplatePropsTemplate 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.
Returns union: either
IResolvableorCfnTemplate.TemplateDefinitionProperty- Specified by:
getDefinitionin interfaceCfnTemplateProps- See Also:
-
getName
Description copied from interface:CfnTemplatePropsName of the templates.Template names must be unique.
- Specified by:
getNamein interfaceCfnTemplateProps- See Also:
-
getReenrollAllCertificateHolders
Description copied from interface:CfnTemplatePropsThis 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.
Returns union: either
BooleanorIResolvable- Specified by:
getReenrollAllCertificateHoldersin interfaceCfnTemplateProps- See Also:
-
getTags
Description copied from interface:CfnTemplatePropsMetadata assigned to a template consisting of a key-value pair.- Specified by:
getTagsin interfaceCfnTemplateProps- 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()
-