Class MonitoringUptimeCheckConfig
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- com.hashicorp.cdktf.TerraformElement
-
- com.hashicorp.cdktf.TerraformResource
-
- com.hashicorp.cdktf.providers.google.monitoring_uptime_check_config.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}.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMonitoringUptimeCheckConfig.BuilderA fluent builder forMonitoringUptimeCheckConfig.-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Field Summary
Fields Modifier and Type Field Description static StringTF_RESOURCE_TYPE
-
Constructor Summary
Constructors Modifier Constructor Description protectedMonitoringUptimeCheckConfig(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedMonitoringUptimeCheckConfig(software.amazon.jsii.JsiiObjectRef objRef)MonitoringUptimeCheckConfig(software.constructs.Construct scope, String id, 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.
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.TerraformResource
addMoveTarget, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getConnection, getCount, getDependsOn, getForEach, getLifecycle, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getProvider, getProvisioners, getStringAttribute, getStringMapAttribute, getTerraformGeneratorMetadata, getTerraformMetaArguments, getTerraformResourceType, hasResourceMove, importFrom, importFrom, interpolationForAttribute, isTerraformResource, moveFromId, moveTo, moveTo, moveToId, setConnection, setConnection, setCount, setCount, setDependsOn, setForEach, setLifecycle, setProvider, setProvisioners, toHclTerraform, toMetadata, toTerraform
-
Methods inherited from class com.hashicorp.cdktf.TerraformElement
addOverride, getCdktfStack, getConstructNodeMetadata, getFqn, getFriendlyUniqueId, getRawOverrides, isTerraformElement, overrideLogicalId, resetOverrideLogicalId
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
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.
-
putHttpCheck
@Stability(Stable) public void putHttpCheck(@NotNull MonitoringUptimeCheckConfigHttpCheck value)- Parameters:
value- This parameter is required.
-
putMonitoredResource
@Stability(Stable) public void putMonitoredResource(@NotNull MonitoringUptimeCheckConfigMonitoredResource value)- Parameters:
value- This parameter is required.
-
putResourceGroup
@Stability(Stable) public void putResourceGroup(@NotNull MonitoringUptimeCheckConfigResourceGroup value)- Parameters:
value- This parameter is required.
-
putSyntheticMonitor
@Stability(Stable) public void putSyntheticMonitor(@NotNull MonitoringUptimeCheckConfigSyntheticMonitor value)- Parameters:
value- This parameter is required.
-
putTcpCheck
@Stability(Stable) public void putTcpCheck(@NotNull MonitoringUptimeCheckConfigTcpCheck value)- Parameters:
value- This parameter is required.
-
putTimeouts
@Stability(Stable) public void putTimeouts(@NotNull MonitoringUptimeCheckConfigTimeouts 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:
synthesizeAttributesin classcom.hashicorp.cdktf.TerraformResource
-
synthesizeHclAttributes
@Stability(Stable) @NotNull protected Map<String,Object> synthesizeHclAttributes()
- Overrides:
synthesizeHclAttributesin classcom.hashicorp.cdktf.TerraformResource
-
getContentMatchers
@Stability(Stable) @NotNull public MonitoringUptimeCheckConfigContentMatchersList getContentMatchers()
-
getHttpCheck
@Stability(Stable) @NotNull public MonitoringUptimeCheckConfigHttpCheckOutputReference getHttpCheck()
-
getMonitoredResource
@Stability(Stable) @NotNull public MonitoringUptimeCheckConfigMonitoredResourceOutputReference getMonitoredResource()
-
getName
@Stability(Stable) @NotNull public String getName()
-
getResourceGroup
@Stability(Stable) @NotNull public MonitoringUptimeCheckConfigResourceGroupOutputReference getResourceGroup()
-
getSyntheticMonitor
@Stability(Stable) @NotNull public MonitoringUptimeCheckConfigSyntheticMonitorOutputReference getSyntheticMonitor()
-
getTcpCheck
@Stability(Stable) @NotNull public MonitoringUptimeCheckConfigTcpCheckOutputReference getTcpCheck()
-
getTimeouts
@Stability(Stable) @NotNull public MonitoringUptimeCheckConfigTimeoutsOutputReference getTimeouts()
-
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()
-
getHttpCheckInput
@Stability(Stable) @Nullable public MonitoringUptimeCheckConfigHttpCheck getHttpCheckInput()
-
getIdInput
@Stability(Stable) @Nullable public String getIdInput()
-
getMonitoredResourceInput
@Stability(Stable) @Nullable public MonitoringUptimeCheckConfigMonitoredResource getMonitoredResourceInput()
-
getPeriodInput
@Stability(Stable) @Nullable public String getPeriodInput()
-
getProjectInput
@Stability(Stable) @Nullable public String getProjectInput()
-
getResourceGroupInput
@Stability(Stable) @Nullable public MonitoringUptimeCheckConfigResourceGroup getResourceGroupInput()
-
getSyntheticMonitorInput
@Stability(Stable) @Nullable public MonitoringUptimeCheckConfigSyntheticMonitor getSyntheticMonitorInput()
-
getTcpCheckInput
@Stability(Stable) @Nullable public MonitoringUptimeCheckConfigTcpCheck getTcpCheckInput()
-
getTimeoutInput
@Stability(Stable) @Nullable public String getTimeoutInput()
-
getTimeoutsInput
@Stability(Stable) @Nullable public Object getTimeoutsInput()
-
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)
-
getTimeout
@Stability(Stable) @NotNull public String getTimeout()
-
setTimeout
@Stability(Stable) public void setTimeout(@NotNull String value)
-
-