Class CfnTemplateMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.pcaconnectorad.CfnTemplateMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplateMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplateMixinProps
@Stability(Stable)
@Internal
public static final class CfnTemplateMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTemplateMixinProps
An implementation for
CfnTemplateMixinProps-
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.pcaconnectorad.CfnTemplateMixinProps
CfnTemplateMixinProps.Builder, CfnTemplateMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnTemplateMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTemplateMixinProps.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 theCfnTemplateMixinProps.Builder.
-
-
Method Details
-
getConnectorArn
Description copied from interface:CfnTemplateMixinPropsThe Amazon Resource Name (ARN) that was returned when you called CreateConnector .- Specified by:
getConnectorArnin interfaceCfnTemplateMixinProps- See Also:
-
getDefinition
Description copied from interface:CfnTemplateMixinPropsTemplate 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
IResolvableorCfnTemplatePropsMixin.TemplateDefinitionProperty- Specified by:
getDefinitionin interfaceCfnTemplateMixinProps- See Also:
-
getName
Description copied from interface:CfnTemplateMixinPropsName of the templates.Template names must be unique.
- Specified by:
getNamein interfaceCfnTemplateMixinProps- See Also:
-
getReenrollAllCertificateHolders
Description copied from interface:CfnTemplateMixinPropsThis 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 interfaceCfnTemplateMixinProps- See Also:
-
getTags
Description copied from interface:CfnTemplateMixinPropsMetadata assigned to a template consisting of a key-value pair.- Specified by:
getTagsin interfaceCfnTemplateMixinProps- 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()
-