Interface PrivatecaCaPoolConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
PrivatecaCaPoolConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.305Z") @Stability(Stable) public interface PrivatecaCaPoolConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPrivatecaCaPoolConfig.BuilderA builder forPrivatecaCaPoolConfigstatic classPrivatecaCaPoolConfig.Jsii$ProxyAn implementation forPrivatecaCaPoolConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static PrivatecaCaPoolConfig.Builderbuilder()default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#id PrivatecaCaPool#id}.default PrivatecaCaPoolIssuancePolicygetIssuancePolicy()issuance_policy block.default Map<String,String>getLabels()Labels with user-defined metadata.StringgetLocation()Location of the CaPool.StringgetName()The name for this CaPool.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#project PrivatecaCaPool#project}.default PrivatecaCaPoolPublishingOptionsgetPublishingOptions()publishing_options block.StringgetTier()The Tier of this CaPool.default PrivatecaCaPoolTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getLocation
@Stability(Stable) @NotNull String getLocation()
Location of the CaPool. A full list of valid locations can be found by running 'gcloud privateca locations list'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#location PrivatecaCaPool#location}
-
getName
@Stability(Stable) @NotNull String getName()
The name for this CaPool.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#name PrivatecaCaPool#name}
-
getTier
@Stability(Stable) @NotNull String getTier()
The Tier of this CaPool. Possible values: ["ENTERPRISE", "DEVOPS"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#tier PrivatecaCaPool#tier}
-
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_ca_pool#id PrivatecaCaPool#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.
-
getIssuancePolicy
@Stability(Stable) @Nullable default PrivatecaCaPoolIssuancePolicy getIssuancePolicy()
issuance_policy block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#issuance_policy PrivatecaCaPool#issuance_policy}
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
Labels with user-defined metadata.An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }. **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_ca_pool#labels PrivatecaCaPool#labels}
-
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_ca_pool#project PrivatecaCaPool#project}.
-
getPublishingOptions
@Stability(Stable) @Nullable default PrivatecaCaPoolPublishingOptions getPublishingOptions()
publishing_options block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#publishing_options PrivatecaCaPool#publishing_options}
-
getTimeouts
@Stability(Stable) @Nullable default PrivatecaCaPoolTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_ca_pool#timeouts PrivatecaCaPool#timeouts}
-
builder
@Stability(Stable) static PrivatecaCaPoolConfig.Builder builder()
- Returns:
- a
PrivatecaCaPoolConfig.BuilderofPrivatecaCaPoolConfig
-
-