AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.iotsitewise.Project
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
Resource schema for AWS::IoTSiteWise::Project
Create Project Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Project(name: string, args: ProjectArgs, opts?: CustomResourceOptions);
@overload
def Project(resource_name: str,
args: ProjectArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Project(resource_name: str,
opts: Optional[ResourceOptions] = None,
portal_id: Optional[str] = None,
asset_ids: Optional[Sequence[str]] = None,
project_description: Optional[str] = None,
project_name: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewProject(ctx *Context, name string, args ProjectArgs, opts ...ResourceOption) (*Project, error)
public Project(string name, ProjectArgs args, CustomResourceOptions? opts = null)
public Project(String name, ProjectArgs args)
public Project(String name, ProjectArgs args, CustomResourceOptions options)
type: aws-native:iotsitewise:Project
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 ProjectArgs
- 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 ProjectArgs
- 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 ProjectArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ProjectArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ProjectArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Project Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Project resource accepts the following input properties:
- Portal
Id string - The ID of the portal in which to create the project.
- Asset
Ids List<string> - The IDs of the assets to be associated to the project.
- Project
Description string - A description for the project.
- Project
Name string - A friendly name for the project.
- List<Pulumi.
Aws Native. Inputs. Tag> - A list of key-value pairs that contain metadata for the project.
- Portal
Id string - The ID of the portal in which to create the project.
- Asset
Ids []string - The IDs of the assets to be associated to the project.
- Project
Description string - A description for the project.
- Project
Name string - A friendly name for the project.
- Tag
Args - A list of key-value pairs that contain metadata for the project.
- portal
Id String - The ID of the portal in which to create the project.
- asset
Ids List<String> - The IDs of the assets to be associated to the project.
- project
Description String - A description for the project.
- project
Name String - A friendly name for the project.
- List<Tag>
- A list of key-value pairs that contain metadata for the project.
- portal
Id string - The ID of the portal in which to create the project.
- asset
Ids string[] - The IDs of the assets to be associated to the project.
- project
Description string - A description for the project.
- project
Name string - A friendly name for the project.
- Tag[]
- A list of key-value pairs that contain metadata for the project.
- portal_
id str - The ID of the portal in which to create the project.
- asset_
ids Sequence[str] - The IDs of the assets to be associated to the project.
- project_
description str - A description for the project.
- project_
name str - A friendly name for the project.
- Sequence[Tag
Args] - A list of key-value pairs that contain metadata for the project.
- portal
Id String - The ID of the portal in which to create the project.
- asset
Ids List<String> - The IDs of the assets to be associated to the project.
- project
Description String - A description for the project.
- project
Name String - A friendly name for the project.
- List<Property Map>
- A list of key-value pairs that contain metadata for the project.
Outputs
All input properties are implicitly available as output properties. Additionally, the Project resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Project
Arn string - The ARN of the project.
- Project
Id string - The ID of the project.
- Id string
- The provider-assigned unique ID for this managed resource.
- Project
Arn string - The ARN of the project.
- Project
Id string - The ID of the project.
- id String
- The provider-assigned unique ID for this managed resource.
- project
Arn String - The ARN of the project.
- project
Id String - The ID of the project.
- id string
- The provider-assigned unique ID for this managed resource.
- project
Arn string - The ARN of the project.
- project
Id string - The ID of the project.
- id str
- The provider-assigned unique ID for this managed resource.
- project_
arn str - The ARN of the project.
- project_
id str - The ID of the project.
- id String
- The provider-assigned unique ID for this managed resource.
- project
Arn String - The ARN of the project.
- project
Id String - The ID of the project.
Supporting Types
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi