interface CfnResourceAssociationProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Servicecatalogappregistry.CfnResourceAssociationProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsservicecatalogappregistry#CfnResourceAssociationProps |
![]() | software.amazon.awscdk.services.servicecatalogappregistry.CfnResourceAssociationProps |
![]() | aws_cdk.aws_servicecatalogappregistry.CfnResourceAssociationProps |
![]() | aws-cdk-lib » aws_servicecatalogappregistry » CfnResourceAssociationProps |
Properties for defining a CfnResourceAssociation
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_servicecatalogappregistry as servicecatalogappregistry } from 'aws-cdk-lib';
const cfnResourceAssociationProps: servicecatalogappregistry.CfnResourceAssociationProps = {
application: 'application',
resource: 'resource',
resourceType: 'resourceType',
};
Properties
Name | Type | Description |
---|---|---|
application | string | The name or ID of the application. |
resource | string | The name or ID of the resource of which the application will be associated. |
resource | string | The type of resource of which the application will be associated. |
application
Type:
string
The name or ID of the application.
resource
Type:
string
The name or ID of the resource of which the application will be associated.
resourceType
Type:
string
The type of resource of which the application will be associated.