Class MonitoringServiceConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.monitoring_service.MonitoringServiceConfig.Jsii$Proxy
-
- All Implemented Interfaces:
MonitoringServiceConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- MonitoringServiceConfig
@Stability(Stable) @Internal public static final class MonitoringServiceConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MonitoringServiceConfig
An implementation forMonitoringServiceConfig
-
-
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_service.MonitoringServiceConfig
MonitoringServiceConfig.Builder, MonitoringServiceConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(MonitoringServiceConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theMonitoringServiceConfig.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)MonitoringServiceBasicServicegetBasicService()basic_service block.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_service#id MonitoringService#id}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_service#project MonitoringService#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()StringgetServiceId()An optional service ID to use.MonitoringServiceTimeoutsgetTimeouts()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(MonitoringServiceConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theMonitoringServiceConfig.Builder.
-
-
Method Detail
-
getServiceId
public final String getServiceId()
Description copied from interface:MonitoringServiceConfigAn 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}
- Specified by:
getServiceIdin interfaceMonitoringServiceConfig
-
getBasicService
public final MonitoringServiceBasicService getBasicService()
Description copied from interface:MonitoringServiceConfigbasic_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}
- Specified by:
getBasicServicein interfaceMonitoringServiceConfig
-
getDisplayName
public final String getDisplayName()
Description copied from interface:MonitoringServiceConfigName 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}
- Specified by:
getDisplayNamein interfaceMonitoringServiceConfig
-
getId
public final String getId()
Description copied from interface:MonitoringServiceConfigDocs 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.
- Specified by:
getIdin interfaceMonitoringServiceConfig
-
getProject
public final String getProject()
Description copied from interface:MonitoringServiceConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_service#project MonitoringService#project}.- Specified by:
getProjectin interfaceMonitoringServiceConfig
-
getTimeouts
public final MonitoringServiceTimeouts getTimeouts()
Description copied from interface:MonitoringServiceConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_service#timeouts MonitoringService#timeouts}
- Specified by:
getTimeoutsin interfaceMonitoringServiceConfig
-
getUserLabels
public final Map<String,String> getUserLabels()
Description copied from interface:MonitoringServiceConfigLabels 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}
- Specified by:
getUserLabelsin interfaceMonitoringServiceConfig
-
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
-
-