AwsEc2AccountAttributePropertiesArgs

data class AwsEc2AccountAttributePropertiesArgs(val attributeName: Output<String>? = null, val attributeValues: Output<List<AccountAttributeValueArgs>>? = null) : ConvertibleToJava<AwsEc2AccountAttributePropertiesArgs>

Definition of awsEc2AccountAttribute

Constructors

Link copied to clipboard
constructor(attributeName: Output<String>? = null, attributeValues: Output<List<AccountAttributeValueArgs>>? = null)

Properties

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

The name of the account attribute.

Link copied to clipboard

The values for the account attribute.

Functions

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