AwsCloudProfile interface
cloud profile for AWS.
Properties
| account |
Account id for the AWS account. |
| excluded |
List of AWS accounts which need to be excluded. |
| is |
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