We recommend new projects start with resources from the AWS provider.
aws-native.iotsitewise.Project
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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
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 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.
- 
List<Pulumi.Aws Native. Inputs. Tag> 
- A list of key-value pairs that contain metadata for the project.
- PortalId 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.
- 
TagArgs 
- A list of key-value pairs that contain metadata for the project.
- portalId 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.
- List<Tag>
- A list of key-value pairs that contain metadata for the project.
- portalId 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.
- 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[TagArgs] 
- A list of key-value pairs that contain metadata for the project.
- portalId 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.
- 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  
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.