Class ApplicationinsightsApplicationConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.applicationinsights_application.ApplicationinsightsApplicationConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ApplicationinsightsApplicationConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ApplicationinsightsApplicationConfig
@Stability(Stable) @Internal public static final class ApplicationinsightsApplicationConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ApplicationinsightsApplicationConfig
An implementation forApplicationinsightsApplicationConfig
-
-
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.aws.applicationinsights_application.ApplicationinsightsApplicationConfig
ApplicationinsightsApplicationConfig.Builder, ApplicationinsightsApplicationConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ApplicationinsightsApplicationConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theApplicationinsightsApplicationConfig.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)ObjectgetAutoConfigEnabled()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/applicationinsights_application#auto_config_enabled ApplicationinsightsApplication#auto_config_enabled}.ObjectgetAutoCreate()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/applicationinsights_application#auto_create ApplicationinsightsApplication#auto_create}.ObjectgetConnection()ObjectgetCount()ObjectgetCweMonitorEnabled()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/applicationinsights_application#cwe_monitor_enabled ApplicationinsightsApplication#cwe_monitor_enabled}.List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetGroupingType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/applicationinsights_application#grouping_type ApplicationinsightsApplication#grouping_type}.StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/applicationinsights_application#id ApplicationinsightsApplication#id}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()ObjectgetOpsCenterEnabled()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/applicationinsights_application#ops_center_enabled ApplicationinsightsApplication#ops_center_enabled}.StringgetOpsItemSnsTopicArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/applicationinsights_application#ops_item_sns_topic_arn ApplicationinsightsApplication#ops_item_sns_topic_arn}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()StringgetResourceGroupName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/applicationinsights_application#resource_group_name ApplicationinsightsApplication#resource_group_name}.Map<String,String>getTags()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/applicationinsights_application#tags ApplicationinsightsApplication#tags}.Map<String,String>getTagsAll()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/applicationinsights_application#tags_all ApplicationinsightsApplication#tags_all}.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(ApplicationinsightsApplicationConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theApplicationinsightsApplicationConfig.Builder.
-
-
Method Detail
-
getResourceGroupName
public final String getResourceGroupName()
Description copied from interface:ApplicationinsightsApplicationConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/applicationinsights_application#resource_group_name ApplicationinsightsApplication#resource_group_name}.- Specified by:
getResourceGroupNamein interfaceApplicationinsightsApplicationConfig
-
getAutoConfigEnabled
public final Object getAutoConfigEnabled()
Description copied from interface:ApplicationinsightsApplicationConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/applicationinsights_application#auto_config_enabled ApplicationinsightsApplication#auto_config_enabled}.- Specified by:
getAutoConfigEnabledin interfaceApplicationinsightsApplicationConfig
-
getAutoCreate
public final Object getAutoCreate()
Description copied from interface:ApplicationinsightsApplicationConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/applicationinsights_application#auto_create ApplicationinsightsApplication#auto_create}.- Specified by:
getAutoCreatein interfaceApplicationinsightsApplicationConfig
-
getCweMonitorEnabled
public final Object getCweMonitorEnabled()
Description copied from interface:ApplicationinsightsApplicationConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/applicationinsights_application#cwe_monitor_enabled ApplicationinsightsApplication#cwe_monitor_enabled}.- Specified by:
getCweMonitorEnabledin interfaceApplicationinsightsApplicationConfig
-
getGroupingType
public final String getGroupingType()
Description copied from interface:ApplicationinsightsApplicationConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/applicationinsights_application#grouping_type ApplicationinsightsApplication#grouping_type}.- Specified by:
getGroupingTypein interfaceApplicationinsightsApplicationConfig
-
getId
public final String getId()
Description copied from interface:ApplicationinsightsApplicationConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/applicationinsights_application#id ApplicationinsightsApplication#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 interfaceApplicationinsightsApplicationConfig
-
getOpsCenterEnabled
public final Object getOpsCenterEnabled()
Description copied from interface:ApplicationinsightsApplicationConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/applicationinsights_application#ops_center_enabled ApplicationinsightsApplication#ops_center_enabled}.- Specified by:
getOpsCenterEnabledin interfaceApplicationinsightsApplicationConfig
-
getOpsItemSnsTopicArn
public final String getOpsItemSnsTopicArn()
Description copied from interface:ApplicationinsightsApplicationConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/applicationinsights_application#ops_item_sns_topic_arn ApplicationinsightsApplication#ops_item_sns_topic_arn}.- Specified by:
getOpsItemSnsTopicArnin interfaceApplicationinsightsApplicationConfig
-
getTags
public final Map<String,String> getTags()
Description copied from interface:ApplicationinsightsApplicationConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/applicationinsights_application#tags ApplicationinsightsApplication#tags}.- Specified by:
getTagsin interfaceApplicationinsightsApplicationConfig
-
getTagsAll
public final Map<String,String> getTagsAll()
Description copied from interface:ApplicationinsightsApplicationConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/applicationinsights_application#tags_all ApplicationinsightsApplication#tags_all}.- Specified by:
getTagsAllin interfaceApplicationinsightsApplicationConfig
-
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
-
-