Class MonitoringCustomServiceConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.monitoring_custom_service.MonitoringCustomServiceConfig.Jsii$Proxy
-
- All Implemented Interfaces:
MonitoringCustomServiceConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- MonitoringCustomServiceConfig
@Stability(Stable) @Internal public static final class MonitoringCustomServiceConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MonitoringCustomServiceConfig
An implementation forMonitoringCustomServiceConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.monitoring_custom_service.MonitoringCustomServiceConfig
MonitoringCustomServiceConfig.Builder, MonitoringCustomServiceConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(MonitoringCustomServiceConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theMonitoringCustomServiceConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDisplayName()Name used for UI elements listing this Service.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_custom_service#id MonitoringCustomService#id}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_custom_service#project MonitoringCustomService#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()StringgetServiceId()An optional service ID to use.MonitoringCustomServiceTelemetrygetTelemetry()telemetry block.MonitoringCustomServiceTimeoutsgetTimeouts()timeouts block.Map<String,String>getUserLabels()Labels which have been used to annotate the service.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(MonitoringCustomServiceConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theMonitoringCustomServiceConfig.Builder.
-
-
Method Detail
-
getDisplayName
public final String getDisplayName()
Description copied from interface:MonitoringCustomServiceConfigName 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}
- Specified by:
getDisplayNamein interfaceMonitoringCustomServiceConfig
-
getId
public final String getId()
Description copied from interface:MonitoringCustomServiceConfigDocs 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.
- Specified by:
getIdin interfaceMonitoringCustomServiceConfig
-
getProject
public final String getProject()
Description copied from interface:MonitoringCustomServiceConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_custom_service#project MonitoringCustomService#project}.- Specified by:
getProjectin interfaceMonitoringCustomServiceConfig
-
getServiceId
public final String getServiceId()
Description copied from interface:MonitoringCustomServiceConfigAn 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}
- Specified by:
getServiceIdin interfaceMonitoringCustomServiceConfig
-
getTelemetry
public final MonitoringCustomServiceTelemetry getTelemetry()
Description copied from interface:MonitoringCustomServiceConfigtelemetry block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_custom_service#telemetry MonitoringCustomService#telemetry}
- Specified by:
getTelemetryin interfaceMonitoringCustomServiceConfig
-
getTimeouts
public final MonitoringCustomServiceTimeouts getTimeouts()
Description copied from interface:MonitoringCustomServiceConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_custom_service#timeouts MonitoringCustomService#timeouts}
- Specified by:
getTimeoutsin interfaceMonitoringCustomServiceConfig
-
getUserLabels
public final Map<String,String> getUserLabels()
Description copied from interface:MonitoringCustomServiceConfigLabels 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}
- Specified by:
getUserLabelsin interfaceMonitoringCustomServiceConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-