Interface IEndpointServiceAvailabilityZonesContextQuery
Query to hosted zone context provider.
Namespace: Amazon.CDK.CXAPI
Assembly: Amazon.CDK.CXAPI.dll
Syntax (csharp)
public interface IEndpointServiceAvailabilityZonesContextQuery
Syntax (vb)
Public Interface IEndpointServiceAvailabilityZonesContextQuery
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CXAPI;
var endpointServiceAvailabilityZonesContextQuery = new EndpointServiceAvailabilityZonesContextQuery {
Account = "account",
Region = "region",
ServiceName = "serviceName"
};
Synopsis
Properties
Account | Query account. |
Region | Query region. |
Service |
Query service name. |
Properties
Account
Query account.
virtual string Account { get; }
Property Value
System.
Region
Query region.
virtual string Region { get; }
Property Value
System.
ServiceName
Query service name.
virtual string ServiceName { get; }
Property Value
System.