Class PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.privateca_ca_pool.PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa.Jsii$Proxy
-
- All Implemented Interfaces:
PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa
@Stability(Stable) @Internal public static final class PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa
An implementation forPrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa
-
-
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.PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa
PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa.Builder, PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa.Builder builder)Constructor that initializes the object based on literal property values passed by thePrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa.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)StringgetMaxModulusSize()The maximum allowed RSA modulus size, in bits.StringgetMinModulusSize()The minimum allowed RSA modulus size, in bits.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(PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa.Builder builder)
Constructor that initializes the object based on literal property values passed by thePrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa.Builder.
-
-
Method Detail
-
getMaxModulusSize
public final String getMaxModulusSize()
Description copied from interface:PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsaThe maximum allowed RSA modulus size, in bits.If this is not set, or if set to zero, the service will not enforce an explicit upper bound on RSA modulus sizes. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#max_modulus_size PrivatecaCaPool#max_modulus_size}
- Specified by:
getMaxModulusSizein interfacePrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa
-
getMinModulusSize
public final String getMinModulusSize()
Description copied from interface:PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsaThe minimum allowed RSA modulus size, in bits.If this is not set, or if set to zero, the service-level min RSA modulus size will continue to apply. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#min_modulus_size PrivatecaCaPool#min_modulus_size}
- Specified by:
getMinModulusSizein interfacePrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-