Interface PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.307Z") @Stability(Stable) public interface PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa.BuilderA builder forPrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsastatic classPrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa.Jsii$ProxyAn implementation forPrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa.Builderbuilder()default StringgetMaxModulusSize()The maximum allowed RSA modulus size, in bits.default StringgetMinModulusSize()The minimum allowed RSA modulus size, in bits.
-
-
-
Method Detail
-
getMaxModulusSize
@Stability(Stable) @Nullable default String getMaxModulusSize()
The 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}
-
getMinModulusSize
@Stability(Stable) @Nullable default String getMinModulusSize()
The 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}
-
builder
@Stability(Stable) static PrivatecaCaPoolIssuancePolicyAllowedKeyTypesRsa.Builder builder()
-
-