AwsCloudProfileArgs

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

cloud profile for AWS.

Constructors

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

Properties

Link copied to clipboard
val accountId: Output<String>

Account id for the AWS account.

Link copied to clipboard
val excludedAccounts: Output<List<String>>? = null

List of AWS accounts which need to be excluded.

Link copied to clipboard
val isOrganizationalAccount: Output<Boolean>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): AwsCloudProfileArgs