Documentation ¶
Index ¶
- func NewRoute53RecordAliasOutputReference_Override(r Route53RecordAliasOutputReference, ...)
- func NewRoute53RecordCidrRoutingPolicyOutputReference_Override(r Route53RecordCidrRoutingPolicyOutputReference, ...)
- func NewRoute53RecordFailoverRoutingPolicyOutputReference_Override(r Route53RecordFailoverRoutingPolicyOutputReference, ...)
- func NewRoute53RecordGeolocationRoutingPolicyOutputReference_Override(r Route53RecordGeolocationRoutingPolicyOutputReference, ...)
- func NewRoute53RecordGeoproximityRoutingPolicyCoordinatesList_Override(r Route53RecordGeoproximityRoutingPolicyCoordinatesList, ...)
- func NewRoute53RecordGeoproximityRoutingPolicyCoordinatesOutputReference_Override(r Route53RecordGeoproximityRoutingPolicyCoordinatesOutputReference, ...)
- func NewRoute53RecordGeoproximityRoutingPolicyOutputReference_Override(r Route53RecordGeoproximityRoutingPolicyOutputReference, ...)
- func NewRoute53RecordLatencyRoutingPolicyOutputReference_Override(r Route53RecordLatencyRoutingPolicyOutputReference, ...)
- func NewRoute53RecordWeightedRoutingPolicyOutputReference_Override(r Route53RecordWeightedRoutingPolicyOutputReference, ...)
- func NewRoute53Record_Override(r Route53Record, scope constructs.Construct, id *string, ...)
- func Route53Record_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func Route53Record_IsConstruct(x interface{}) *bool
- func Route53Record_IsTerraformElement(x interface{}) *bool
- func Route53Record_IsTerraformResource(x interface{}) *bool
- func Route53Record_TfResourceType() *string
- type Route53Record
- type Route53RecordAlias
- type Route53RecordAliasOutputReference
- type Route53RecordCidrRoutingPolicy
- type Route53RecordCidrRoutingPolicyOutputReference
- type Route53RecordConfig
- type Route53RecordFailoverRoutingPolicy
- type Route53RecordFailoverRoutingPolicyOutputReference
- type Route53RecordGeolocationRoutingPolicy
- type Route53RecordGeolocationRoutingPolicyOutputReference
- type Route53RecordGeoproximityRoutingPolicy
- type Route53RecordGeoproximityRoutingPolicyCoordinates
- type Route53RecordGeoproximityRoutingPolicyCoordinatesList
- type Route53RecordGeoproximityRoutingPolicyCoordinatesOutputReference
- type Route53RecordGeoproximityRoutingPolicyOutputReference
- type Route53RecordLatencyRoutingPolicy
- type Route53RecordLatencyRoutingPolicyOutputReference
- type Route53RecordWeightedRoutingPolicy
- type Route53RecordWeightedRoutingPolicyOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRoute53RecordAliasOutputReference_Override ¶
func NewRoute53RecordAliasOutputReference_Override(r Route53RecordAliasOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewRoute53RecordCidrRoutingPolicyOutputReference_Override ¶
func NewRoute53RecordCidrRoutingPolicyOutputReference_Override(r Route53RecordCidrRoutingPolicyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewRoute53RecordFailoverRoutingPolicyOutputReference_Override ¶
func NewRoute53RecordFailoverRoutingPolicyOutputReference_Override(r Route53RecordFailoverRoutingPolicyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewRoute53RecordGeolocationRoutingPolicyOutputReference_Override ¶
func NewRoute53RecordGeolocationRoutingPolicyOutputReference_Override(r Route53RecordGeolocationRoutingPolicyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewRoute53RecordGeoproximityRoutingPolicyCoordinatesList_Override ¶ added in v19.6.0
func NewRoute53RecordGeoproximityRoutingPolicyCoordinatesList_Override(r Route53RecordGeoproximityRoutingPolicyCoordinatesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewRoute53RecordGeoproximityRoutingPolicyCoordinatesOutputReference_Override ¶ added in v19.6.0
func NewRoute53RecordGeoproximityRoutingPolicyCoordinatesOutputReference_Override(r Route53RecordGeoproximityRoutingPolicyCoordinatesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewRoute53RecordGeoproximityRoutingPolicyOutputReference_Override ¶ added in v19.6.0
func NewRoute53RecordGeoproximityRoutingPolicyOutputReference_Override(r Route53RecordGeoproximityRoutingPolicyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewRoute53RecordLatencyRoutingPolicyOutputReference_Override ¶
func NewRoute53RecordLatencyRoutingPolicyOutputReference_Override(r Route53RecordLatencyRoutingPolicyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewRoute53RecordWeightedRoutingPolicyOutputReference_Override ¶
func NewRoute53RecordWeightedRoutingPolicyOutputReference_Override(r Route53RecordWeightedRoutingPolicyOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewRoute53Record_Override ¶
func NewRoute53Record_Override(r Route53Record, scope constructs.Construct, id *string, config *Route53RecordConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record aws_route53_record} Resource.
func Route53Record_GenerateConfigForImport ¶
func Route53Record_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a Route53Record resource upon running "cdktf plan <stack-name>".
func Route53Record_IsConstruct ¶
func Route53Record_IsConstruct(x interface{}) *bool
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.
Returns: true if `x` is an object created from a class which extends `Construct`.
func Route53Record_IsTerraformElement ¶
func Route53Record_IsTerraformElement(x interface{}) *bool
Experimental.
func Route53Record_IsTerraformResource ¶
func Route53Record_IsTerraformResource(x interface{}) *bool
Experimental.
func Route53Record_TfResourceType ¶
func Route53Record_TfResourceType() *string
Types ¶
type Route53Record ¶
type Route53Record interface { cdktf.TerraformResource Alias() Route53RecordAliasOutputReference AliasInput() *Route53RecordAlias AllowOverwrite() interface{} SetAllowOverwrite(val interface{}) AllowOverwriteInput() interface{} // Experimental. CdktfStack() cdktf.TerraformStack CidrRoutingPolicy() Route53RecordCidrRoutingPolicyOutputReference CidrRoutingPolicyInput() *Route53RecordCidrRoutingPolicy // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) FailoverRoutingPolicy() Route53RecordFailoverRoutingPolicyOutputReference FailoverRoutingPolicyInput() *Route53RecordFailoverRoutingPolicy // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) Fqdn() *string // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string GeolocationRoutingPolicy() Route53RecordGeolocationRoutingPolicyOutputReference GeolocationRoutingPolicyInput() *Route53RecordGeolocationRoutingPolicy GeoproximityRoutingPolicy() Route53RecordGeoproximityRoutingPolicyOutputReference GeoproximityRoutingPolicyInput() *Route53RecordGeoproximityRoutingPolicy HealthCheckId() *string SetHealthCheckId(val *string) HealthCheckIdInput() *string Id() *string SetId(val *string) IdInput() *string LatencyRoutingPolicy() Route53RecordLatencyRoutingPolicyOutputReference LatencyRoutingPolicyInput() *Route53RecordLatencyRoutingPolicy // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) MultivalueAnswerRoutingPolicy() interface{} SetMultivalueAnswerRoutingPolicy(val interface{}) MultivalueAnswerRoutingPolicyInput() interface{} Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} Records() *[]*string SetRecords(val *[]*string) RecordsInput() *[]*string SetIdentifier() *string SetSetIdentifier(val *string) SetIdentifierInput() *string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Ttl() *float64 SetTtl(val *float64) TtlInput() *float64 Type() *string SetType(val *string) TypeInput() *string WeightedRoutingPolicy() Route53RecordWeightedRoutingPolicyOutputReference WeightedRoutingPolicyInput() *Route53RecordWeightedRoutingPolicy ZoneId() *string SetZoneId(val *string) ZoneIdInput() *string // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // 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. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutAlias(value *Route53RecordAlias) PutCidrRoutingPolicy(value *Route53RecordCidrRoutingPolicy) PutFailoverRoutingPolicy(value *Route53RecordFailoverRoutingPolicy) PutGeolocationRoutingPolicy(value *Route53RecordGeolocationRoutingPolicy) PutGeoproximityRoutingPolicy(value *Route53RecordGeoproximityRoutingPolicy) PutLatencyRoutingPolicy(value *Route53RecordLatencyRoutingPolicy) PutWeightedRoutingPolicy(value *Route53RecordWeightedRoutingPolicy) ResetAlias() ResetAllowOverwrite() ResetCidrRoutingPolicy() ResetFailoverRoutingPolicy() ResetGeolocationRoutingPolicy() ResetGeoproximityRoutingPolicy() ResetHealthCheckId() ResetId() ResetLatencyRoutingPolicy() ResetMultivalueAnswerRoutingPolicy() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetRecords() ResetSetIdentifier() ResetTtl() ResetWeightedRoutingPolicy() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record aws_route53_record}.
func NewRoute53Record ¶
func NewRoute53Record(scope constructs.Construct, id *string, config *Route53RecordConfig) Route53Record
Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record aws_route53_record} Resource.
type Route53RecordAlias ¶
type Route53RecordAlias struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#evaluate_target_health Route53Record#evaluate_target_health}. EvaluateTargetHealth interface{} `field:"required" json:"evaluateTargetHealth" yaml:"evaluateTargetHealth"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#name Route53Record#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#zone_id Route53Record#zone_id}. ZoneId *string `field:"required" json:"zoneId" yaml:"zoneId"` }
type Route53RecordAliasOutputReference ¶
type Route53RecordAliasOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string EvaluateTargetHealth() interface{} SetEvaluateTargetHealth(val interface{}) EvaluateTargetHealthInput() interface{} // Experimental. Fqn() *string InternalValue() *Route53RecordAlias SetInternalValue(val *Route53RecordAlias) Name() *string SetName(val *string) NameInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) ZoneId() *string SetZoneId(val *string) ZoneIdInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewRoute53RecordAliasOutputReference ¶
func NewRoute53RecordAliasOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) Route53RecordAliasOutputReference
type Route53RecordCidrRoutingPolicy ¶
type Route53RecordCidrRoutingPolicy struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#collection_id Route53Record#collection_id}. CollectionId *string `field:"required" json:"collectionId" yaml:"collectionId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#location_name Route53Record#location_name}. LocationName *string `field:"required" json:"locationName" yaml:"locationName"` }
type Route53RecordCidrRoutingPolicyOutputReference ¶
type Route53RecordCidrRoutingPolicyOutputReference interface { cdktf.ComplexObject CollectionId() *string SetCollectionId(val *string) CollectionIdInput() *string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *Route53RecordCidrRoutingPolicy SetInternalValue(val *Route53RecordCidrRoutingPolicy) LocationName() *string SetLocationName(val *string) LocationNameInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewRoute53RecordCidrRoutingPolicyOutputReference ¶
func NewRoute53RecordCidrRoutingPolicyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) Route53RecordCidrRoutingPolicyOutputReference
type Route53RecordConfig ¶
type Route53RecordConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#name Route53Record#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#type Route53Record#type}. Type *string `field:"required" json:"type" yaml:"type"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#zone_id Route53Record#zone_id}. ZoneId *string `field:"required" json:"zoneId" yaml:"zoneId"` // alias block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#alias Route53Record#alias} Alias *Route53RecordAlias `field:"optional" json:"alias" yaml:"alias"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#allow_overwrite Route53Record#allow_overwrite}. AllowOverwrite interface{} `field:"optional" json:"allowOverwrite" yaml:"allowOverwrite"` // cidr_routing_policy block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#cidr_routing_policy Route53Record#cidr_routing_policy} CidrRoutingPolicy *Route53RecordCidrRoutingPolicy `field:"optional" json:"cidrRoutingPolicy" yaml:"cidrRoutingPolicy"` // failover_routing_policy block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#failover_routing_policy Route53Record#failover_routing_policy} FailoverRoutingPolicy *Route53RecordFailoverRoutingPolicy `field:"optional" json:"failoverRoutingPolicy" yaml:"failoverRoutingPolicy"` // geolocation_routing_policy block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#geolocation_routing_policy Route53Record#geolocation_routing_policy} GeolocationRoutingPolicy *Route53RecordGeolocationRoutingPolicy `field:"optional" json:"geolocationRoutingPolicy" yaml:"geolocationRoutingPolicy"` // geoproximity_routing_policy block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#geoproximity_routing_policy Route53Record#geoproximity_routing_policy} GeoproximityRoutingPolicy *Route53RecordGeoproximityRoutingPolicy `field:"optional" json:"geoproximityRoutingPolicy" yaml:"geoproximityRoutingPolicy"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#health_check_id Route53Record#health_check_id}. HealthCheckId *string `field:"optional" json:"healthCheckId" yaml:"healthCheckId"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#id Route53Record#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. Id *string `field:"optional" json:"id" yaml:"id"` // latency_routing_policy block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#latency_routing_policy Route53Record#latency_routing_policy} LatencyRoutingPolicy *Route53RecordLatencyRoutingPolicy `field:"optional" json:"latencyRoutingPolicy" yaml:"latencyRoutingPolicy"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#multivalue_answer_routing_policy Route53Record#multivalue_answer_routing_policy}. MultivalueAnswerRoutingPolicy interface{} `field:"optional" json:"multivalueAnswerRoutingPolicy" yaml:"multivalueAnswerRoutingPolicy"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#records Route53Record#records}. Records *[]*string `field:"optional" json:"records" yaml:"records"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#set_identifier Route53Record#set_identifier}. SetIdentifier *string `field:"optional" json:"setIdentifier" yaml:"setIdentifier"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#ttl Route53Record#ttl}. Ttl *float64 `field:"optional" json:"ttl" yaml:"ttl"` // weighted_routing_policy block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#weighted_routing_policy Route53Record#weighted_routing_policy} WeightedRoutingPolicy *Route53RecordWeightedRoutingPolicy `field:"optional" json:"weightedRoutingPolicy" yaml:"weightedRoutingPolicy"` }
type Route53RecordFailoverRoutingPolicy ¶
type Route53RecordFailoverRoutingPolicy struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#type Route53Record#type}. Type *string `field:"required" json:"type" yaml:"type"` }
type Route53RecordFailoverRoutingPolicyOutputReference ¶
type Route53RecordFailoverRoutingPolicyOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *Route53RecordFailoverRoutingPolicy SetInternalValue(val *Route53RecordFailoverRoutingPolicy) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *string SetType(val *string) TypeInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewRoute53RecordFailoverRoutingPolicyOutputReference ¶
func NewRoute53RecordFailoverRoutingPolicyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) Route53RecordFailoverRoutingPolicyOutputReference
type Route53RecordGeolocationRoutingPolicy ¶
type Route53RecordGeolocationRoutingPolicy struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#continent Route53Record#continent}. Continent *string `field:"optional" json:"continent" yaml:"continent"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#country Route53Record#country}. Country *string `field:"optional" json:"country" yaml:"country"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#subdivision Route53Record#subdivision}. Subdivision *string `field:"optional" json:"subdivision" yaml:"subdivision"` }
type Route53RecordGeolocationRoutingPolicyOutputReference ¶
type Route53RecordGeolocationRoutingPolicyOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Continent() *string SetContinent(val *string) ContinentInput() *string Country() *string SetCountry(val *string) CountryInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *Route53RecordGeolocationRoutingPolicy SetInternalValue(val *Route53RecordGeolocationRoutingPolicy) Subdivision() *string SetSubdivision(val *string) SubdivisionInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetContinent() ResetCountry() ResetSubdivision() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewRoute53RecordGeolocationRoutingPolicyOutputReference ¶
func NewRoute53RecordGeolocationRoutingPolicyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) Route53RecordGeolocationRoutingPolicyOutputReference
type Route53RecordGeoproximityRoutingPolicy ¶ added in v19.6.0
type Route53RecordGeoproximityRoutingPolicy struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#aws_region Route53Record#aws_region}. AwsRegion *string `field:"optional" json:"awsRegion" yaml:"awsRegion"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#bias Route53Record#bias}. Bias *float64 `field:"optional" json:"bias" yaml:"bias"` // coordinates block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#coordinates Route53Record#coordinates} Coordinates interface{} `field:"optional" json:"coordinates" yaml:"coordinates"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#local_zone_group Route53Record#local_zone_group}. LocalZoneGroup *string `field:"optional" json:"localZoneGroup" yaml:"localZoneGroup"` }
type Route53RecordGeoproximityRoutingPolicyCoordinates ¶ added in v19.6.0
type Route53RecordGeoproximityRoutingPolicyCoordinates struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#latitude Route53Record#latitude}. Latitude *string `field:"required" json:"latitude" yaml:"latitude"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#longitude Route53Record#longitude}. Longitude *string `field:"required" json:"longitude" yaml:"longitude"` }
type Route53RecordGeoproximityRoutingPolicyCoordinatesList ¶ added in v19.6.0
type Route53RecordGeoproximityRoutingPolicyCoordinatesList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) Route53RecordGeoproximityRoutingPolicyCoordinatesOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewRoute53RecordGeoproximityRoutingPolicyCoordinatesList ¶ added in v19.6.0
func NewRoute53RecordGeoproximityRoutingPolicyCoordinatesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) Route53RecordGeoproximityRoutingPolicyCoordinatesList
type Route53RecordGeoproximityRoutingPolicyCoordinatesOutputReference ¶ added in v19.6.0
type Route53RecordGeoproximityRoutingPolicyCoordinatesOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) Latitude() *string SetLatitude(val *string) LatitudeInput() *string Longitude() *string SetLongitude(val *string) LongitudeInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewRoute53RecordGeoproximityRoutingPolicyCoordinatesOutputReference ¶ added in v19.6.0
func NewRoute53RecordGeoproximityRoutingPolicyCoordinatesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) Route53RecordGeoproximityRoutingPolicyCoordinatesOutputReference
type Route53RecordGeoproximityRoutingPolicyOutputReference ¶ added in v19.6.0
type Route53RecordGeoproximityRoutingPolicyOutputReference interface { cdktf.ComplexObject AwsRegion() *string SetAwsRegion(val *string) AwsRegionInput() *string Bias() *float64 SetBias(val *float64) BiasInput() *float64 // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Coordinates() Route53RecordGeoproximityRoutingPolicyCoordinatesList CoordinatesInput() interface{} // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *Route53RecordGeoproximityRoutingPolicy SetInternalValue(val *Route53RecordGeoproximityRoutingPolicy) LocalZoneGroup() *string SetLocalZoneGroup(val *string) LocalZoneGroupInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable PutCoordinates(value interface{}) ResetAwsRegion() ResetBias() ResetCoordinates() ResetLocalZoneGroup() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewRoute53RecordGeoproximityRoutingPolicyOutputReference ¶ added in v19.6.0
func NewRoute53RecordGeoproximityRoutingPolicyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) Route53RecordGeoproximityRoutingPolicyOutputReference
type Route53RecordLatencyRoutingPolicy ¶
type Route53RecordLatencyRoutingPolicy struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#region Route53Record#region}. Region *string `field:"required" json:"region" yaml:"region"` }
type Route53RecordLatencyRoutingPolicyOutputReference ¶
type Route53RecordLatencyRoutingPolicyOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *Route53RecordLatencyRoutingPolicy SetInternalValue(val *Route53RecordLatencyRoutingPolicy) Region() *string SetRegion(val *string) RegionInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewRoute53RecordLatencyRoutingPolicyOutputReference ¶
func NewRoute53RecordLatencyRoutingPolicyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) Route53RecordLatencyRoutingPolicyOutputReference
type Route53RecordWeightedRoutingPolicy ¶
type Route53RecordWeightedRoutingPolicy struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/route53_record#weight Route53Record#weight}. Weight *float64 `field:"required" json:"weight" yaml:"weight"` }
type Route53RecordWeightedRoutingPolicyOutputReference ¶
type Route53RecordWeightedRoutingPolicyOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *Route53RecordWeightedRoutingPolicy SetInternalValue(val *Route53RecordWeightedRoutingPolicy) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Weight() *float64 SetWeight(val *float64) WeightInput() *float64 // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewRoute53RecordWeightedRoutingPolicyOutputReference ¶
func NewRoute53RecordWeightedRoutingPolicyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) Route53RecordWeightedRoutingPolicyOutputReference
Source Files ¶
- Route53Record.go
- Route53RecordAlias.go
- Route53RecordAliasOutputReference.go
- Route53RecordAliasOutputReference__checks.go
- Route53RecordCidrRoutingPolicy.go
- Route53RecordCidrRoutingPolicyOutputReference.go
- Route53RecordCidrRoutingPolicyOutputReference__checks.go
- Route53RecordConfig.go
- Route53RecordFailoverRoutingPolicy.go
- Route53RecordFailoverRoutingPolicyOutputReference.go
- Route53RecordFailoverRoutingPolicyOutputReference__checks.go
- Route53RecordGeolocationRoutingPolicy.go
- Route53RecordGeolocationRoutingPolicyOutputReference.go
- Route53RecordGeolocationRoutingPolicyOutputReference__checks.go
- Route53RecordGeoproximityRoutingPolicy.go
- Route53RecordGeoproximityRoutingPolicyCoordinates.go
- Route53RecordGeoproximityRoutingPolicyCoordinatesList.go
- Route53RecordGeoproximityRoutingPolicyCoordinatesList__checks.go
- Route53RecordGeoproximityRoutingPolicyCoordinatesOutputReference.go
- Route53RecordGeoproximityRoutingPolicyCoordinatesOutputReference__checks.go
- Route53RecordGeoproximityRoutingPolicyOutputReference.go
- Route53RecordGeoproximityRoutingPolicyOutputReference__checks.go
- Route53RecordLatencyRoutingPolicy.go
- Route53RecordLatencyRoutingPolicyOutputReference.go
- Route53RecordLatencyRoutingPolicyOutputReference__checks.go
- Route53RecordWeightedRoutingPolicy.go
- Route53RecordWeightedRoutingPolicyOutputReference.go
- Route53RecordWeightedRoutingPolicyOutputReference__checks.go
- Route53Record__checks.go
- main.go