1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. servicecatalog
  5. ResourceUpdateConstraint

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi

aws-native.servicecatalog.ResourceUpdateConstraint

Start a Neo task
Explain and create an aws-native.servicecatalog.ResourceUpdateConstraint resource
aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi

    Resource type definition for AWS::ServiceCatalog::ResourceUpdateConstraint

    Create ResourceUpdateConstraint Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ResourceUpdateConstraint(name: string, args: ResourceUpdateConstraintArgs, opts?: CustomResourceOptions);
    @overload
    def ResourceUpdateConstraint(resource_name: str,
                                 args: ResourceUpdateConstraintArgs,
                                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def ResourceUpdateConstraint(resource_name: str,
                                 opts: Optional[ResourceOptions] = None,
                                 portfolio_id: Optional[str] = None,
                                 product_id: Optional[str] = None,
                                 tag_update_on_provisioned_product: Optional[str] = None,
                                 accept_language: Optional[str] = None,
                                 description: Optional[str] = None)
    func NewResourceUpdateConstraint(ctx *Context, name string, args ResourceUpdateConstraintArgs, opts ...ResourceOption) (*ResourceUpdateConstraint, error)
    public ResourceUpdateConstraint(string name, ResourceUpdateConstraintArgs args, CustomResourceOptions? opts = null)
    public ResourceUpdateConstraint(String name, ResourceUpdateConstraintArgs args)
    public ResourceUpdateConstraint(String name, ResourceUpdateConstraintArgs args, CustomResourceOptions options)
    
    type: aws-native:servicecatalog:ResourceUpdateConstraint
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ResourceUpdateConstraintArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ResourceUpdateConstraintArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ResourceUpdateConstraintArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ResourceUpdateConstraintArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ResourceUpdateConstraintArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    ResourceUpdateConstraint Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The ResourceUpdateConstraint resource accepts the following input properties:

    PortfolioId string
    The portfolio identifier
    ProductId string
    The product identifier
    TagUpdateOnProvisionedProduct string
    ALLOWED or NOT_ALLOWED, to permit or prevent changes to the tags on provisioned instances of the specified portfolio / product combination
    AcceptLanguage string
    The language code
    Description string
    The description of the constraint
    PortfolioId string
    The portfolio identifier
    ProductId string
    The product identifier
    TagUpdateOnProvisionedProduct string
    ALLOWED or NOT_ALLOWED, to permit or prevent changes to the tags on provisioned instances of the specified portfolio / product combination
    AcceptLanguage string
    The language code
    Description string
    The description of the constraint
    portfolioId String
    The portfolio identifier
    productId String
    The product identifier
    tagUpdateOnProvisionedProduct String
    ALLOWED or NOT_ALLOWED, to permit or prevent changes to the tags on provisioned instances of the specified portfolio / product combination
    acceptLanguage String
    The language code
    description String
    The description of the constraint
    portfolioId string
    The portfolio identifier
    productId string
    The product identifier
    tagUpdateOnProvisionedProduct string
    ALLOWED or NOT_ALLOWED, to permit or prevent changes to the tags on provisioned instances of the specified portfolio / product combination
    acceptLanguage string
    The language code
    description string
    The description of the constraint
    portfolio_id str
    The portfolio identifier
    product_id str
    The product identifier
    tag_update_on_provisioned_product str
    ALLOWED or NOT_ALLOWED, to permit or prevent changes to the tags on provisioned instances of the specified portfolio / product combination
    accept_language str
    The language code
    description str
    The description of the constraint
    portfolioId String
    The portfolio identifier
    productId String
    The product identifier
    tagUpdateOnProvisionedProduct String
    ALLOWED or NOT_ALLOWED, to permit or prevent changes to the tags on provisioned instances of the specified portfolio / product combination
    acceptLanguage String
    The language code
    description String
    The description of the constraint

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ResourceUpdateConstraint resource produces the following output properties:

    AwsId string
    Unique identifier for the constraint
    Id string
    The provider-assigned unique ID for this managed resource.
    AwsId string
    Unique identifier for the constraint
    Id string
    The provider-assigned unique ID for this managed resource.
    awsId String
    Unique identifier for the constraint
    id String
    The provider-assigned unique ID for this managed resource.
    awsId string
    Unique identifier for the constraint
    id string
    The provider-assigned unique ID for this managed resource.
    aws_id str
    Unique identifier for the constraint
    id str
    The provider-assigned unique ID for this managed resource.
    awsId String
    Unique identifier for the constraint
    id String
    The provider-assigned unique ID for this managed resource.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate