Interface ClouddeployTargetConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ClouddeployTargetConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.170Z") @Stability(Stable) public interface ClouddeployTargetConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classClouddeployTargetConfig.BuilderA builder forClouddeployTargetConfigstatic classClouddeployTargetConfig.Jsii$ProxyAn implementation forClouddeployTargetConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ClouddeployTargetConfig.Builderbuilder()default Map<String,String>getAnnotations()Optional.default ClouddeployTargetAnthosClustergetAnthosCluster()anthos_cluster block.default ClouddeployTargetCustomTargetgetCustomTarget()custom_target block.default Map<String,String>getDeployParameters()Optional.default StringgetDescription()Optional.default ObjectgetExecutionConfigs()execution_configs block.default ClouddeployTargetGkegetGke()gke block.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#id ClouddeployTarget#id}.default Map<String,String>getLabels()Optional.StringgetLocation()The location for the resource.default ClouddeployTargetMultiTargetgetMultiTarget()multi_target block.StringgetName()Name of theTarget.default StringgetProject()The project for the resource.default ObjectgetRequireApproval()Optional.default ClouddeployTargetRungetRun()run block.default ClouddeployTargetTimeoutsgetTimeouts()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/clouddeploy_target#location ClouddeployTarget#location}
-
getName
@Stability(Stable) @NotNull String getName()
Name of theTarget. Format is[a-z]([a-z0-9-]{0,61}[a-z0-9])?.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#name ClouddeployTarget#name}
-
getAnnotations
@Stability(Stable) @Nullable default Map<String,String> getAnnotations()
Optional.User annotations. These attributes can only be set and used by the user, and not by Google Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations. **Note**: This field is non-authoritative, and will only manage the annotations present in your configuration. Please refer to the field `effective_annotations` for all of the annotations present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#annotations ClouddeployTarget#annotations}
-
getAnthosCluster
@Stability(Stable) @Nullable default ClouddeployTargetAnthosCluster getAnthosCluster()
anthos_cluster block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#anthos_cluster ClouddeployTarget#anthos_cluster}
-
getCustomTarget
@Stability(Stable) @Nullable default ClouddeployTargetCustomTarget getCustomTarget()
custom_target block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#custom_target ClouddeployTarget#custom_target}
-
getDeployParameters
@Stability(Stable) @Nullable default Map<String,String> getDeployParameters()
Optional. The deploy parameters to use for this target.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#deploy_parameters ClouddeployTarget#deploy_parameters}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
Optional. Description of theTarget. Max length is 255 characters.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#description ClouddeployTarget#description}
-
getExecutionConfigs
@Stability(Stable) @Nullable default Object getExecutionConfigs()
execution_configs block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#execution_configs ClouddeployTarget#execution_configs}
-
getGke
@Stability(Stable) @Nullable default ClouddeployTargetGke getGke()
gke block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#gke ClouddeployTarget#gke}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#id ClouddeployTarget#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.
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
Optional.Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes. **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/clouddeploy_target#labels ClouddeployTarget#labels}
-
getMultiTarget
@Stability(Stable) @Nullable default ClouddeployTargetMultiTarget getMultiTarget()
multi_target block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#multi_target ClouddeployTarget#multi_target}
-
getProject
@Stability(Stable) @Nullable default String getProject()
The project for the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#project ClouddeployTarget#project}
-
getRequireApproval
@Stability(Stable) @Nullable default Object getRequireApproval()
Optional. Whether or not theTargetrequires approval.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#require_approval ClouddeployTarget#require_approval}
-
getRun
@Stability(Stable) @Nullable default ClouddeployTargetRun getRun()
run block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#run ClouddeployTarget#run}
-
getTimeouts
@Stability(Stable) @Nullable default ClouddeployTargetTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#timeouts ClouddeployTarget#timeouts}
-
builder
@Stability(Stable) static ClouddeployTargetConfig.Builder builder()
- Returns:
- a
ClouddeployTargetConfig.BuilderofClouddeployTargetConfig
-
-