Interface MonitoringCustomServiceConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
MonitoringCustomServiceConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.935Z") @Stability(Stable) public interface MonitoringCustomServiceConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMonitoringCustomServiceConfig.BuilderA builder forMonitoringCustomServiceConfigstatic classMonitoringCustomServiceConfig.Jsii$ProxyAn implementation forMonitoringCustomServiceConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static MonitoringCustomServiceConfig.Builderbuilder()default StringgetDisplayName()Name used for UI elements listing this Service.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_custom_service#id MonitoringCustomService#id}.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_custom_service#project MonitoringCustomService#project}.default StringgetServiceId()An optional service ID to use.default MonitoringCustomServiceTelemetrygetTelemetry()telemetry block.default MonitoringCustomServiceTimeoutsgetTimeouts()timeouts block.default Map<String,String>getUserLabels()Labels which have been used to annotate the service.
-
-
-
Method Detail
-
getDisplayName
@Stability(Stable) @Nullable default String getDisplayName()
Name used for UI elements listing this Service.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_custom_service#display_name MonitoringCustomService#display_name}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_custom_service#id MonitoringCustomService#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.
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_custom_service#project MonitoringCustomService#project}.
-
getServiceId
@Stability(Stable) @Nullable default String getServiceId()
An optional service ID to use. If not given, the server will generate a service ID.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_custom_service#service_id MonitoringCustomService#service_id}
-
getTelemetry
@Stability(Stable) @Nullable default MonitoringCustomServiceTelemetry getTelemetry()
telemetry block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_custom_service#telemetry MonitoringCustomService#telemetry}
-
getTimeouts
@Stability(Stable) @Nullable default MonitoringCustomServiceTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_custom_service#timeouts MonitoringCustomService#timeouts}
-
getUserLabels
@Stability(Stable) @Nullable default Map<String,String> getUserLabels()
Labels which have been used to annotate the service.Label keys must start with a letter. Label keys and values may contain lowercase letters, numbers, underscores, and dashes. Label keys and values have a maximum length of 63 characters, and must be less than 128 bytes in size. Up to 64 label entries may be stored. For labels which do not have a semantic value, the empty string may be supplied for the label value. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_custom_service#user_labels MonitoringCustomService#user_labels}
-
builder
@Stability(Stable) static MonitoringCustomServiceConfig.Builder builder()
-
-