We recommend new projects start with resources from the AWS provider.
aws-native.servicecatalog.LaunchTemplateConstraint
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::ServiceCatalog::LaunchTemplateConstraint
Create LaunchTemplateConstraint Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new LaunchTemplateConstraint(name: string, args: LaunchTemplateConstraintArgs, opts?: CustomResourceOptions);
@overload
def LaunchTemplateConstraint(resource_name: str,
args: LaunchTemplateConstraintArgs,
opts: Optional[ResourceOptions] = None)
@overload
def LaunchTemplateConstraint(resource_name: str,
opts: Optional[ResourceOptions] = None,
portfolio_id: Optional[str] = None,
product_id: Optional[str] = None,
rules: Optional[str] = None,
accept_language: Optional[str] = None,
description: Optional[str] = None)
func NewLaunchTemplateConstraint(ctx *Context, name string, args LaunchTemplateConstraintArgs, opts ...ResourceOption) (*LaunchTemplateConstraint, error)
public LaunchTemplateConstraint(string name, LaunchTemplateConstraintArgs args, CustomResourceOptions? opts = null)
public LaunchTemplateConstraint(String name, LaunchTemplateConstraintArgs args)
public LaunchTemplateConstraint(String name, LaunchTemplateConstraintArgs args, CustomResourceOptions options)
type: aws-native:servicecatalog:LaunchTemplateConstraint
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 LaunchTemplateConstraintArgs
- 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 LaunchTemplateConstraintArgs
- 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 LaunchTemplateConstraintArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args LaunchTemplateConstraintArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args LaunchTemplateConstraintArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
LaunchTemplateConstraint 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 LaunchTemplateConstraint resource accepts the following input properties:
- Portfolio
Id string - The portfolio identifier.
- Product
Id string - The product identifier.
- Rules string
- A json encoded string of the template constraint rules
- 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.
- Rules string
- A json encoded string of the template constraint rules
- 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.
- rules String
- A json encoded string of the template constraint rules
- 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.
- rules string
- A json encoded string of the template constraint rules
- 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.
- rules str
- A json encoded string of the template constraint rules
- 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.
- rules String
- A json encoded string of the template constraint rules
- 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 LaunchTemplateConstraint 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.