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.getDataset
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.
Using getDataset
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDataset(args: GetDatasetArgs, opts?: InvokeOptions): Promise<GetDatasetResult>
function getDatasetOutput(args: GetDatasetOutputArgs, opts?: InvokeOptions): Output<GetDatasetResult>def get_dataset(dataset_id: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetDatasetResult
def get_dataset_output(dataset_id: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetDatasetResult]func LookupDataset(ctx *Context, args *LookupDatasetArgs, opts ...InvokeOption) (*LookupDatasetResult, error)
func LookupDatasetOutput(ctx *Context, args *LookupDatasetOutputArgs, opts ...InvokeOption) LookupDatasetResultOutput> Note: This function is named LookupDataset in the Go SDK.
public static class GetDataset 
{
    public static Task<GetDatasetResult> InvokeAsync(GetDatasetArgs args, InvokeOptions? opts = null)
    public static Output<GetDatasetResult> Invoke(GetDatasetInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDatasetResult> getDataset(GetDatasetArgs args, InvokeOptions options)
public static Output<GetDatasetResult> getDataset(GetDatasetArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:iotsitewise:getDataset
  arguments:
    # arguments dictionaryThe following arguments are supported:
- DatasetId string
- The ID of the dataset.
- DatasetId string
- The ID of the dataset.
- datasetId String
- The ID of the dataset.
- datasetId string
- The ID of the dataset.
- dataset_id str
- The ID of the dataset.
- datasetId String
- The ID of the dataset.
getDataset Result
The following output properties are available:
- DatasetArn string
- The ARN of the dataset.
- DatasetDescription string
- A description about the dataset, and its functionality.
- DatasetId string
- The ID of the dataset.
- DatasetName string
- The name of the dataset.
- DatasetSource Pulumi.Aws Native. Io TSite Wise. Outputs. Dataset Source 
- The data source for the dataset.
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- An array of key-value pairs to apply to this resource.
- DatasetArn string
- The ARN of the dataset.
- DatasetDescription string
- A description about the dataset, and its functionality.
- DatasetId string
- The ID of the dataset.
- DatasetName string
- The name of the dataset.
- DatasetSource DatasetSource 
- The data source for the dataset.
- Tag
- An array of key-value pairs to apply to this resource.
- datasetArn String
- The ARN of the dataset.
- datasetDescription String
- A description about the dataset, and its functionality.
- datasetId String
- The ID of the dataset.
- datasetName String
- The name of the dataset.
- datasetSource DatasetSource 
- The data source for the dataset.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- datasetArn string
- The ARN of the dataset.
- datasetDescription string
- A description about the dataset, and its functionality.
- datasetId string
- The ID of the dataset.
- datasetName string
- The name of the dataset.
- datasetSource DatasetSource 
- The data source for the dataset.
- Tag[]
- An array of key-value pairs to apply to this resource.
- dataset_arn str
- The ARN of the dataset.
- dataset_description str
- A description about the dataset, and its functionality.
- dataset_id str
- The ID of the dataset.
- dataset_name str
- The name of the dataset.
- dataset_source DatasetSource 
- The data source for the dataset.
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- datasetArn String
- The ARN of the dataset.
- datasetDescription String
- A description about the dataset, and its functionality.
- datasetId String
- The ID of the dataset.
- datasetName String
- The name of the dataset.
- datasetSource Property Map
- The data source for the dataset.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Supporting Types
DatasetKendraSourceDetail   
- KnowledgeBase stringArn 
- The knowledgeBaseArn details for the Kendra dataset source.
- RoleArn string
- The roleARN details for the Kendra dataset source.
- KnowledgeBase stringArn 
- The knowledgeBaseArn details for the Kendra dataset source.
- RoleArn string
- The roleARN details for the Kendra dataset source.
- knowledgeBase StringArn 
- The knowledgeBaseArn details for the Kendra dataset source.
- roleArn String
- The roleARN details for the Kendra dataset source.
- knowledgeBase stringArn 
- The knowledgeBaseArn details for the Kendra dataset source.
- roleArn string
- The roleARN details for the Kendra dataset source.
- knowledge_base_ strarn 
- The knowledgeBaseArn details for the Kendra dataset source.
- role_arn str
- The roleARN details for the Kendra dataset source.
- knowledgeBase StringArn 
- The knowledgeBaseArn details for the Kendra dataset source.
- roleArn String
- The roleARN details for the Kendra dataset source.
DatasetSource 
- SourceFormat Pulumi.Aws Native. Io TSite Wise. Dataset Source Source Format 
- The format of the dataset source associated with the dataset.
- SourceType Pulumi.Aws Native. Io TSite Wise. Dataset Source Source Type 
- The type of data source for the dataset.
- SourceDetail Pulumi.Aws Native. Io TSite Wise. Inputs. Dataset Source Detail 
- The details of the dataset source associated with the dataset.
- SourceFormat DatasetSource Source Format 
- The format of the dataset source associated with the dataset.
- SourceType DatasetSource Source Type 
- The type of data source for the dataset.
- SourceDetail DatasetSource Detail 
- The details of the dataset source associated with the dataset.
- sourceFormat DatasetSource Source Format 
- The format of the dataset source associated with the dataset.
- sourceType DatasetSource Source Type 
- The type of data source for the dataset.
- sourceDetail DatasetSource Detail 
- The details of the dataset source associated with the dataset.
- sourceFormat DatasetSource Source Format 
- The format of the dataset source associated with the dataset.
- sourceType DatasetSource Source Type 
- The type of data source for the dataset.
- sourceDetail DatasetSource Detail 
- The details of the dataset source associated with the dataset.
- source_format DatasetSource Source Format 
- The format of the dataset source associated with the dataset.
- source_type 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.
- 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  
- Kendra
Pulumi.Aws Native. Io TSite Wise. Inputs. Dataset Kendra Source Detail 
- Contains details about the Kendra dataset source.
- Kendra
DatasetKendra Source Detail 
- Contains details about the Kendra dataset source.
- kendra
DatasetKendra Source Detail 
- Contains details about the Kendra dataset source.
- kendra
DatasetKendra Source Detail 
- Contains details about the Kendra dataset source.
- kendra
DatasetKendra Source Detail 
- Contains details about the Kendra dataset source.
- kendra Property Map
- Contains details about the Kendra dataset source.
DatasetSourceSourceFormat   
DatasetSourceSourceType   
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