We recommend new projects start with resources from the AWS provider.
aws-native.servicecatalog.LaunchNotificationConstraint
We recommend new projects start with resources from the AWS provider.
Resource Type definition for AWS::ServiceCatalog::LaunchNotificationConstraint
Create LaunchNotificationConstraint Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new LaunchNotificationConstraint(name: string, args: LaunchNotificationConstraintArgs, opts?: CustomResourceOptions);@overload
def LaunchNotificationConstraint(resource_name: str,
args: LaunchNotificationConstraintArgs,
opts: Optional[ResourceOptions] = None)
@overload
def LaunchNotificationConstraint(resource_name: str,
opts: Optional[ResourceOptions] = None,
notification_arns: Optional[Sequence[str]] = None,
portfolio_id: Optional[str] = None,
product_id: Optional[str] = None,
accept_language: Optional[str] = None,
description: Optional[str] = None)func NewLaunchNotificationConstraint(ctx *Context, name string, args LaunchNotificationConstraintArgs, opts ...ResourceOption) (*LaunchNotificationConstraint, error)public LaunchNotificationConstraint(string name, LaunchNotificationConstraintArgs args, CustomResourceOptions? opts = null)
public LaunchNotificationConstraint(String name, LaunchNotificationConstraintArgs args)
public LaunchNotificationConstraint(String name, LaunchNotificationConstraintArgs args, CustomResourceOptions options)
type: aws-native:servicecatalog:LaunchNotificationConstraint
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 LaunchNotificationConstraintArgs
- 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 LaunchNotificationConstraintArgs
- 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 LaunchNotificationConstraintArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args LaunchNotificationConstraintArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args LaunchNotificationConstraintArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
LaunchNotificationConstraint 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 LaunchNotificationConstraint resource accepts the following input properties:
- Notification
Arns List<string> - The notification ARNs.
- Portfolio
Id string - The portfolio identifier.
- Product
Id string - The product identifier.
- Accept
Language string - The language code.
jp- Japanesezh- Chinese
- Description string
- The description of the constraint.
- Notification
Arns []string - The notification ARNs.
- Portfolio
Id string - The portfolio identifier.
- Product
Id string - The product identifier.
- Accept
Language string - The language code.
jp- Japanesezh- Chinese
- Description string
- The description of the constraint.
- notification
Arns List<String> - The notification ARNs.
- portfolio
Id String - The portfolio identifier.
- product
Id String - The product identifier.
- accept
Language String - The language code.
jp- Japanesezh- Chinese
- description String
- The description of the constraint.
- notification
Arns string[] - The notification ARNs.
- portfolio
Id string - The portfolio identifier.
- product
Id string - The product identifier.
- accept
Language string - The language code.
jp- Japanesezh- Chinese
- description string
- The description of the constraint.
- notification_
arns Sequence[str] - The notification ARNs.
- portfolio_
id str - The portfolio identifier.
- product_
id str - The product identifier.
- accept_
language str - The language code.
jp- Japanesezh- Chinese
- description str
- The description of the constraint.
- notification
Arns List<String> - The notification ARNs.
- portfolio
Id String - The portfolio identifier.
- product
Id String - The product identifier.
- accept
Language String - The language code.
jp- Japanesezh- Chinese
- description String
- The description of the constraint.
Outputs
All input properties are implicitly available as output properties. Additionally, the LaunchNotificationConstraint 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.
