Aws Cloud Profile Args
data class AwsCloudProfileArgs(val accountId: Output<String>, val excludedAccounts: Output<List<String>>? = null, val isOrganizationalAccount: Output<Boolean>? = null) : ConvertibleToJava<AwsCloudProfileArgs>
cloud profile for AWS.