AwsArgs

data class AwsArgs(val accountId: Output<String>) : ConvertibleToJava<AwsArgs>

Represents an Amazon Web Services identity provider.

Constructors

Link copied to clipboard
fun AwsArgs(accountId: Output<String>)

Functions

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

Properties

Link copied to clipboard
val accountId: Output<String>

The AWS account ID.