aws-cdk-lib.cloud_assembly_schema.EndpointServiceAvailabilityZonesContextQuery

interface EndpointServiceAvailabilityZonesContextQuery

LanguageType name
.NETAmazon.CDK.CloudAssembly.Schema.EndpointServiceAvailabilityZonesContextQuery
Gogithub.com/aws/aws-cdk-go/awscdk/v2/cloudassemblyschema#EndpointServiceAvailabilityZonesContextQuery
Javasoftware.amazon.awscdk.cloudassembly.schema.EndpointServiceAvailabilityZonesContextQuery
Pythonaws_cdk.cloud_assembly_schema.EndpointServiceAvailabilityZonesContextQuery
TypeScript (source)aws-cdk-lib » cloud_assembly_schema » EndpointServiceAvailabilityZonesContextQuery

Query to endpoint service context provider.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { cloud_assembly_schema } from 'aws-cdk-lib';
const endpointServiceAvailabilityZonesContextQuery: cloud_assembly_schema.EndpointServiceAvailabilityZonesContextQuery = {
  account: 'account',
  region: 'region',
  serviceName: 'serviceName',

  // the properties below are optional
  lookupRoleArn: 'lookupRoleArn',
};

Properties

NameTypeDescription
accountstringQuery account.
regionstringQuery region.
serviceNamestringQuery service name.
lookupRoleArn?stringThe ARN of the role that should be used to look up the missing values.

account

Type: string

Query account.


region

Type: string

Query region.


serviceName

Type: string

Query service name.


lookupRoleArn?

Type: string (optional, default: None)

The ARN of the role that should be used to look up the missing values.