EndpointServiceAvailabilityZonesContextQuery¶
-
class
aws_cdk.cx_api.
EndpointServiceAvailabilityZonesContextQuery
(*, account=None, region=None, service_name=None)¶ Bases:
object
Query to hosted zone context provider.
- Parameters
account (
Optional
[str
]) – Query account.region (
Optional
[str
]) – Query region.service_name (
Optional
[str
]) – Query service name.
- ExampleMetadata
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.cx_api as cx_api endpoint_service_availability_zones_context_query = cx_api.EndpointServiceAvailabilityZonesContextQuery( account="account", region="region", service_name="serviceName" )
Attributes
-
account
¶ Query account.
- Return type
Optional
[str
]
-
region
¶ Query region.
- Return type
Optional
[str
]
-
service_name
¶ Query service name.
- Return type
Optional
[str
]