1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. iotsitewise
  5. Project

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.iotsitewise.Project

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 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 This property is required. string
The unique name of the resource.
args This property is required. ProjectArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. 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 This property is required. string
The unique name of the resource.
args This property is required. ProjectArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ProjectArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. 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

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The Project resource accepts the following input properties:

PortalId This property is required. string
The ID of the portal in which to create the project.
AssetIds List<string>
The IDs of the assets to be associated to the project.
ProjectDescription string
A description for the project.
ProjectName string
A friendly name for the project.
Tags List<Pulumi.AwsNative.Inputs.Tag>
A list of key-value pairs that contain metadata for the project.
PortalId This property is required. string
The ID of the portal in which to create the project.
AssetIds []string
The IDs of the assets to be associated to the project.
ProjectDescription string
A description for the project.
ProjectName string
A friendly name for the project.
Tags TagArgs
A list of key-value pairs that contain metadata for the project.
portalId This property is required. String
The ID of the portal in which to create the project.
assetIds List<String>
The IDs of the assets to be associated to the project.
projectDescription String
A description for the project.
projectName String
A friendly name for the project.
tags List<Tag>
A list of key-value pairs that contain metadata for the project.
portalId This property is required. string
The ID of the portal in which to create the project.
assetIds string[]
The IDs of the assets to be associated to the project.
projectDescription string
A description for the project.
projectName string
A friendly name for the project.
tags Tag[]
A list of key-value pairs that contain metadata for the project.
portal_id This property is required. 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.
tags Sequence[TagArgs]
A list of key-value pairs that contain metadata for the project.
portalId This property is required. String
The ID of the portal in which to create the project.
assetIds List<String>
The IDs of the assets to be associated to the project.
projectDescription String
A description for the project.
projectName String
A friendly name for the project.
tags 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.
ProjectArn string
The ARN of the project.
ProjectId string
The ID of the project.
Id string
The provider-assigned unique ID for this managed resource.
ProjectArn string
The ARN of the project.
ProjectId string
The ID of the project.
id String
The provider-assigned unique ID for this managed resource.
projectArn String
The ARN of the project.
projectId String
The ID of the project.
id string
The provider-assigned unique ID for this managed resource.
projectArn string
The ARN of the project.
projectId 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.
projectArn String
The ARN of the project.
projectId String
The ID of the project.

Supporting Types

Tag
, TagArgs

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi