CfnAttributeGroupAssociationProps¶
-
class
aws_cdk.aws_servicecatalogappregistry.
CfnAttributeGroupAssociationProps
(*, application, attribute_group)¶ Bases:
object
Properties for defining a
CfnAttributeGroupAssociation
.- Parameters
application (
str
) – The name or ID of the application.attribute_group (
str
) – The name or ID of the attribute group that holds the attributes to describe the application.
- Link
- ExampleMetadata
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_servicecatalogappregistry as servicecatalogappregistry cfn_attribute_group_association_props = servicecatalogappregistry.CfnAttributeGroupAssociationProps( application="application", attribute_group="attributeGroup" )
Attributes
-
application
¶ The name or ID of the application.
-
attribute_group
¶ The name or ID of the attribute group that holds the attributes to describe the application.