AwsCloudProfileResponse

data class AwsCloudProfileResponse(val accountId: String, val excludedAccounts: List<String>? = null, val isOrganizationalAccount: Boolean? = null)

cloud profile for AWS.

Constructors

Link copied to clipboard
constructor(accountId: String, excludedAccounts: List<String>? = null, isOrganizationalAccount: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Account id for the AWS account.

Link copied to clipboard

List of AWS accounts which need to be excluded.

Link copied to clipboard

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