Class MonitoringUptimeCheckConfig

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.ITerraformAddressable, com.hashicorp.cdktf.ITerraformDependable, com.hashicorp.cdktf.ITerraformResource, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:21.980Z")
    @Stability(Stable)
    public class MonitoringUptimeCheckConfig
    extends com.hashicorp.cdktf.TerraformResource
    Represents a {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_uptime_check_config google_monitoring_uptime_check_config}.
    • Field Detail

      • TF_RESOURCE_TYPE

        @Stability(Stable)
        public static final String TF_RESOURCE_TYPE
    • Constructor Detail

      • MonitoringUptimeCheckConfig

        protected MonitoringUptimeCheckConfig​(software.amazon.jsii.JsiiObjectRef objRef)
      • MonitoringUptimeCheckConfig

        protected MonitoringUptimeCheckConfig​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • MonitoringUptimeCheckConfig

        @Stability(Stable)
        public MonitoringUptimeCheckConfig​(@NotNull
                                           software.constructs.Construct scope,
                                           @NotNull
                                           String id,
                                           @NotNull
                                           MonitoringUptimeCheckConfigConfig config)
        Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/monitoring_uptime_check_config google_monitoring_uptime_check_config} Resource.

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        id - The scoped construct ID. This parameter is required.
        config - This parameter is required.
    • Method Detail

      • generateConfigForImport

        @Stability(Stable)
        @NotNull
        public static com.hashicorp.cdktf.ImportableResource generateConfigForImport​(@NotNull
                                                                                     software.constructs.Construct scope,
                                                                                     @NotNull
                                                                                     String importToId,
                                                                                     @NotNull
                                                                                     String importFromId,
                                                                                     @Nullable
                                                                                     com.hashicorp.cdktf.TerraformProvider provider)
        Generates CDKTF code for importing a MonitoringUptimeCheckConfig resource upon running "cdktf plan ".

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        importToId - The construct id used in the generated config for the MonitoringUptimeCheckConfig to import. This parameter is required.
        importFromId - The id of the existing MonitoringUptimeCheckConfig that should be imported. This parameter is required.
        provider - ? Optional instance of the provider where the MonitoringUptimeCheckConfig to import is found.
      • generateConfigForImport

        @Stability(Stable)
        @NotNull
        public static com.hashicorp.cdktf.ImportableResource generateConfigForImport​(@NotNull
                                                                                     software.constructs.Construct scope,
                                                                                     @NotNull
                                                                                     String importToId,
                                                                                     @NotNull
                                                                                     String importFromId)
        Generates CDKTF code for importing a MonitoringUptimeCheckConfig resource upon running "cdktf plan ".

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        importToId - The construct id used in the generated config for the MonitoringUptimeCheckConfig to import. This parameter is required.
        importFromId - The id of the existing MonitoringUptimeCheckConfig that should be imported. This parameter is required.
      • putContentMatchers

        @Stability(Stable)
        public void putContentMatchers​(@NotNull
                                       Object value)
        Parameters:
        value - This parameter is required.
      • resetCheckerType

        @Stability(Stable)
        public void resetCheckerType()
      • resetContentMatchers

        @Stability(Stable)
        public void resetContentMatchers()
      • resetHttpCheck

        @Stability(Stable)
        public void resetHttpCheck()
      • resetId

        @Stability(Stable)
        public void resetId()
      • resetMonitoredResource

        @Stability(Stable)
        public void resetMonitoredResource()
      • resetPeriod

        @Stability(Stable)
        public void resetPeriod()
      • resetProject

        @Stability(Stable)
        public void resetProject()
      • resetResourceGroup

        @Stability(Stable)
        public void resetResourceGroup()
      • resetSelectedRegions

        @Stability(Stable)
        public void resetSelectedRegions()
      • resetSyntheticMonitor

        @Stability(Stable)
        public void resetSyntheticMonitor()
      • resetTcpCheck

        @Stability(Stable)
        public void resetTcpCheck()
      • resetTimeouts

        @Stability(Stable)
        public void resetTimeouts()
      • resetUserLabels

        @Stability(Stable)
        public void resetUserLabels()
      • synthesizeAttributes

        @Stability(Stable)
        @NotNull
        protected Map<String,​Object> synthesizeAttributes()
        Overrides:
        synthesizeAttributes in class com.hashicorp.cdktf.TerraformResource
      • synthesizeHclAttributes

        @Stability(Stable)
        @NotNull
        protected Map<String,​Object> synthesizeHclAttributes()
        Overrides:
        synthesizeHclAttributes in class com.hashicorp.cdktf.TerraformResource
      • getName

        @Stability(Stable)
        @NotNull
        public String getName()
      • getUptimeCheckId

        @Stability(Stable)
        @NotNull
        public String getUptimeCheckId()
      • getCheckerTypeInput

        @Stability(Stable)
        @Nullable
        public String getCheckerTypeInput()
      • getContentMatchersInput

        @Stability(Stable)
        @Nullable
        public Object getContentMatchersInput()
      • getDisplayNameInput

        @Stability(Stable)
        @Nullable
        public String getDisplayNameInput()
      • getIdInput

        @Stability(Stable)
        @Nullable
        public String getIdInput()
      • getPeriodInput

        @Stability(Stable)
        @Nullable
        public String getPeriodInput()
      • getProjectInput

        @Stability(Stable)
        @Nullable
        public String getProjectInput()
      • getSelectedRegionsInput

        @Stability(Stable)
        @Nullable
        public List<String> getSelectedRegionsInput()
      • getTimeoutInput

        @Stability(Stable)
        @Nullable
        public String getTimeoutInput()
      • getTimeoutsInput

        @Stability(Stable)
        @Nullable
        public Object getTimeoutsInput()
      • getUserLabelsInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getUserLabelsInput()
      • getCheckerType

        @Stability(Stable)
        @NotNull
        public String getCheckerType()
      • setCheckerType

        @Stability(Stable)
        public void setCheckerType​(@NotNull
                                   String value)
      • getDisplayName

        @Stability(Stable)
        @NotNull
        public String getDisplayName()
      • setDisplayName

        @Stability(Stable)
        public void setDisplayName​(@NotNull
                                   String value)
      • getId

        @Stability(Stable)
        @NotNull
        public String getId()
      • setId

        @Stability(Stable)
        public void setId​(@NotNull
                          String value)
      • getPeriod

        @Stability(Stable)
        @NotNull
        public String getPeriod()
      • setPeriod

        @Stability(Stable)
        public void setPeriod​(@NotNull
                              String value)
      • getProject

        @Stability(Stable)
        @NotNull
        public String getProject()
      • setProject

        @Stability(Stable)
        public void setProject​(@NotNull
                               String value)
      • getSelectedRegions

        @Stability(Stable)
        @NotNull
        public List<String> getSelectedRegions()
      • setSelectedRegions

        @Stability(Stable)
        public void setSelectedRegions​(@NotNull
                                       List<String> value)
      • getTimeout

        @Stability(Stable)
        @NotNull
        public String getTimeout()
      • setTimeout

        @Stability(Stable)
        public void setTimeout​(@NotNull
                               String value)
      • getUserLabels

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getUserLabels()
      • setUserLabels

        @Stability(Stable)
        public void setUserLabels​(@NotNull
                                  Map<String,​String> value)