Interface MonitoringGroupConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
MonitoringGroupConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.948Z") @Stability(Stable) public interface MonitoringGroupConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMonitoringGroupConfig.BuilderA builder forMonitoringGroupConfigstatic classMonitoringGroupConfig.Jsii$ProxyAn implementation forMonitoringGroupConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static MonitoringGroupConfig.Builderbuilder()StringgetDisplayName()A user-assigned name for this group, used only for display purposes.StringgetFilter()The filter used to determine which monitored resources belong to this group.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_group#id MonitoringGroup#id}.default ObjectgetIsCluster()If true, the members of this group are considered to be a cluster.default StringgetParentName()The name of the group's parent, if it has one.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_group#project MonitoringGroup#project}.default MonitoringGroupTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getDisplayName
@Stability(Stable) @NotNull String getDisplayName()
A user-assigned name for this group, used only for display purposes.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_group#display_name MonitoringGroup#display_name}
-
getFilter
@Stability(Stable) @NotNull String getFilter()
The filter used to determine which monitored resources belong to this group.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_group#filter MonitoringGroup#filter}
-
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_group#id MonitoringGroup#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.
-
getIsCluster
@Stability(Stable) @Nullable default Object getIsCluster()
If true, the members of this group are considered to be a cluster.The system can perform additional analysis on groups that are clusters. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_group#is_cluster MonitoringGroup#is_cluster}
-
getParentName
@Stability(Stable) @Nullable default String getParentName()
The name of the group's parent, if it has one.The format is "projects/{project_id_or_number}/groups/{group_id}". For groups with no parent, parentName is the empty string, "". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_group#parent_name MonitoringGroup#parent_name}
-
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_group#project MonitoringGroup#project}.
-
getTimeouts
@Stability(Stable) @Nullable default MonitoringGroupTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_group#timeouts MonitoringGroup#timeouts}
-
builder
@Stability(Stable) static MonitoringGroupConfig.Builder builder()
- Returns:
- a
MonitoringGroupConfig.BuilderofMonitoringGroupConfig
-
-