Interface PrivatecaCertificateAuthorityConfigX509ConfigAdditionalExtensions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PrivatecaCertificateAuthorityConfigX509ConfigAdditionalExtensions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.366Z") @Stability(Stable) public interface PrivatecaCertificateAuthorityConfigX509ConfigAdditionalExtensions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPrivatecaCertificateAuthorityConfigX509ConfigAdditionalExtensions.Builderstatic classPrivatecaCertificateAuthorityConfigX509ConfigAdditionalExtensions.Jsii$ProxyAn implementation forPrivatecaCertificateAuthorityConfigX509ConfigAdditionalExtensions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static PrivatecaCertificateAuthorityConfigX509ConfigAdditionalExtensions.Builderbuilder()ObjectgetCritical()Indicates whether or not this extension is critical (i.e., if the client does not know how to handle this extension, the client should consider this to be an error).PrivatecaCertificateAuthorityConfigX509ConfigAdditionalExtensionsObjectIdgetObjectId()object_id block.StringgetValue()The value of this X.509 extension.
-
-
-
Method Detail
-
getCritical
@Stability(Stable) @NotNull Object getCritical()
Indicates whether or not this extension is critical (i.e., if the client does not know how to handle this extension, the client should consider this to be an error).Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#critical PrivatecaCertificateAuthority#critical}
-
getObjectId
@Stability(Stable) @NotNull PrivatecaCertificateAuthorityConfigX509ConfigAdditionalExtensionsObjectId getObjectId()
object_id block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#object_id PrivatecaCertificateAuthority#object_id}
-
getValue
@Stability(Stable) @NotNull String getValue()
The value of this X.509 extension. A base64-encoded string.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#value PrivatecaCertificateAuthority#value}
-
builder
@Stability(Stable) static PrivatecaCertificateAuthorityConfigX509ConfigAdditionalExtensions.Builder builder()
-
-