AwsIniAccountModuleSchema
Index
Properties
Properties
accountId
The AWS account ID that the INI profile belongs to. This is validated against the actual account ID returned by AWS STS to ensure profile validity.
app
The App
instance that this account will be associated with.
This establishes the parent-child relationship between the app and the account.
optionaliniProfile
The name of the AWS credential profile to use from the INI files. This profile should be configured in ~/.aws/credentials or ~/.aws/config. Defaults to 'default' if not specified.
AwsIniAccountModuleSchema
is the input schema for theAwsIniAccountModule
module. This schema defines the required and optional inputs for setting up an INI-based AWS account using AWS credential profiles from configuration files.Modules/Account/AwsIniAccount
AwsIniAccountModule to learn more about the
AwsIniAccountModule
module.