Skip to main content

TAWSEnvironment

Class in AWS.Core

Class for fetching configuration supplied by the environment.

Ancestors

Properties

AccessKeyId

property AccessKeyId: string

ConfigFile

property ConfigFile: string

ConfigDirectory

property ConfigDirectory: string

ContainerCredentialsRelativeUri

property ContainerCredentialsRelativeUri: string

DefaultRegion

property DefaultRegion: string

EndpointUrl

property EndpointUrl: string

IgnoreConfiguredEndpointUrls

property IgnoreConfiguredEndpointUrls: TOptional<Boolean>

MaxAttempts

property MaxAttempts: TOptional<Integer>

Profile

property Profile: string

Region

property Region: string

RetryMode

property RetryMode: string

SecretAccessKey

property SecretAccessKey: string

SessionToken

property SessionToken: string

SharedCredentialsFile

property SharedCredentialsFile: string

UseDualstackEndpoint

property UseDualstackEndpoint: TOptional<Boolean>

Constructors

Create

constructor Create(const AEnvironment: IEnv = nil);

IEnv

Constructor for TAWSEnvironment.

Parameters

NameDescription
AEnvironmentProvide an IEnv configured to access environment data.