toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.route53.kotlin.outputs
/
GetTrafficPolicyDocumentRuleItem
Get
Traffic
Policy
Document
Rule
Item
data
class
GetTrafficPolicyDocumentRuleItem
(
val
endpointReference
:
String
?
=
null
,
val
healthCheck
:
String
?
=
null
)
Members
Constructors
Get
Traffic
Policy
Document
Rule
Item
Link copied to clipboard
constructor
(
endpointReference
:
String
?
=
null
,
healthCheck
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
endpoint
Reference
Link copied to clipboard
val
endpointReference
:
String
?
=
null
References to an endpoint.
health
Check
Link copied to clipboard
val
healthCheck
:
String
?
=
null
If you want to associate a health check with the endpoint or rule.