Show / Hide Table of Contents

Interface IEndpointServiceAvailabilityZonesContextQuery

(deprecated) Query to hosted zone context provider.

Namespace: Amazon.CDK.CXAPI
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
[Obsolete("The definition of this type has moved to `@aws-cdk/cloud-assembly-api`.")]
public interface IEndpointServiceAvailabilityZonesContextQuery
Syntax (vb)
<Obsolete("The definition of this type has moved to `@aws-cdk/cloud-assembly-api`.")>
Public Interface IEndpointServiceAvailabilityZonesContextQuery
Remarks

Stability: Deprecated

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

(deprecated) Query account.

Region

(deprecated) Query region.

ServiceName

(deprecated) Query service name.

Properties

Account

(deprecated) Query account.

[Obsolete]
string? Account { get; }
Property Value

string

Remarks

Stability: Deprecated

Region

(deprecated) Query region.

[Obsolete]
string? Region { get; }
Property Value

string

Remarks

Stability: Deprecated

ServiceName

(deprecated) Query service name.

[Obsolete]
string? ServiceName { get; }
Property Value

string

Remarks

Stability: Deprecated

Back to top Generated by DocFX