Interface IResourceUpdateConstraintReference
A reference to a ResourceUpdateConstraint resource.
Namespace: Amazon.CDK.Interfaces.Servicecatalog
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IResourceUpdateConstraintReference
Syntax (vb)
Public Interface IResourceUpdateConstraintReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.Servicecatalog;
var resourceUpdateConstraintReference = new ResourceUpdateConstraintReference {
ResourceUpdateConstraintId = "resourceUpdateConstraintId"
};
Synopsis
Properties
| ResourceUpdateConstraintId | The Id of the ResourceUpdateConstraint resource. |
Properties
ResourceUpdateConstraintId
The Id of the ResourceUpdateConstraint resource.
string ResourceUpdateConstraintId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated