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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.iotsitewise.Project

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    Resource schema for AWS::IoTSiteWise::Project

    Create Project Resource

    new Project(name: string, args: ProjectArgs, opts?: CustomResourceOptions);
    @overload
    def Project(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                asset_ids: Optional[Sequence[str]] = None,
                portal_id: Optional[str] = None,
                project_description: Optional[str] = None,
                project_name: Optional[str] = None,
                tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    @overload
    def Project(resource_name: str,
                args: ProjectArgs,
                opts: Optional[ResourceOptions] = 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.
    
    
    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:

    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.
    Tags List<Pulumi.AwsNative.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.
    Tags 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.
    tags 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.
    tags 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.
    tags 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.
    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 string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi