CfnResourceAssociationMixinProps

class aws_cdk.mixins_preview.aws_servicecatalogappregistry.mixins.CfnResourceAssociationMixinProps(*, application=None, resource=None, resource_type=None)

Bases: object

Properties for CfnResourceAssociationPropsMixin.

Parameters:
  • application (Optional[str]) – The name or ID of the application.

  • resource (Optional[str]) – The name or ID of the resource of which the application will be associated.

  • resource_type (Optional[str]) – The type of resource of which the application will be associated.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalogappregistry-resourceassociation.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_resource_association_mixin_props = servicecatalogappregistry_mixins.CfnResourceAssociationMixinProps(
    application="application",
    resource="resource",
    resource_type="resourceType"
)

Attributes

application

The name or ID of the application.

See:

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

resource

The name or ID of the resource of which the application will be associated.

See:

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

resource_type

The type of resource of which the application will be associated.

See:

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