We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 14, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 14, 2026 by Pulumi
Creates a case in the specified Cases domain.
Create Case Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Case(name: string, args: CaseArgs, opts?: CustomResourceOptions);@overload
def Case(resource_name: str,
args: CaseArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Case(resource_name: str,
opts: Optional[ResourceOptions] = None,
customer_id: Optional[str] = None,
domain_id: Optional[str] = None,
template_id: Optional[str] = None,
title: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewCase(ctx *Context, name string, args CaseArgs, opts ...ResourceOption) (*Case, error)public Case(string name, CaseArgs args, CustomResourceOptions? opts = null)type: aws-native:cases:Case
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "aws-native_cases_case" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args CaseArgs
- 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 CaseArgs
- 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 CaseArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CaseArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CaseArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Case 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 Case resource accepts the following input properties:
- Customer
Id string - The full customer profile ARN for the case.
- Domain
Id string - The unique identifier of the Cases domain.
- Template
Id string - A unique identifier of a template.
- Title string
- The title of the case.
-
List<Pulumi.
Aws Native. Inputs. Tag> - A list of tags for the case.
- Customer
Id string - The full customer profile ARN for the case.
- Domain
Id string - The unique identifier of the Cases domain.
- Template
Id string - A unique identifier of a template.
- Title string
- The title of the case.
-
Tag
Args - A list of tags for the case.
- customer_
id string - The full customer profile ARN for the case.
- domain_
id string - The unique identifier of the Cases domain.
- template_
id string - A unique identifier of a template.
- title string
- The title of the case.
- list(object)
- A list of tags for the case.
- customer
Id String - The full customer profile ARN for the case.
- domain
Id String - The unique identifier of the Cases domain.
- template
Id String - A unique identifier of a template.
- title String
- The title of the case.
- List<Tag>
- A list of tags for the case.
- customer
Id string - The full customer profile ARN for the case.
- domain
Id string - The unique identifier of the Cases domain.
- template
Id string - A unique identifier of a template.
- title string
- The title of the case.
- Tag[]
- A list of tags for the case.
- customer_
id str - The full customer profile ARN for the case.
- domain_
id str - The unique identifier of the Cases domain.
- template_
id str - A unique identifier of a template.
- title str
- The title of the case.
-
Sequence[Tag
Args] - A list of tags for the case.
- customer
Id String - The full customer profile ARN for the case.
- domain
Id String - The unique identifier of the Cases domain.
- template
Id String - A unique identifier of a template.
- title String
- The title of the case.
- List<Property Map>
- A list of tags for the case.
Outputs
All input properties are implicitly available as output properties. Additionally, the Case resource produces the following output properties:
Supporting Types
Tag, TagArgs
A set of tags to apply to the resource.Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Sep 14, 2026 by Pulumi