Skip to main content

IAWSEndpointContext

Interface in AWS.Core

Interface for AWS service endpoint context.

Properties

Action

property Action: string

Specifies the action being requested.

AuthOptOut

property AuthOptOut: Boolean

Specifies whether the action is opted-out of authentication/authorization.

Region

property Region: string

Specifies the AWS region being requested.

Url

property Url: string

Specifies the URL being requested.

UseDualstackEndpoint

property UseDualstackEndpoint: Boolean

Specifies whether IPv4/IPv6 dualstack endpoints are being requested.

Values

property Values: TDictionary<string, TValue>

Provides direct access to context values.