CfnResourceAssociationMixinProps
- class aws_cdk.mixins_preview.aws_servicecatalogappregistry.mixins.CfnResourceAssociationMixinProps(*, application=None, resource=None, resource_type=None)
Bases:
objectProperties 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:
- 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.
- resource
The name or ID of the resource of which the application will be associated.
- resource_type
The type of resource of which the application will be associated.