Show / Hide Table of Contents

Interface IEndpointServiceAvailabilityZonesContextQuery

Query to hosted zone context provider.

Namespace: Amazon.CDK.CXAPI
Assembly: Amazon.CDK.Lib.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.

ServiceName

Query service name.

Properties

Account

Query account.

string? Account { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Region

Query region.

string? Region { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

ServiceName

Query service name.

string? ServiceName { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX