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

aws-native logo

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 string
    The unique name of the resource.
    args DatasetArgs
    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 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 string
    The unique name of the resource.
    args DatasetArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DatasetArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args 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 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 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 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 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 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 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 string
    The knowledgeBaseArn details for the Kendra dataset source.
    RoleArn string
    The roleARN details for the Kendra dataset source.
    KnowledgeBaseArn string
    The knowledgeBaseArn details for the Kendra dataset source.
    RoleArn string
    The roleARN details for the Kendra dataset source.
    knowledgeBaseArn String
    The knowledgeBaseArn details for the Kendra dataset source.
    roleArn String
    The roleARN details for the Kendra dataset source.
    knowledgeBaseArn string
    The knowledgeBaseArn details for the Kendra dataset source.
    roleArn string
    The roleARN details for the Kendra dataset source.
    knowledge_base_arn str
    The knowledgeBaseArn details for the Kendra dataset source.
    role_arn str
    The roleARN details for the Kendra dataset source.
    knowledgeBaseArn String
    The knowledgeBaseArn details for the Kendra dataset source.
    roleArn String
    The roleARN details for the Kendra dataset source.

    DatasetSource, DatasetSourceArgs

    SourceFormat Pulumi.AwsNative.IoTSiteWise.DatasetSourceSourceFormat
    The format of the dataset source associated with the dataset.
    SourceType 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 DatasetSourceSourceFormat
    The format of the dataset source associated with the dataset.
    SourceType DatasetSourceSourceType
    The type of data source for the dataset.
    SourceDetail DatasetSourceDetail
    The details of the dataset source associated with the dataset.
    sourceFormat DatasetSourceSourceFormat
    The format of the dataset source associated with the dataset.
    sourceType DatasetSourceSourceType
    The type of data source for the dataset.
    sourceDetail DatasetSourceDetail
    The details of the dataset source associated with the dataset.
    sourceFormat DatasetSourceSourceFormat
    The format of the dataset source associated with the dataset.
    sourceType DatasetSourceSourceType
    The type of data source for the dataset.
    sourceDetail DatasetSourceDetail
    The details of the dataset source associated with the dataset.
    source_format DatasetSourceSourceFormat
    The format of the dataset source associated with the dataset.
    source_type DatasetSourceSourceType
    The type of data source for the dataset.
    source_detail DatasetSourceDetail
    The details of the dataset source associated with the dataset.
    sourceFormat "KNOWLEDGE_BASE"
    The format of the dataset source associated with the dataset.
    sourceType "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 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

    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