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 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 import 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.

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