CfnAttributeGroupAssociationMixinProps

class aws_cdk.mixins_preview.aws_servicecatalogappregistry.mixins.CfnAttributeGroupAssociationMixinProps(*, application=None, attribute_group=None)

Bases: object

Properties 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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-attributegroupassociation.html

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.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-attributegroupassociation.html#cfn-servicecatalogappregistry-attributegroupassociation-application

attribute_group

The name or ID of the attribute group which holds the attributes that describe the application.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-attributegroupassociation.html#cfn-servicecatalogappregistry-attributegroupassociation-attributegroup