Skip to content

Latest commit

 

History

History
1764 lines (1120 loc) · 75.4 KB

route53HealthCheck.csharp.md

File metadata and controls

1764 lines (1120 loc) · 75.4 KB

route53HealthCheck Submodule

Constructs

Route53HealthCheck

Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check aws_route53_health_check}.

Initializers

using HashiCorp.Cdktf.Providers.Aws;

new Route53HealthCheck(Construct Scope, string Id, Route53HealthCheckConfig Config);
Name Type Description
Scope Constructs.Construct The scope in which to define this construct.
Id string The scoped construct ID.
Config Route53HealthCheckConfig No description.

ScopeRequired
  • Type: Constructs.Construct

The scope in which to define this construct.


IdRequired
  • Type: string

The scoped construct ID.

Must be unique amongst siblings in the same scope


ConfigRequired

Methods

Name Description
ToString Returns a string representation of this construct.
AddOverride No description.
OverrideLogicalId Overrides the auto-generated logical ID with a specific ID.
ResetOverrideLogicalId Resets a previously passed logical Id to use the auto-generated logical id again.
ToHclTerraform No description.
ToMetadata No description.
ToTerraform Adds this resource to the terraform JSON output.
AddMoveTarget Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.
GetAnyMapAttribute No description.
GetBooleanAttribute No description.
GetBooleanMapAttribute No description.
GetListAttribute No description.
GetNumberAttribute No description.
GetNumberListAttribute No description.
GetNumberMapAttribute No description.
GetStringAttribute No description.
GetStringMapAttribute No description.
HasResourceMove No description.
ImportFrom No description.
InterpolationForAttribute No description.
MoveFromId Move the resource corresponding to "id" to this resource.
MoveTo Moves this resource to the target resource given by moveTarget.
MoveToId Moves this resource to the resource corresponding to "id".
ResetChildHealthchecks No description.
ResetChildHealthThreshold No description.
ResetCloudwatchAlarmName No description.
ResetCloudwatchAlarmRegion No description.
ResetDisabled No description.
ResetEnableSni No description.
ResetFailureThreshold No description.
ResetFqdn No description.
ResetId No description.
ResetInsufficientDataHealthStatus No description.
ResetInvertHealthcheck No description.
ResetIpAddress No description.
ResetMeasureLatency No description.
ResetPort No description.
ResetReferenceName No description.
ResetRegions No description.
ResetRequestInterval No description.
ResetResourcePath No description.
ResetRoutingControlArn No description.
ResetSearchString No description.
ResetTags No description.
ResetTagsAll No description.

ToString
private string ToString()

Returns a string representation of this construct.

AddOverride
private void AddOverride(string Path, object Value)
PathRequired
  • Type: string

ValueRequired
  • Type: object

OverrideLogicalId
private void OverrideLogicalId(string NewLogicalId)

Overrides the auto-generated logical ID with a specific ID.

NewLogicalIdRequired
  • Type: string

The new logical ID to use for this stack element.


ResetOverrideLogicalId
private void ResetOverrideLogicalId()

Resets a previously passed logical Id to use the auto-generated logical id again.

ToHclTerraform
private object ToHclTerraform()
ToMetadata
private object ToMetadata()
ToTerraform
private object ToTerraform()

Adds this resource to the terraform JSON output.

AddMoveTarget
private void AddMoveTarget(string MoveTarget)

Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move.

MoveTargetRequired
  • Type: string

The string move target that will correspond to this resource.


GetAnyMapAttribute
private System.Collections.Generic.IDictionary<string, object> GetAnyMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanAttribute
private IResolvable GetBooleanAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetBooleanMapAttribute
private System.Collections.Generic.IDictionary<string, bool> GetBooleanMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetListAttribute
private string[] GetListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberAttribute
private double GetNumberAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberListAttribute
private double[] GetNumberListAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetNumberMapAttribute
private System.Collections.Generic.IDictionary<string, double> GetNumberMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringAttribute
private string GetStringAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

GetStringMapAttribute
private System.Collections.Generic.IDictionary<string, string> GetStringMapAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

