We recommend new projects start with resources from the AWS provider.
aws-native.servicecatalog.ResourceUpdateConstraint
We recommend new projects start with resources from the AWS provider.
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:
- Portfolio
Id string - The portfolio identifier
- Product
Id string - The product identifier
- Tag
Update stringOn Provisioned Product - ALLOWED or NOT_ALLOWED, to permit or prevent changes to the tags on provisioned instances of the specified portfolio / product combination
- Accept
Language string - The language code
- Description string
- The description of the constraint
- Portfolio
Id string - The portfolio identifier
- Product
Id string - The product identifier
- Tag
Update stringOn Provisioned Product - ALLOWED or NOT_ALLOWED, to permit or prevent changes to the tags on provisioned instances of the specified portfolio / product combination
- Accept
Language string - The language code
- Description string
- The description of the constraint
- portfolio
Id String - The portfolio identifier
- product
Id String - The product identifier
- tag
Update StringOn Provisioned Product - ALLOWED or NOT_ALLOWED, to permit or prevent changes to the tags on provisioned instances of the specified portfolio / product combination
- accept
Language String - The language code
- description String
- The description of the constraint
- portfolio
Id string - The portfolio identifier
- product
Id string - The product identifier
- tag
Update stringOn Provisioned Product - ALLOWED or NOT_ALLOWED, to permit or prevent changes to the tags on provisioned instances of the specified portfolio / product combination
- accept
Language 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_ stron_ provisioned_ product - 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
- portfolio
Id String - The portfolio identifier
- product
Id String - The product identifier
- tag
Update StringOn Provisioned Product - ALLOWED or NOT_ALLOWED, to permit or prevent changes to the tags on provisioned instances of the specified portfolio / product combination
- accept
Language 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:
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
