We recommend new projects start with resources from the AWS provider.
aws-native.iotsitewise.Dataset
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource schema for AWS::IoTSiteWise::Dataset.
Create Dataset Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Dataset(name: string, args: DatasetArgs, opts?: CustomResourceOptions);
@overload
def Dataset(resource_name: str,
args: DatasetArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Dataset(resource_name: str,
opts: Optional[ResourceOptions] = None,
dataset_source: Optional[DatasetSourceArgs] = None,
dataset_description: Optional[str] = None,
dataset_name: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewDataset(ctx *Context, name string, args DatasetArgs, opts ...ResourceOption) (*Dataset, error)
public Dataset(string name, DatasetArgs args, CustomResourceOptions? opts = null)
public Dataset(String name, DatasetArgs args)
public Dataset(String name, DatasetArgs args, CustomResourceOptions options)
type: aws-native:iotsitewise:Dataset
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. DatasetArgs - 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. DatasetArgs - 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. DatasetArgs - 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. DatasetArgs - 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. DatasetArgs - The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Dataset 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 Dataset resource accepts the following input properties:
- Dataset
Source This property is required. Pulumi.Aws Native. Io TSite Wise. Inputs. Dataset Source - The data source for the dataset.
- Dataset
Description string - A description about the dataset, and its functionality.
- Dataset
Name string - The name of the dataset.
- List<Pulumi.
Aws Native. Inputs. Tag> - An array of key-value pairs to apply to this resource.
- Dataset
Source This property is required. DatasetSource Args - The data source for the dataset.
- Dataset
Description string - A description about the dataset, and its functionality.
- Dataset
Name string - The name of the dataset.
- Tag
Args - An array of key-value pairs to apply to this resource.
- dataset
Source This property is required. DatasetSource - The data source for the dataset.
- dataset
Description String - A description about the dataset, and its functionality.
- dataset
Name String - The name of the dataset.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- dataset
Source This property is required. DatasetSource - The data source for the dataset.
- dataset
Description string - A description about the dataset, and its functionality.
- dataset
Name string - The name of the dataset.
- Tag[]
- An array of key-value pairs to apply to this resource.
- dataset_
source This property is required. DatasetSource Args - The data source for the dataset.
- dataset_
description str - A description about the dataset, and its functionality.
- dataset_
name str - The name of the dataset.
- Sequence[Tag
Args] - An array of key-value pairs to apply to this resource.
- dataset
Source This property is required. Property Map - The data source for the dataset.
- dataset
Description String - A description about the dataset, and its functionality.
- dataset
Name String - The name of the dataset.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the Dataset resource produces the following output properties:
- Dataset
Arn string - The ARN of the dataset.
- Dataset
Id string - The ID of the dataset.
- Id string
- The provider-assigned unique ID for this managed resource.
- Dataset
Arn string - The ARN of the dataset.
- Dataset
Id string - The ID of the dataset.
- Id string
- The provider-assigned unique ID for this managed resource.
- dataset
Arn String - The ARN of the dataset.
- dataset
Id String - The ID of the dataset.
- id String
- The provider-assigned unique ID for this managed resource.
- dataset
Arn string - The ARN of the dataset.
- dataset
Id string - The ID of the dataset.
- id string
- The provider-assigned unique ID for this managed resource.
- dataset_
arn str - The ARN of the dataset.
- dataset_
id str - The ID of the dataset.
- id str
- The provider-assigned unique ID for this managed resource.
- dataset
Arn String - The ARN of the dataset.
- dataset
Id String - The ID of the dataset.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
DatasetKendraSourceDetail, DatasetKendraSourceDetailArgs
- Knowledge
Base Arn This property is required. string - The knowledgeBaseArn details for the Kendra dataset source.
- Role
Arn This property is required. string - The roleARN details for the Kendra dataset source.
- Knowledge
Base Arn This property is required. string - The knowledgeBaseArn details for the Kendra dataset source.
- Role
Arn This property is required. string - The roleARN details for the Kendra dataset source.
- knowledge
Base Arn This property is required. String - The knowledgeBaseArn details for the Kendra dataset source.
- role
Arn This property is required. String - The roleARN details for the Kendra dataset source.
- knowledge
Base Arn This property is required. string - The knowledgeBaseArn details for the Kendra dataset source.
- role
Arn This property is required. string - The roleARN details for the Kendra dataset source.
- knowledge_
base_ arn This property is required. str - The knowledgeBaseArn details for the Kendra dataset source.
- role_
arn This property is required. str - The roleARN details for the Kendra dataset source.
- knowledge
Base Arn This property is required. String - The knowledgeBaseArn details for the Kendra dataset source.
- role
Arn This property is required. String - The roleARN details for the Kendra dataset source.
DatasetSource, DatasetSourceArgs
- Source
Format This property is required. Pulumi.Aws Native. Io TSite Wise. Dataset Source Source Format - The format of the dataset source associated with the dataset.
- Source
Type This property is required. Pulumi.Aws Native. Io TSite Wise. Dataset Source Source Type - The type of data source for the dataset.
- Source
Detail Pulumi.Aws Native. Io TSite Wise. Inputs. Dataset Source Detail - The details of the dataset source associated with the dataset.
- Source
Format This property is required. DatasetSource Source Format - The format of the dataset source associated with the dataset.
- Source
Type This property is required. DatasetSource Source Type - The type of data source for the dataset.
- Source
Detail DatasetSource Detail - The details of the dataset source associated with the dataset.
- source
Format This property is required. DatasetSource Source Format - The format of the dataset source associated with the dataset.
- source
Type This property is required. DatasetSource Source Type - The type of data source for the dataset.
- source
Detail DatasetSource Detail - The details of the dataset source associated with the dataset.
- source
Format This property is required. DatasetSource Source Format - The format of the dataset source associated with the dataset.
- source
Type This property is required. DatasetSource Source Type - The type of data source for the dataset.
- source
Detail DatasetSource Detail - The details of the dataset source associated with the dataset.
- source_
format This property is required. DatasetSource Source Format - The format of the dataset source associated with the dataset.
- source_
type This property is required. DatasetSource Source Type - The type of data source for the dataset.
- source_
detail DatasetSource Detail - The details of the dataset source associated with the dataset.
- source
Format This property is required. "KNOWLEDGE_BASE" - The format of the dataset source associated with the dataset.
- source
Type This property is required. "KENDRA" - The type of data source for the dataset.
- source
Detail Property Map - The details of the dataset source associated with the dataset.
DatasetSourceDetail, DatasetSourceDetailArgs
- Kendra
Pulumi.
Aws Native. Io TSite Wise. Inputs. Dataset Kendra Source Detail - Contains details about the Kendra dataset source.
- Kendra
Dataset
Kendra Source Detail - Contains details about the Kendra dataset source.
- kendra
Dataset
Kendra Source Detail - Contains details about the Kendra dataset source.
- kendra
Dataset
Kendra Source Detail - Contains details about the Kendra dataset source.
- kendra
Dataset
Kendra Source Detail - Contains details about the Kendra dataset source.
- kendra Property Map
- Contains details about the Kendra dataset source.
DatasetSourceSourceFormat, DatasetSourceSourceFormatArgs
- Knowledge
Base - KNOWLEDGE_BASE
- Dataset
Source Source Format Knowledge Base - KNOWLEDGE_BASE
- Knowledge
Base - KNOWLEDGE_BASE
- Knowledge
Base - KNOWLEDGE_BASE
- KNOWLEDGE_BASE
- KNOWLEDGE_BASE
- "KNOWLEDGE_BASE"
- KNOWLEDGE_BASE
DatasetSourceSourceType, DatasetSourceSourceTypeArgs
- Kendra
- KENDRA
- Dataset
Source Source Type Kendra - KENDRA
- Kendra
- KENDRA
- Kendra
- KENDRA
- KENDRA
- KENDRA
- "KENDRA"
- KENDRA
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.