Skip to main content

AwsIniAccountModuleSchema

AwsIniAccountModuleSchema is the input schema for the AwsIniAccountModule module. This schema defines the required and optional inputs for setting up an INI-based AWS account using AWS credential profiles from configuration files.

@group

Modules/Account/AwsIniAccount

@see

AwsIniAccountModule to learn more about the AwsIniAccountModule module.

Index

Properties

accountId

accountId: string = ...

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

app: App = ...

The App instance that this account will be associated with. This establishes the parent-child relationship between the app and the account.

optionaliniProfile

iniProfile?: string = ...

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.

Page Options