AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ServiceCatalogAppRegistry::ResourceAssociation

CfnResourceAssociation

Associates a resource with an application. Both the resource and the application can be specified either by ID or name.

Import

import { CfnResourceAssociation } from 'aws-cdk-lib/aws-servicecatalogappregistry';

Or use the module namespace:

import * as servicecatalogappregistry from 'aws-cdk-lib/aws-servicecatalogappregistry';
// servicecatalogappregistry.CfnResourceAssociation

Properties

Configuration passed to the constructor as CfnResourceAssociationProps.

applicationRequired
string

The name or ID of the application.

resourceRequired
string

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

resourceTypeRequired
string

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

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-servicecatalogappregistry
CFN TypeAWS::ServiceCatalogAppRegistry::ResourceAssociation
Properties3

External Links