AvailabilityZonesContextQuery
- class aws_cdk.cloud_assembly_schema.AvailabilityZonesContextQuery(*, account, region, lookup_role_arn=None)
Bases:
object
Query to availability zone context provider.
- Parameters:
account (
str
) – Query account.region (
str
) – Query region.lookup_role_arn (
Optional
[str
]) – The ARN of the role that should be used to look up the missing values. Default: - None
- 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.cloud_assembly_schema as cloud_assembly_schema availability_zones_context_query = cloud_assembly_schema.AvailabilityZonesContextQuery( account="account", region="region", # the properties below are optional lookup_role_arn="lookupRoleArn" )
Attributes
- account
Query account.
- lookup_role_arn
The ARN of the role that should be used to look up the missing values.
- Default:
None
- region
Query region.