Interface MonitoringServiceConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
MonitoringServiceConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.959Z") @Stability(Stable) public interface MonitoringServiceConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMonitoringServiceConfig.BuilderA builder forMonitoringServiceConfigstatic classMonitoringServiceConfig.Jsii$ProxyAn implementation forMonitoringServiceConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static MonitoringServiceConfig.Builderbuilder()default MonitoringServiceBasicServicegetBasicService()basic_service block.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_service#id MonitoringService#id}.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_service#project MonitoringService#project}.StringgetServiceId()An optional service ID to use.default MonitoringServiceTimeoutsgetTimeouts()timeouts block.default Map<String,String>getUserLabels()Labels which have been used to annotate the service.
-
-
-
Method Detail
-
getServiceId
@Stability(Stable) @NotNull 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_service#service_id MonitoringService#service_id}
-
getBasicService
@Stability(Stable) @Nullable default MonitoringServiceBasicService getBasicService()
basic_service block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_service#basic_service MonitoringService#basic_service}
-
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_service#display_name MonitoringService#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_service#id MonitoringService#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_service#project MonitoringService#project}.
-
getTimeouts
@Stability(Stable) @Nullable default MonitoringServiceTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_service#timeouts MonitoringService#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_service#user_labels MonitoringService#user_labels}
-
builder
@Stability(Stable) static MonitoringServiceConfig.Builder builder()
- Returns:
- a
MonitoringServiceConfig.BuilderofMonitoringServiceConfig
-
-