HasResourceMove
private object HasResourceMove()
ImportFrom
private void ImportFrom(string Id, TerraformProvider Provider = null)
IdRequired
  • Type: string

ProviderOptional
  • Type: HashiCorp.Cdktf.TerraformProvider

InterpolationForAttribute
private IResolvable InterpolationForAttribute(string TerraformAttribute)
TerraformAttributeRequired
  • Type: string

MoveFromId
private void MoveFromId(string Id)

Move the resource corresponding to "id" to this resource.

Note that the resource being moved from must be marked as moved using it's instance function.

IdRequired
  • Type: string

Full id of resource being moved from, e.g. "aws_s3_bucket.example".


MoveTo
private void MoveTo(string MoveTarget, object Index = null)

Moves this resource to the target resource given by moveTarget.

MoveTargetRequired
  • Type: string

The previously set user defined string set by .addMoveTarget() corresponding to the resource to move to.


IndexOptional
  • Type: object

Optional The index corresponding to the key the resource is to appear in the foreach of a resource to move to.


MoveToId
private void MoveToId(string Id)

Moves this resource to the resource corresponding to "id".

IdRequired
  • Type: string

Full id of resource to move to, e.g. "aws_s3_bucket.example".


ResetChildHealthchecks
private void ResetChildHealthchecks()
ResetChildHealthThreshold
private void ResetChildHealthThreshold()
ResetCloudwatchAlarmName
private void ResetCloudwatchAlarmName()
ResetCloudwatchAlarmRegion
private void ResetCloudwatchAlarmRegion()
ResetDisabled
private void ResetDisabled()
ResetEnableSni
private void ResetEnableSni()
ResetFailureThreshold
private void ResetFailureThreshold()
ResetFqdn
private void ResetFqdn()
ResetId
private void ResetId()
ResetInsufficientDataHealthStatus
private void ResetInsufficientDataHealthStatus()
ResetInvertHealthcheck
private void ResetInvertHealthcheck()
ResetIpAddress
private void ResetIpAddress()
ResetMeasureLatency
private void ResetMeasureLatency()
ResetPort
private void ResetPort()
ResetReferenceName
private void ResetReferenceName()
ResetRegions
private void ResetRegions()
ResetRequestInterval
private void ResetRequestInterval()
ResetResourcePath
private void ResetResourcePath()
ResetRoutingControlArn
private void ResetRoutingControlArn()
ResetSearchString
private void ResetSearchString()
ResetTags
private void ResetTags()
ResetTagsAll
private void ResetTagsAll()

Static Functions

Name Description
IsConstruct Checks if x is a construct.
IsTerraformElement No description.
IsTerraformResource No description.
GenerateConfigForImport Generates CDKTF code for importing a Route53HealthCheck resource upon running "cdktf plan ".

IsConstruct
using HashiCorp.Cdktf.Providers.Aws;

Route53HealthCheck.IsConstruct(object X);

Checks if x is a construct.

Use this method instead of instanceof to properly detect Construct instances, even when the construct library is symlinked.

Explanation: in JavaScript, multiple copies of the constructs library on disk are seen as independent, completely different libraries. As a consequence, the class Construct in each copy of the constructs library is seen as a different class, and an instance of one class will not test as instanceof the other class. npm install will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the constructs library can be accidentally installed, and instanceof will behave unpredictably. It is safest to avoid using instanceof, and using this type-testing method instead.

XRequired
  • Type: object

Any object.


IsTerraformElement
using HashiCorp.Cdktf.Providers.Aws;

Route53HealthCheck.IsTerraformElement(object X);
XRequired
  • Type: object

IsTerraformResource
using HashiCorp.Cdktf.Providers.Aws;

Route53HealthCheck.IsTerraformResource(object X);
XRequired
  • Type: object

GenerateConfigForImport
using HashiCorp.Cdktf.Providers.Aws;

Route53HealthCheck.GenerateConfigForImport(Construct Scope, string ImportToId, string ImportFromId, TerraformProvider Provider = null);

Generates CDKTF code for importing a Route53HealthCheck resource upon running "cdktf plan ".

ScopeRequired
  • Type: Constructs.Construct

The scope in which to define this construct.


ImportToIdRequired
  • Type: string

