/dhall-aws-cloudformation/cloudformation/AWS::Route53::HealthCheck/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ HealthCheckConfig : (./HealthCheckConfig.dhall).Type
, HealthCheckTags : Optional (List (./HealthCheckTag.dhall).Type)
}
, default.HealthCheckTags = None (List (./HealthCheckTag.dhall).Type)
}