interface ResourceUpdateConstraintReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Servicecatalog.ResourceUpdateConstraintReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsservicecatalog#ResourceUpdateConstraintReference |
Java | software.amazon.awscdk.interfaces.servicecatalog.ResourceUpdateConstraintReference |
Python | aws_cdk.interfaces.aws_servicecatalog.ResourceUpdateConstraintReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_servicecatalog } from 'aws-cdk-lib/interfaces';
const resourceUpdateConstraintReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript