Interface PrivatecaCertificateTemplateConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
PrivatecaCertificateTemplateConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.375Z") @Stability(Stable) public interface PrivatecaCertificateTemplateConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPrivatecaCertificateTemplateConfig.BuilderA builder forPrivatecaCertificateTemplateConfigstatic classPrivatecaCertificateTemplateConfig.Jsii$ProxyAn implementation forPrivatecaCertificateTemplateConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static PrivatecaCertificateTemplateConfig.Builderbuilder()default StringgetDescription()Optional.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_template#id PrivatecaCertificateTemplate#id}.default PrivatecaCertificateTemplateIdentityConstraintsgetIdentityConstraints()identity_constraints block.default Map<String,String>getLabels()Optional.StringgetLocation()The location for the resource.default StringgetMaximumLifetime()Optional.StringgetName()The resource name for this CertificateTemplate in the format 'projects/* /locations/* /certificateTemplates/*'.default PrivatecaCertificateTemplatePassthroughExtensionsgetPassthroughExtensions()passthrough_extensions block.default PrivatecaCertificateTemplatePredefinedValuesgetPredefinedValues()predefined_values block.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_template#project PrivatecaCertificateTemplate#project}.default PrivatecaCertificateTemplateTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getLocation
@Stability(Stable) @NotNull String getLocation()
The location for the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_template#location PrivatecaCertificateTemplate#location}
-
getName
@Stability(Stable) @NotNull String getName()
The resource name for this CertificateTemplate in the format 'projects/* /locations/* /certificateTemplates/*'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_template#name PrivatecaCertificateTemplate#name} Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space.
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
Optional. A human-readable description of scenarios this template is intended for.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_template#description PrivatecaCertificateTemplate#description}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_template#id PrivatecaCertificateTemplate#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getIdentityConstraints
@Stability(Stable) @Nullable default PrivatecaCertificateTemplateIdentityConstraints getIdentityConstraints()
identity_constraints block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_template#identity_constraints PrivatecaCertificateTemplate#identity_constraints}
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
Optional. Labels with user-defined metadata.**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_template#labels PrivatecaCertificateTemplate#labels}
-
getMaximumLifetime
@Stability(Stable) @Nullable default String getMaximumLifetime()
Optional.The maximum lifetime allowed for all issued certificates that use this template. If the issuing CaPool's IssuancePolicy specifies a maximum lifetime the minimum of the two durations will be the maximum lifetime for issued. Note that if the issuing CertificateAuthority expires before a Certificate's requested maximum_lifetime, 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_certificate_template#maximum_lifetime PrivatecaCertificateTemplate#maximum_lifetime}
-
getPassthroughExtensions
@Stability(Stable) @Nullable default PrivatecaCertificateTemplatePassthroughExtensions getPassthroughExtensions()
passthrough_extensions block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_template#passthrough_extensions PrivatecaCertificateTemplate#passthrough_extensions}
-
getPredefinedValues
@Stability(Stable) @Nullable default PrivatecaCertificateTemplatePredefinedValues getPredefinedValues()
predefined_values block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_template#predefined_values PrivatecaCertificateTemplate#predefined_values}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_template#project PrivatecaCertificateTemplate#project}.
-
getTimeouts
@Stability(Stable) @Nullable default PrivatecaCertificateTemplateTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_template#timeouts PrivatecaCertificateTemplate#timeouts}
-
builder
@Stability(Stable) static PrivatecaCertificateTemplateConfig.Builder builder()
-
-