AttributeGroupAssociationArgs

data class AttributeGroupAssociationArgs(val application: Output<String>? = null, val attributeGroup: Output<String>? = null) : ConvertibleToJava<AttributeGroupAssociationArgs>

Resource Schema for AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation.

Constructors

Link copied to clipboard
constructor(application: Output<String>? = null, attributeGroup: Output<String>? = null)

Properties

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

The name or the Id of the Application.

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

The name or the Id of the AttributeGroup.

Functions

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