ProjectArgs

data class ProjectArgs(val assetIds: Output<List<String>>? = null, val portalId: Output<String>? = null, val projectDescription: Output<String>? = null, val projectName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ProjectArgs>

Resource schema for AWS::IoTSiteWise::Project

Constructors

Link copied to clipboard
constructor(assetIds: Output<List<String>>? = null, portalId: Output<String>? = null, projectDescription: Output<String>? = null, projectName: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val assetIds: Output<List<String>>? = null

The IDs of the assets to be associated to the project.

Link copied to clipboard
val portalId: Output<String>? = null

The ID of the portal in which to create the project.

Link copied to clipboard
val projectDescription: Output<String>? = null

A description for the project.

Link copied to clipboard
val projectName: Output<String>? = null

A friendly name for the project.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

A list of key-value pairs that contain metadata for the project.

Functions

Link copied to clipboard
open override fun toJava(): ProjectArgs