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);
Constructor for TAWSEnvironment.
Parameters
| Name | Description |
|---|---|
AEnvironment | Provide an IEnv configured to access environment data. |