AWS::ServiceCatalogAppRegistry::ResourceAssociationAssociates a resource with an application. Both the resource and the application can be specified either by ID or name.
import { CfnResourceAssociation } from 'aws-cdk-lib/aws-servicecatalogappregistry';Or use the module namespace:
import * as servicecatalogappregistry from 'aws-cdk-lib/aws-servicecatalogappregistry';
// servicecatalogappregistry.CfnResourceAssociationConfiguration passed to the constructor as CfnResourceAssociationProps.
applicationRequiredstringThe name or ID of the application.
resourceRequiredstringThe name or ID of the resource of which the application will be associated.
resourceTypeRequiredstringThe type of resource of which the application will be associated.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-servicecatalogappregistryAWS::ServiceCatalogAppRegistry::ResourceAssociation