Interface ApplicationinsightsApplicationConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ApplicationinsightsApplicationConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:50.421Z") @Stability(Stable) public interface ApplicationinsightsApplicationConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classApplicationinsightsApplicationConfig.BuilderA builder forApplicationinsightsApplicationConfigstatic classApplicationinsightsApplicationConfig.Jsii$ProxyAn implementation forApplicationinsightsApplicationConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ApplicationinsightsApplicationConfig.Builderbuilder()default 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}.default 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}.default 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}.default 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}.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/applicationinsights_application#id ApplicationinsightsApplication#id}.default 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}.default 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}.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}.default 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}.default 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}.
-
-
-
Method Detail
-
getResourceGroupName
@Stability(Stable) @NotNull String getResourceGroupName()
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}.
-
getAutoConfigEnabled
@Stability(Stable) @Nullable default Object getAutoConfigEnabled()
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}.
-
getAutoCreate
@Stability(Stable) @Nullable default Object getAutoCreate()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/applicationinsights_application#auto_create ApplicationinsightsApplication#auto_create}.
-
getCweMonitorEnabled
@Stability(Stable) @Nullable default Object getCweMonitorEnabled()
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}.
-
getGroupingType
@Stability(Stable) @Nullable default String getGroupingType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/applicationinsights_application#grouping_type ApplicationinsightsApplication#grouping_type}.
-
getId
@Stability(Stable) @Nullable default String getId()
Docs 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.
-
getOpsCenterEnabled
@Stability(Stable) @Nullable default Object getOpsCenterEnabled()
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}.
-
getOpsItemSnsTopicArn
@Stability(Stable) @Nullable default String getOpsItemSnsTopicArn()
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}.
-
getTags
@Stability(Stable) @Nullable default 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}.
-
getTagsAll
@Stability(Stable) @Nullable default 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}.
-
builder
@Stability(Stable) static ApplicationinsightsApplicationConfig.Builder builder()
-
-