The construct id used in the generated config for the Route53HealthCheck to import.


ImportFromIdRequired
  • Type: string

The id of the existing Route53HealthCheck that should be imported.

Refer to the {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#import import section} in the documentation of this resource for the id to use


ProviderOptional
  • Type: HashiCorp.Cdktf.TerraformProvider

? Optional instance of the provider where the Route53HealthCheck to import is found.


Properties

Name Type Description
Node Constructs.Node The tree node.
CdktfStack HashiCorp.Cdktf.TerraformStack No description.
Fqn string No description.
FriendlyUniqueId string No description.
TerraformMetaArguments System.Collections.Generic.IDictionary<string, object> No description.
TerraformResourceType string No description.
TerraformGeneratorMetadata HashiCorp.Cdktf.TerraformProviderGeneratorMetadata No description.
Connection object No description.
Count object No description.
DependsOn string[] No description.
ForEach HashiCorp.Cdktf.ITerraformIterator No description.
Lifecycle HashiCorp.Cdktf.TerraformResourceLifecycle No description.
Provider HashiCorp.Cdktf.TerraformProvider No description.
Provisioners object[] No description.
Arn string No description.
ChildHealthchecksInput string[] No description.
ChildHealthThresholdInput double No description.
CloudwatchAlarmNameInput string No description.
CloudwatchAlarmRegionInput string No description.
DisabledInput object No description.
EnableSniInput object No description.
FailureThresholdInput double No description.
FqdnInput string No description.
IdInput string No description.
InsufficientDataHealthStatusInput string No description.
InvertHealthcheckInput object No description.
IpAddressInput string No description.
MeasureLatencyInput object No description.
PortInput double No description.
ReferenceNameInput string No description.
RegionsInput string[] No description.
RequestIntervalInput double No description.
ResourcePathInput string No description.
RoutingControlArnInput string No description.
SearchStringInput string No description.
TagsAllInput System.Collections.Generic.IDictionary<string, string> No description.
TagsInput System.Collections.Generic.IDictionary<string, string> No description.
TypeInput string No description.
ChildHealthchecks string[] No description.
ChildHealthThreshold double No description.
CloudwatchAlarmName string No description.
CloudwatchAlarmRegion string No description.
Disabled object No description.
EnableSni object No description.
FailureThreshold double No description.
Fqdn string No description.
Id string No description.
InsufficientDataHealthStatus string No description.
InvertHealthcheck object No description.
IpAddress string No description.
MeasureLatency object No description.
Port double No description.
ReferenceName string No description.
Regions string[] No description.
RequestInterval double No description.
ResourcePath string No description.
RoutingControlArn string No description.
SearchString string No description.
Tags System.Collections.Generic.IDictionary<string, string> No description.
TagsAll System.Collections.Generic.IDictionary<string, string> No description.
Type string No description.

NodeRequired
public Node Node { get; }
  • Type: Constructs.Node

The tree node.


CdktfStackRequired
public TerraformStack CdktfStack { get; }
  • Type: HashiCorp.Cdktf.TerraformStack

FqnRequired
public string Fqn { get; }
  • Type: string

FriendlyUniqueIdRequired
public string FriendlyUniqueId { get; }
  • Type: string

TerraformMetaArgumentsRequired
public System.Collections.Generic.IDictionary<string, object> TerraformMetaArguments { get; }
  • Type: System.Collections.Generic.IDictionary<string, object>

TerraformResourceTypeRequired
public string TerraformResourceType { get; }
  • Type: string

TerraformGeneratorMetadataOptional
public TerraformProviderGeneratorMetadata TerraformGeneratorMetadata { get; }
  • Type: HashiCorp.Cdktf.TerraformProviderGeneratorMetadata

ConnectionOptional
public object Connection { get; }
  • Type: object

CountOptional
public object Count { get; }
  • Type: object

DependsOnOptional
public string[] DependsOn { get; }
  • Type: string[]

ForEachOptional
public ITerraformIterator ForEach { get; }
  • Type: HashiCorp.Cdktf.ITerraformIterator

LifecycleOptional
public TerraformResourceLifecycle Lifecycle { get; }
  • Type: HashiCorp.Cdktf.TerraformResourceLifecycle

ProviderOptional
public TerraformProvider Provider { get; }
  • Type: HashiCorp.Cdktf.TerraformProvider

ProvisionersOptional
public object[] Provisioners { get; }
  • Type: object[]

ArnRequired
public string Arn { get; }
  • Type: string

ChildHealthchecksInputOptional
public string[] ChildHealthchecksInput { get; }
  • Type: string[]

ChildHealthThresholdInputOptional
public double ChildHealthThresholdInput { get; }
  • Type: double

CloudwatchAlarmNameInputOptional
public string CloudwatchAlarmNameInput { get; }
  • Type: string

CloudwatchAlarmRegionInputOptional
public string CloudwatchAlarmRegionInput { get; }
  • Type: string

DisabledInputOptional
public object DisabledInput { get; }
  • Type: object

EnableSniInputOptional
public object EnableSniInput { get; }
  • Type: object

FailureThresholdInputOptional
public double FailureThresholdInput { get; }
  • Type: double

FqdnInputOptional
public string FqdnInput { get; }
  • Type: string

IdInputOptional
public string IdInput { get; }
  • Type: string

InsufficientDataHealthStatusInputOptional
public string InsufficientDataHealthStatusInput { get; }
  • Type: string

InvertHealthcheckInputOptional
public object InvertHealthcheckInput { get; }
  • Type: object

IpAddressInputOptional
public string IpAddressInput { get; }
  • Type: string

MeasureLatencyInputOptional
public object MeasureLatencyInput { get; }
  • Type: object

PortInputOptional
public double PortInput { get; }
  • Type: double

ReferenceNameInputOptional
public string ReferenceNameInput { get; }
  • Type: string

RegionsInputOptional
public string[] RegionsInput { get; }
  • Type: string[]

RequestIntervalInputOptional
public double RequestIntervalInput { get; }
  • Type: double

ResourcePathInputOptional
public string ResourcePathInput { get; }
  • Type: string

RoutingControlArnInputOptional
public string RoutingControlArnInput { get; }
  • Type: string

SearchStringInputOptional
public string SearchStringInput { get; }
  • Type: string

TagsAllInputOptional
public System.Collections.Generic.IDictionary<string, string> TagsAllInput { get; }
  • Type: System.Collections.Generic.IDictionary<string, string>

TagsInputOptional
public System.Collections.Generic.IDictionary<string, string> TagsInput { get; }
  • Type: System.Collections.Generic.IDictionary<string, string>

TypeInputOptional
public string TypeInput { get; }
  • Type: string

ChildHealthchecksRequired
public string[] ChildHealthchecks { get; }
  • Type: string[]

ChildHealthThresholdRequired
public double ChildHealthThreshold { get; }
  • Type: double

CloudwatchAlarmNameRequired
public string CloudwatchAlarmName { get; }
  • Type: string

CloudwatchAlarmRegionRequired
public string CloudwatchAlarmRegion { get; }
  • Type: string

DisabledRequired
public object Disabled { get; }
  • Type: object

EnableSniRequired
public object EnableSni { get; }
  • Type: object

FailureThresholdRequired
public double FailureThreshold { get; }
  • Type: double

FqdnRequired
public string Fqdn { get; }
  • Type: string

IdRequired
public string Id { get; }
  • Type: string

InsufficientDataHealthStatusRequired
public string InsufficientDataHealthStatus { get; }
  • Type: string

InvertHealthcheckRequired
public object InvertHealthcheck { get; }
  • Type: object

IpAddressRequired
public string IpAddress { get; }
  • Type: string

MeasureLatencyRequired
public object MeasureLatency { get; }
  • Type: object

PortRequired
public double Port { get; }
  • Type: double

ReferenceNameRequired
public string ReferenceName { get; }
  • Type: string

RegionsRequired
public string[] Regions { get; }
  • Type: string[]

RequestIntervalRequired
public double RequestInterval { get; }
  • Type: double

ResourcePathRequired
public string ResourcePath { get; }
  • Type: string

RoutingControlArnRequired
public string RoutingControlArn { get; }
  • Type: string

SearchStringRequired
public string SearchString { get; }
  • Type: string

TagsRequired
public System.Collections.Generic.IDictionary<string, string> Tags { get; }
  • Type: System.Collections.Generic.IDictionary<string, string>

TagsAllRequired
public System.Collections.Generic.IDictionary<string, string> TagsAll { get; }
  • Type: System.Collections.Generic.IDictionary<string, string>

TypeRequired
public string Type { get; }
  • Type: string

Constants

Name Type Description
TfResourceType string No description.

TfResourceTypeRequired
public string TfResourceType { get; }
  • Type: string

Structs

Route53HealthCheckConfig

Initializer

using HashiCorp.Cdktf.Providers.Aws;

new Route53HealthCheckConfig {
    object Connection = null,
    object Count = null,
    ITerraformDependable[] DependsOn = null,
    ITerraformIterator ForEach = null,
    TerraformResourceLifecycle Lifecycle = null,
    TerraformProvider Provider = null,
    object[] Provisioners = null,
    string Type,
    string[] ChildHealthchecks = null,
    double ChildHealthThreshold = null,
    string CloudwatchAlarmName = null,
    string CloudwatchAlarmRegion = null,
    object Disabled = null,
    object EnableSni = null,
    double FailureThreshold = null,
    string Fqdn = null,
    string Id = null,
    string InsufficientDataHealthStatus = null,
    object InvertHealthcheck = null,
    string IpAddress = null,
    object MeasureLatency = null,
    double Port = null,
    string ReferenceName = null,
    string[] Regions = null,
    double RequestInterval = null,
    string ResourcePath = null,
    string RoutingControlArn = null,
    string SearchString = null,
    System.Collections.Generic.IDictionary<string, string> Tags = null,
    System.Collections.Generic.IDictionary<string, string> TagsAll = null
};

Properties

Name Type Description
Connection object No description.
Count object No description.
DependsOn HashiCorp.Cdktf.ITerraformDependable[] No description.
ForEach HashiCorp.Cdktf.ITerraformIterator No description.
Lifecycle HashiCorp.Cdktf.TerraformResourceLifecycle No description.
Provider HashiCorp.Cdktf.TerraformProvider No description.
Provisioners object[] No description.
Type string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#type Route53HealthCheck#type}.
ChildHealthchecks string[] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#child_healthchecks Route53HealthCheck#child_healthchecks}.
ChildHealthThreshold double Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#child_health_threshold Route53HealthCheck#child_health_threshold}.
CloudwatchAlarmName string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#cloudwatch_alarm_name Route53HealthCheck#cloudwatch_alarm_name}.
CloudwatchAlarmRegion string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#cloudwatch_alarm_region Route53HealthCheck#cloudwatch_alarm_region}.
Disabled object Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#disabled Route53HealthCheck#disabled}.
EnableSni object Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#enable_sni Route53HealthCheck#enable_sni}.
FailureThreshold double Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#failure_threshold Route53HealthCheck#failure_threshold}.
Fqdn string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#fqdn Route53HealthCheck#fqdn}.
Id string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#id Route53HealthCheck#id}.
InsufficientDataHealthStatus string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#insufficient_data_health_status Route53HealthCheck#insufficient_data_health_status}.
InvertHealthcheck object Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#invert_healthcheck Route53HealthCheck#invert_healthcheck}.
IpAddress string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#ip_address Route53HealthCheck#ip_address}.
MeasureLatency object Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#measure_latency Route53HealthCheck#measure_latency}.
Port double Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#port Route53HealthCheck#port}.
ReferenceName string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#reference_name Route53HealthCheck#reference_name}.
Regions string[] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#regions Route53HealthCheck#regions}.
RequestInterval double Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#request_interval Route53HealthCheck#request_interval}.
ResourcePath string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#resource_path Route53HealthCheck#resource_path}.
RoutingControlArn string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#routing_control_arn Route53HealthCheck#routing_control_arn}.
SearchString string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#search_string Route53HealthCheck#search_string}.
Tags System.Collections.Generic.IDictionary<string, string> Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#tags Route53HealthCheck#tags}.
TagsAll System.Collections.Generic.IDictionary<string, string> Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#tags_all Route53HealthCheck#tags_all}.

ConnectionOptional
public object Connection { get; set; }
  • Type: object

CountOptional
public object Count { get; set; }
  • Type: object

DependsOnOptional
public ITerraformDependable[] DependsOn { get; set; }
  • Type: HashiCorp.Cdktf.ITerraformDependable[]

ForEachOptional
public ITerraformIterator ForEach { get; set; }
  • Type: HashiCorp.Cdktf.ITerraformIterator

LifecycleOptional
public TerraformResourceLifecycle Lifecycle { get; set; }
  • Type: HashiCorp.Cdktf.TerraformResourceLifecycle

ProviderOptional
public TerraformProvider Provider { get; set; }
  • Type: HashiCorp.Cdktf.TerraformProvider

ProvisionersOptional
public object[] Provisioners { get; set; }
  • Type: object[]

TypeRequired
public string Type { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#type Route53HealthCheck#type}.


ChildHealthchecksOptional
public string[] ChildHealthchecks { get; set; }
  • Type: string[]

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#child_healthchecks Route53HealthCheck#child_healthchecks}.


ChildHealthThresholdOptional
public double ChildHealthThreshold { get; set; }
  • Type: double

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#child_health_threshold Route53HealthCheck#child_health_threshold}.


CloudwatchAlarmNameOptional
public string CloudwatchAlarmName { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#cloudwatch_alarm_name Route53HealthCheck#cloudwatch_alarm_name}.


CloudwatchAlarmRegionOptional
public string CloudwatchAlarmRegion { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#cloudwatch_alarm_region Route53HealthCheck#cloudwatch_alarm_region}.


DisabledOptional
public object Disabled { get; set; }
  • Type: object

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#disabled Route53HealthCheck#disabled}.


EnableSniOptional
public object EnableSni { get; set; }
  • Type: object

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#enable_sni Route53HealthCheck#enable_sni}.


FailureThresholdOptional
public double FailureThreshold { get; set; }
  • Type: double

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#failure_threshold Route53HealthCheck#failure_threshold}.


FqdnOptional
public string Fqdn { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#fqdn Route53HealthCheck#fqdn}.


IdOptional
public string Id { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#id Route53HealthCheck#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.


InsufficientDataHealthStatusOptional
public string InsufficientDataHealthStatus { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#insufficient_data_health_status Route53HealthCheck#insufficient_data_health_status}.


InvertHealthcheckOptional
public object InvertHealthcheck { get; set; }
  • Type: object

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#invert_healthcheck Route53HealthCheck#invert_healthcheck}.


IpAddressOptional
public string IpAddress { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#ip_address Route53HealthCheck#ip_address}.


MeasureLatencyOptional
public object MeasureLatency { get; set; }
  • Type: object

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#measure_latency Route53HealthCheck#measure_latency}.


PortOptional
public double Port { get; set; }
  • Type: double

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#port Route53HealthCheck#port}.


ReferenceNameOptional
public string ReferenceName { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#reference_name Route53HealthCheck#reference_name}.


RegionsOptional
public string[] Regions { get; set; }
  • Type: string[]

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#regions Route53HealthCheck#regions}.


RequestIntervalOptional
public double RequestInterval { get; set; }
  • Type: double

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#request_interval Route53HealthCheck#request_interval}.


ResourcePathOptional
public string ResourcePath { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#resource_path Route53HealthCheck#resource_path}.


RoutingControlArnOptional
public string RoutingControlArn { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#routing_control_arn Route53HealthCheck#routing_control_arn}.


SearchStringOptional
public string SearchString { get; set; }
  • Type: string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#search_string Route53HealthCheck#search_string}.


TagsOptional
public System.Collections.Generic.IDictionary<string, string> Tags { get; set; }
  • Type: System.Collections.Generic.IDictionary<string, string>

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#tags Route53HealthCheck#tags}.


TagsAllOptional
public System.Collections.Generic.IDictionary<string, string> TagsAll { get; set; }
  • Type: System.Collections.Generic.IDictionary<string, string>

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.52.0/docs/resources/route53_health_check#tags_all Route53HealthCheck#tags_all}.