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
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 dictionarydata "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.
- 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
Pulumi.
Aws Native. Data Exchange. Data Set Origin - A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
-
List<Pulumi.
Aws Native. Outputs. Tag> - 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.
- 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
Data
Set Origin - A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
- Tag
- 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.
- 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).
- 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.
- 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
Data
Set Origin - A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
- List<Tag>
- 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.
- 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
Data
Set Origin - A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
- Tag[]
- Tags for the data set.
- updated
At 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
Data
Set Origin - A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
- 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.
- 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).
- List<Property Map>
- Tags for the data set.
- updated
At String - The date and time that the data set was last updated, in ISO 8601 format.
Supporting Types
DataSetOrigin
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