We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.68.0
published on Monday, Jun 1, 2026 by Pulumi
published on Monday, Jun 1, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.68.0
published on Monday, Jun 1, 2026 by Pulumi
published on Monday, Jun 1, 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 dictionarydata "aws-native_bedrockagentcore_getdataset" "name" {
# arguments
}The following arguments are supported:
- Dataset
Arn string - The Amazon Resource Name (ARN) of the dataset.
- Dataset
Arn string - The Amazon Resource Name (ARN) of the dataset.
- dataset_
arn string - The Amazon Resource Name (ARN) of the dataset.
- dataset
Arn String - The Amazon Resource Name (ARN) of the dataset.
- dataset
Arn string - The Amazon Resource Name (ARN) of the dataset.
- dataset_
arn str - The Amazon Resource Name (ARN) of the dataset.
- dataset
Arn String - The Amazon Resource Name (ARN) of the dataset.
getDataset Result
The following output properties are available:
- 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 int - The number of examples in the dataset DRAFT.
- Status
Pulumi.
Aws Native. Bedrock Agent Core. Dataset Status - The current status of the dataset.
-
List<Pulumi.
Aws Native. Outputs. Tag> - A list of tags to assign to the dataset.
- Updated
At 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 int - The number of examples in the dataset DRAFT.
- Status
Dataset
Status - The current status of the dataset.
- Tag
- A list of tags to assign to the dataset.
- Updated
At 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.
- list(object)
- A list of tags to assign to the dataset.
- updated_
at 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 Integer - The number of examples in the dataset DRAFT.
- status
Dataset
Status - The current status of the dataset.
- List<Tag>
- A list of tags to assign to the dataset.
- updated
At 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
Dataset
Status - The current status of the dataset.
- Tag[]
- A list of tags to assign to the dataset.
- updated
At 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
Dataset
Status - The current status of the dataset.
- Sequence[root_Tag]
- A list of tags to assign to the dataset.
- updated_
at str - 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.
- List<Property Map>
- A list of tags to assign to the dataset.
- updated
At String - The timestamp when the dataset was last updated.
Supporting Types
DatasetStatus
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.
Viewing docs for AWS Cloud Control v1.68.0
published on Monday, Jun 1, 2026 by Pulumi
published on Monday, Jun 1, 2026 by Pulumi