AwsCloudProfile interface

cloud profile for AWS.

Properties

accountId

Account id for the AWS account.

excludedAccounts

List of AWS accounts which need to be excluded.

isOrganizationalAccount

Boolean value that indicates whether the account is organizational or not. True represents organization account, whereas false represents a single account.

Property Details

accountId

Account id for the AWS account.

accountId: string

Property Value

string

excludedAccounts

List of AWS accounts which need to be excluded.

excludedAccounts?: string[]

Property Value

string[]

isOrganizationalAccount

Boolean value that indicates whether the account is organizational or not. True represents organization account, whereas false represents a single account.

isOrganizationalAccount?: boolean

Property Value

boolean