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

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.Dataset

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::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:

DatasetSource This property is required. Pulumi.AwsNative.IoTSiteWise.Inputs.DatasetSource
The data source for the dataset.
DatasetDescription string
A description about the dataset, and its functionality.
DatasetName string
The name of the dataset.
Tags List<Pulumi.AwsNative.Inputs.Tag>
An array of key-value pairs to apply to this resource.
DatasetSource This property is required. DatasetSourceArgs
The data source for the dataset.
DatasetDescription string
A description about the dataset, and its functionality.
DatasetName string
The name of the dataset.
Tags TagArgs
An array of key-value pairs to apply to this resource.
datasetSource This property is required. DatasetSource
The data source for the dataset.
datasetDescription String
A description about the dataset, and its functionality.
datasetName String
The name of the dataset.
tags List<Tag>
An array of key-value pairs to apply to this resource.
datasetSource This property is required. DatasetSource
The data source for the dataset.
datasetDescription string
A description about the dataset, and its functionality.
datasetName string
The name of the dataset.
tags Tag[]
An array of key-value pairs to apply to this resource.
dataset_source This property is required. DatasetSourceArgs
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.
tags Sequence[TagArgs]
An array of key-value pairs to apply to this resource.
datasetSource This property is required. Property Map
The data source for the dataset.
datasetDescription String
A description about the dataset, and its functionality.
datasetName String
The name of the dataset.
tags 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:

DatasetArn string
The ARN of the dataset.
DatasetId string
The ID of the dataset.
Id string
The provider-assigned unique ID for this managed resource.
DatasetArn string
The ARN of the dataset.
DatasetId string
The ID of the dataset.
Id string
The provider-assigned unique ID for this managed resource.
datasetArn String
The ARN of the dataset.
datasetId String
The ID of the dataset.
id String
The provider-assigned unique ID for this managed resource.
datasetArn string
The ARN of the dataset.
datasetId 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.
datasetArn String
The ARN of the dataset.
datasetId String
The ID of the dataset.
id String
The provider-assigned unique ID for this managed resource.

Supporting Types

DatasetKendraSourceDetail
, DatasetKendraSourceDetailArgs

KnowledgeBaseArn This property is required. string
The knowledgeBaseArn details for the Kendra dataset source.
RoleArn This property is required. string
The roleARN details for the Kendra dataset source.
KnowledgeBaseArn This property is required. string
The knowledgeBaseArn details for the Kendra dataset source.
RoleArn This property is required. string
The roleARN details for the Kendra dataset source.
knowledgeBaseArn This property is required. String
The knowledgeBaseArn details for the Kendra dataset source.
roleArn This property is required. String
The roleARN details for the Kendra dataset source.
knowledgeBaseArn This property is required. string
The knowledgeBaseArn details for the Kendra dataset source.
roleArn 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.
knowledgeBaseArn This property is required. String
The knowledgeBaseArn details for the Kendra dataset source.
roleArn This property is required. String
The roleARN details for the Kendra dataset source.

DatasetSource
, DatasetSourceArgs

SourceFormat This property is required. Pulumi.AwsNative.IoTSiteWise.DatasetSourceSourceFormat
The format of the dataset source associated with the dataset.
SourceType This property is required. Pulumi.AwsNative.IoTSiteWise.DatasetSourceSourceType
The type of data source for the dataset.
SourceDetail Pulumi.AwsNative.IoTSiteWise.Inputs.DatasetSourceDetail
The details of the dataset source associated with the dataset.
SourceFormat This property is required. DatasetSourceSourceFormat
The format of the dataset source associated with the dataset.
SourceType This property is required. DatasetSourceSourceType
The type of data source for the dataset.
SourceDetail DatasetSourceDetail
The details of the dataset source associated with the dataset.
sourceFormat This property is required. DatasetSourceSourceFormat
The format of the dataset source associated with the dataset.
sourceType This property is required. DatasetSourceSourceType
The type of data source for the dataset.
sourceDetail DatasetSourceDetail
The details of the dataset source associated with the dataset.
sourceFormat This property is required. DatasetSourceSourceFormat
The format of the dataset source associated with the dataset.
sourceType This property is required. DatasetSourceSourceType
The type of data source for the dataset.
sourceDetail DatasetSourceDetail
The details of the dataset source associated with the dataset.
source_format This property is required. DatasetSourceSourceFormat
The format of the dataset source associated with the dataset.
source_type This property is required. DatasetSourceSourceType
The type of data source for the dataset.
source_detail DatasetSourceDetail
The details of the dataset source associated with the dataset.
sourceFormat This property is required. "KNOWLEDGE_BASE"
The format of the dataset source associated with the dataset.
sourceType This property is required. "KENDRA"
The type of data source for the dataset.
sourceDetail Property Map
The details of the dataset source associated with the dataset.

DatasetSourceDetail
, DatasetSourceDetailArgs

Kendra Pulumi.AwsNative.IoTSiteWise.Inputs.DatasetKendraSourceDetail
Contains details about the Kendra dataset source.
Kendra DatasetKendraSourceDetail
Contains details about the Kendra dataset source.
kendra DatasetKendraSourceDetail
Contains details about the Kendra dataset source.
kendra DatasetKendraSourceDetail
Contains details about the Kendra dataset source.
kendra DatasetKendraSourceDetail
Contains details about the Kendra dataset source.
kendra Property Map
Contains details about the Kendra dataset source.

DatasetSourceSourceFormat
, DatasetSourceSourceFormatArgs

KnowledgeBase
KNOWLEDGE_BASE
DatasetSourceSourceFormatKnowledgeBase
KNOWLEDGE_BASE
KnowledgeBase
KNOWLEDGE_BASE
KnowledgeBase
KNOWLEDGE_BASE
KNOWLEDGE_BASE
KNOWLEDGE_BASE
"KNOWLEDGE_BASE"
KNOWLEDGE_BASE

DatasetSourceSourceType
, DatasetSourceSourceTypeArgs

Kendra
KENDRA
DatasetSourceSourceTypeKendra
KENDRA
Kendra
KENDRA
Kendra
KENDRA
KENDRA
KENDRA
"KENDRA"
KENDRA

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