Class PrivatecaCaPoolIssuancePolicy.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.privateca_ca_pool.PrivatecaCaPoolIssuancePolicy.Jsii$Proxy
-
- All Implemented Interfaces:
PrivatecaCaPoolIssuancePolicy,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PrivatecaCaPoolIssuancePolicy
@Stability(Stable) @Internal public static final class PrivatecaCaPoolIssuancePolicy.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PrivatecaCaPoolIssuancePolicy
An implementation forPrivatecaCaPoolIssuancePolicy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.privateca_ca_pool.PrivatecaCaPoolIssuancePolicy
PrivatecaCaPoolIssuancePolicy.Builder, PrivatecaCaPoolIssuancePolicy.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(PrivatecaCaPoolIssuancePolicy.Builder builder)Constructor that initializes the object based on literal property values passed by thePrivatecaCaPoolIssuancePolicy.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)PrivatecaCaPoolIssuancePolicyAllowedIssuanceModesgetAllowedIssuanceModes()allowed_issuance_modes block.ObjectgetAllowedKeyTypes()allowed_key_types block.PrivatecaCaPoolIssuancePolicyBaselineValuesgetBaselineValues()baseline_values block.PrivatecaCaPoolIssuancePolicyIdentityConstraintsgetIdentityConstraints()identity_constraints block.StringgetMaximumLifetime()The maximum lifetime allowed for issued Certificates.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(PrivatecaCaPoolIssuancePolicy.Builder builder)
Constructor that initializes the object based on literal property values passed by thePrivatecaCaPoolIssuancePolicy.Builder.
-
-
Method Detail
-
getAllowedIssuanceModes
public final PrivatecaCaPoolIssuancePolicyAllowedIssuanceModes getAllowedIssuanceModes()
Description copied from interface:PrivatecaCaPoolIssuancePolicyallowed_issuance_modes block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#allowed_issuance_modes PrivatecaCaPool#allowed_issuance_modes}
- Specified by:
getAllowedIssuanceModesin interfacePrivatecaCaPoolIssuancePolicy
-
getAllowedKeyTypes
public final Object getAllowedKeyTypes()
Description copied from interface:PrivatecaCaPoolIssuancePolicyallowed_key_types block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#allowed_key_types PrivatecaCaPool#allowed_key_types}
- Specified by:
getAllowedKeyTypesin interfacePrivatecaCaPoolIssuancePolicy
-
getBaselineValues
public final PrivatecaCaPoolIssuancePolicyBaselineValues getBaselineValues()
Description copied from interface:PrivatecaCaPoolIssuancePolicybaseline_values block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#baseline_values PrivatecaCaPool#baseline_values}
- Specified by:
getBaselineValuesin interfacePrivatecaCaPoolIssuancePolicy
-
getIdentityConstraints
public final PrivatecaCaPoolIssuancePolicyIdentityConstraints getIdentityConstraints()
Description copied from interface:PrivatecaCaPoolIssuancePolicyidentity_constraints block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#identity_constraints PrivatecaCaPool#identity_constraints}
- Specified by:
getIdentityConstraintsin interfacePrivatecaCaPoolIssuancePolicy
-
getMaximumLifetime
public final String getMaximumLifetime()
Description copied from interface:PrivatecaCaPoolIssuancePolicyThe maximum lifetime allowed for issued Certificates.Note that if the issuing CertificateAuthority expires before a Certificate's requested maximumLifetime, the effective lifetime will be explicitly truncated to match it. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#maximum_lifetime PrivatecaCaPool#maximum_lifetime}
- Specified by:
getMaximumLifetimein interfacePrivatecaCaPoolIssuancePolicy
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-