We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
published on Monday, Sep 14, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
published on Monday, Sep 14, 2026 by Pulumi
The AWS::Rekognition::Dataset type creates an Amazon Rekognition Custom Labels 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?: InvokeOutputOptions): 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[InvokeOutputOptions] = 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 Output<GetDatasetResult> Invoke(GetDatasetInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetDatasetResult> getDataset(GetDatasetArgs args, InvokeOptions options)
public static Output<GetDatasetResult> getDataset(GetDatasetArgs args, InvokeOptions options)
public static Output<GetDatasetResult> getDataset(GetDatasetArgs args, InvokeOutputOptions options)
fn::invoke:
function: aws-native:rekognition:getDataset
arguments:
# arguments dictionarydata "aws-native_rekognition_get_dataset" "name" {
# arguments
}The following arguments are supported:
- Dataset
Arn string - The ARN of the dataset.
- Dataset
Arn string - The ARN of the dataset.
- dataset_
arn string - The ARN of the dataset.
- dataset
Arn String - The ARN of the dataset.
- dataset
Arn string - The ARN of the dataset.
- dataset_
arn str - The ARN of the dataset.
- dataset
Arn String - The ARN of the dataset.
getDataset Result
The following output properties are available:
- Dataset
Arn string - The ARN of the dataset.
-
List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to this resource.
- Dataset
Arn string - The ARN of the dataset.
- Tag
- An array of key-value pairs to apply to this resource.
- dataset_
arn string - The ARN of the dataset.
- list(object)
- An array of key-value pairs to apply to this resource.
- dataset
Arn String - The ARN of the dataset.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- dataset
Arn string - The ARN of the dataset.
- Tag[]
- An array of key-value pairs to apply to this resource.
- dataset_
arn str - The ARN of the dataset.
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- dataset
Arn String - The ARN of the dataset.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Supporting Types
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.79.0
published on Monday, Sep 14, 2026 by Pulumi
published on Monday, Sep 14, 2026 by Pulumi