interface ResourceUpdateConstraintReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Servicecatalog.ResourceUpdateConstraintReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsservicecatalog#ResourceUpdateConstraintReference |
![]() | software.amazon.awscdk.services.servicecatalog.ResourceUpdateConstraintReference |
![]() | aws_cdk.aws_servicecatalog.ResourceUpdateConstraintReference |
![]() | aws-cdk-lib » aws_servicecatalog » ResourceUpdateConstraintReference |
A reference to a ResourceUpdateConstraint resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_servicecatalog as servicecatalog } from 'aws-cdk-lib';
const resourceUpdateConstraintReference: servicecatalog.ResourceUpdateConstraintReference = {
resourceUpdateConstraintId: 'resourceUpdateConstraintId',
};
Properties
Name | Type | Description |
---|---|---|
resource | string | The Id of the ResourceUpdateConstraint resource. |
resourceUpdateConstraintId
Type:
string
The Id of the ResourceUpdateConstraint resource.