1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. dataexchange
  6. getDataSet

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
aws-native logo aws-native logo

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

    Definition of AWS::DataExchange::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?: InvokeOutputOptions): Output<GetDataSetResult>
    def get_data_set(arn: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetDataSetResult
    def get_data_set_output(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:dataexchange:getDataSet
      arguments:
        # arguments dictionary
    data "aws-native_dataexchange_get_data_set" "name" {
        # arguments
    }

    The following arguments are supported:

    Arn string
    The ARN for the data set.
    Arn string
    The ARN for the data set.
    arn string
    The ARN for the data set.
    arn String
    The ARN for the data set.
    arn string
    The ARN for the data set.
    arn str
    The ARN for the data set.
    arn String
    The ARN for the data set.

    getDataSet Result

    The following output properties are available:

    Arn string
    The ARN for the data set.
    CreatedAt string
    The date and time that the data set was created, in ISO 8601 format.
    Description string
    A description for the data set.
    Id string
    The unique identifier for the data set.
    Name string
    The name of the data set.
    Origin Pulumi.AwsNative.DataExchange.DataSetOrigin
    A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Tags for the data set.
    UpdatedAt string
    The date and time that the data set was last updated, in ISO 8601 format.
    Arn string
    The ARN for the data set.
    CreatedAt string
    The date and time that the data set was created, in ISO 8601 format.
    Description string
    A description for the data set.
    Id string
    The unique identifier for the data set.
    Name string
    The name of the data set.
    Origin DataSetOrigin
    A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
    Tags Tag
    Tags for the data set.
    UpdatedAt string
    The date and time that the data set was last updated, in ISO 8601 format.
    arn string
    The ARN for the data set.
    created_at string
    The date and time that the data set was created, in ISO 8601 format.
    description string
    A description for the data set.
    id string
    The unique identifier for the data set.
    name string
    The name of the data set.
    origin "OWNED" | "ENTITLED"
    A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
    tags list(object)
    Tags for the data set.
    updated_at string
    The date and time that the data set was last updated, in ISO 8601 format.
    arn String
    The ARN for the data set.
    createdAt String
    The date and time that the data set was created, in ISO 8601 format.
    description String
    A description for the data set.
    id String
    The unique identifier for the data set.
    name String
    The name of the data set.
    origin DataSetOrigin
    A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
    tags List<Tag>
    Tags for the data set.
    updatedAt String
    The date and time that the data set was last updated, in ISO 8601 format.
    arn string
    The ARN for the data set.
    createdAt string
    The date and time that the data set was created, in ISO 8601 format.
    description string
    A description for the data set.
    id string
    The unique identifier for the data set.
    name string
    The name of the data set.
    origin DataSetOrigin
    A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
    tags Tag[]
    Tags for the data set.
    updatedAt string
    The date and time that the data set was last updated, in ISO 8601 format.
    arn str
    The ARN for the data set.
    created_at str
    The date and time that the data set was created, in ISO 8601 format.
    description str
    A description for the data set.
    id str
    The unique identifier for the data set.
    name str
    The name of the data set.
    origin DataSetOrigin
    A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
    tags Sequence[root_Tag]
    Tags for the data set.
    updated_at str
    The date and time that the data set was last updated, in ISO 8601 format.
    arn String
    The ARN for the data set.
    createdAt String
    The date and time that the data set was created, in ISO 8601 format.
    description String
    A description for the data set.
    id String
    The unique identifier for the data set.
    name String
    The name of the data set.
    origin "OWNED" | "ENTITLED"
    A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
    tags List<Property Map>
    Tags for the data set.
    updatedAt String
    The date and time that the data set was last updated, in ISO 8601 format.

    Supporting Types

    DataSetOrigin

    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 aws-native logo

    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

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial