1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. bedrockagentcore
  6. getDataset

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.67.0
published on Monday, May 25, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.67.0
published on Monday, May 25, 2026 by Pulumi

    Definition of AWS::BedrockAgentCore::Dataset Resource Type

    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_arn: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetDatasetResult
    def get_dataset_output(dataset_arn: pulumi.Input[Optional[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:bedrockagentcore:getDataset
      arguments:
        # arguments dictionary
    data "aws-native_bedrockagentcore_getdataset" "name" {
        # arguments
    }

    The following arguments are supported:

    DatasetArn string
    The Amazon Resource Name (ARN) of the dataset.
    DatasetArn string
    The Amazon Resource Name (ARN) of the dataset.
    dataset_arn string
    The Amazon Resource Name (ARN) of the dataset.
    datasetArn String
    The Amazon Resource Name (ARN) of the dataset.
    datasetArn string
    The Amazon Resource Name (ARN) of the dataset.
    dataset_arn str
    The Amazon Resource Name (ARN) of the dataset.
    datasetArn String
    The Amazon Resource Name (ARN) of the dataset.

    getDataset Result

    The following output properties are available:

    CreatedAt string
    The timestamp when the dataset was created.
    DatasetArn string
    The Amazon Resource Name (ARN) of the dataset.
    DatasetId string
    The unique identifier of the dataset.
    Description string
    A description of the dataset.
    ExampleCount int
    The number of examples in the dataset DRAFT.
    Status Pulumi.AwsNative.BedrockAgentCore.DatasetStatus
    The current status of the dataset.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    A list of tags to assign to the dataset.
    UpdatedAt string
    The timestamp when the dataset was last updated.
    CreatedAt string
    The timestamp when the dataset was created.
    DatasetArn string
    The Amazon Resource Name (ARN) of the dataset.
    DatasetId string
    The unique identifier of the dataset.
    Description string
    A description of the dataset.
    ExampleCount int
    The number of examples in the dataset DRAFT.
    Status DatasetStatus
    The current status of the dataset.
    Tags Tag
    A list of tags to assign to the dataset.
    UpdatedAt string
    The timestamp when the dataset was last updated.
    created_at string
    The timestamp when the dataset was created.
    dataset_arn string
    The Amazon Resource Name (ARN) of the dataset.
    dataset_id string
    The unique identifier of the dataset.
    description string
    A description of the dataset.
    example_count number
    The number of examples in the dataset DRAFT.
    status "CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED"
    The current status of the dataset.
    tags list(object)
    A list of tags to assign to the dataset.
    updated_at string
    The timestamp when the dataset was last updated.
    createdAt String
    The timestamp when the dataset was created.
    datasetArn String
    The Amazon Resource Name (ARN) of the dataset.
    datasetId String
    The unique identifier of the dataset.
    description String
    A description of the dataset.
    exampleCount Integer
    The number of examples in the dataset DRAFT.
    status DatasetStatus
    The current status of the dataset.
    tags List<Tag>
    A list of tags to assign to the dataset.
    updatedAt String
    The timestamp when the dataset was last updated.
    createdAt string
    The timestamp when the dataset was created.
    datasetArn string
    The Amazon Resource Name (ARN) of the dataset.
    datasetId string
    The unique identifier of the dataset.
    description string
    A description of the dataset.
    exampleCount number
    The number of examples in the dataset DRAFT.
    status DatasetStatus
    The current status of the dataset.
    tags Tag[]
    A list of tags to assign to the dataset.
    updatedAt string
    The timestamp when the dataset was last updated.
    created_at str
    The timestamp when the dataset was created.
    dataset_arn str
    The Amazon Resource Name (ARN) of the dataset.
    dataset_id str
    The unique identifier of the dataset.
    description str
    A description of the dataset.
    example_count int
    The number of examples in the dataset DRAFT.
    status DatasetStatus
    The current status of the dataset.
    tags Sequence[root_Tag]
    A list of tags to assign to the dataset.
    updated_at str
    The timestamp when the dataset was last updated.
    createdAt String
    The timestamp when the dataset was created.
    datasetArn String
    The Amazon Resource Name (ARN) of the dataset.
    datasetId String
    The unique identifier of the dataset.
    description String
    A description of the dataset.
    exampleCount Number
    The number of examples in the dataset DRAFT.
    status "CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED"
    The current status of the dataset.
    tags List<Property Map>
    A list of tags to assign to the dataset.
    updatedAt String
    The timestamp when the dataset was last updated.

    Supporting Types

    DatasetStatus

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

    Viewing docs for AWS Cloud Control v1.67.0
    published on Monday, May 25, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial