Skip to content

Describe Constraint

servicecatalog_describe_constraint R Documentation

Gets information about the specified constraint

Description

Gets information about the specified constraint.

Usage

servicecatalog_describe_constraint(AcceptLanguage, Id)

Arguments

AcceptLanguage

The language code.

  • jp - Japanese

  • zh - Chinese

Id

[required] The identifier of the constraint.

Value

A list with the following syntax:

list(
  ConstraintDetail = list(
    ConstraintId = "string",
    Type = "string",
    Description = "string",
    Owner = "string",
    ProductId = "string",
    PortfolioId = "string"
  ),
  ConstraintParameters = "string",
  Status = "AVAILABLE"|"CREATING"|"FAILED"
)

Request syntax

svc$describe_constraint(
  AcceptLanguage = "string",
  Id = "string"
)