AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Information about a constraint.

Inheritance Hierarchy

System.Object
  Amazon.ServiceCatalog.Model.ConstraintDetail

Namespace: Amazon.ServiceCatalog.Model
Assembly: AWSSDK.ServiceCatalog.dll
Version: 3.x.y.z

Syntax

C#
public class ConstraintDetail

The ConstraintDetail type exposes the following members

Constructors

NameDescription
Public Method ConstraintDetail()

Properties

NameTypeDescription
Public Property ConstraintId System.String

Gets and sets the property ConstraintId.

The identifier of the constraint.

Public Property Description System.String

Gets and sets the property Description.

The description of the constraint.

Public Property Owner System.String

Gets and sets the property Owner.

The owner of the constraint.

Public Property PortfolioId System.String

Gets and sets the property PortfolioId.

The identifier of the portfolio the product resides in. The constraint applies only to the instance of the product that lives within this portfolio.

Public Property ProductId System.String

Gets and sets the property ProductId.

The identifier of the product the constraint applies to. Note that a constraint applies to a specific instance of a product within a certain portfolio.

Public Property Type System.String

Gets and sets the property Type.

The type of constraint.

  • LAUNCH

  • NOTIFICATION

  • STACKSET

  • TEMPLATE

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5