Attribute Group Association Args
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
fun AttributeGroupAssociationArgs(application: Output<String>? = null, attributeGroup: Output<String>? = null)