CfnAttributeGroupAssociationMixinProps
- class aws_cdk.mixins_preview.aws_servicecatalogappregistry.mixins.CfnAttributeGroupAssociationMixinProps(*, application=None, attribute_group=None)
Bases:
objectProperties for CfnAttributeGroupAssociationPropsMixin.
- Parameters:
application (
Optional[str]) – The name or ID of the application.attribute_group (
Optional[str]) – The name or ID of the attribute group which holds the attributes that describe the application.
- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_servicecatalogappregistry import mixins as servicecatalogappregistry_mixins cfn_attribute_group_association_mixin_props = servicecatalogappregistry_mixins.CfnAttributeGroupAssociationMixinProps( application="application", attribute_group="attributeGroup" )
Attributes
- application
The name or ID of the application.
- attribute_group
The name or ID of the attribute group which holds the attributes that describe the application.