Interface PrivatecaCaPoolIssuancePolicyAllowedIssuanceModes
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PrivatecaCaPoolIssuancePolicyAllowedIssuanceModes.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.306Z") @Stability(Stable) public interface PrivatecaCaPoolIssuancePolicyAllowedIssuanceModes extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPrivatecaCaPoolIssuancePolicyAllowedIssuanceModes.BuilderA builder forPrivatecaCaPoolIssuancePolicyAllowedIssuanceModesstatic classPrivatecaCaPoolIssuancePolicyAllowedIssuanceModes.Jsii$ProxyAn implementation forPrivatecaCaPoolIssuancePolicyAllowedIssuanceModes
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static PrivatecaCaPoolIssuancePolicyAllowedIssuanceModes.Builderbuilder()ObjectgetAllowConfigBasedIssuance()When true, allows callers to create Certificates by specifying a CertificateConfig.ObjectgetAllowCsrBasedIssuance()When true, allows callers to create Certificates by specifying a CSR.
-
-
-
Method Detail
-
getAllowConfigBasedIssuance
@Stability(Stable) @NotNull Object getAllowConfigBasedIssuance()
When true, allows callers to create Certificates by specifying a CertificateConfig.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#allow_config_based_issuance PrivatecaCaPool#allow_config_based_issuance}
-
getAllowCsrBasedIssuance
@Stability(Stable) @NotNull Object getAllowCsrBasedIssuance()
When true, allows callers to create Certificates by specifying a CSR.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#allow_csr_based_issuance PrivatecaCaPool#allow_csr_based_issuance}
-
builder
@Stability(Stable) static PrivatecaCaPoolIssuancePolicyAllowedIssuanceModes.Builder builder()
-
-