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

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

    Create DataSet Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new DataSet(name: string, args: DataSetArgs, opts?: CustomResourceOptions);
    @overload
    def DataSet(resource_name: str,
                args: DataSetArgs,
                opts: Optional[ResourceOptions] = None)
    
    @overload
    def DataSet(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                asset_type: Optional[DataSetAssetType] = None,
                description: Optional[str] = None,
                name: Optional[str] = None,
                tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewDataSet(ctx *Context, name string, args DataSetArgs, opts ...ResourceOption) (*DataSet, error)
    public DataSet(string name, DataSetArgs args, CustomResourceOptions? opts = null)
    public DataSet(String name, DataSetArgs args)
    public DataSet(String name, DataSetArgs args, CustomResourceOptions options)
    
    type: aws-native:dataexchange:DataSet
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "aws-native_dataexchange_data_set" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args DataSetArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args DataSetArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args DataSetArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DataSetArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DataSetArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    DataSet Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The DataSet resource accepts the following input properties:

    AssetType Pulumi.AwsNative.DataExchange.DataSetAssetType
    The type of asset that is added to a data set.
    Description string
    A description for the data set.
    Name string
    The name of the data set.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    Tags for the data set.
    AssetType DataSetAssetType
    The type of asset that is added to a data set.
    Description string
    A description for the data set.
    Name string
    The name of the data set.
    Tags TagArgs
    Tags for the data set.
    asset_type "S3_SNAPSHOT" | "REDSHIFT_DATA_SHARE" | "API_GATEWAY_API" | "S3_DATA_ACCESS" | "LAKE_FORMATION_DATA_PERMISSION"
    The type of asset that is added to a data set.
    description string
    A description for the data set.
    name string
    The name of the data set.
    tags list(object)
    Tags for the data set.
    assetType DataSetAssetType
    The type of asset that is added to a data set.
    description String
    A description for the data set.
    name String
    The name of the data set.
    tags List<Tag>
    Tags for the data set.
    assetType DataSetAssetType
    The type of asset that is added to a data set.
    description string
    A description for the data set.
    name string
    The name of the data set.
    tags Tag[]
    Tags for the data set.
    asset_type DataSetAssetType
    The type of asset that is added to a data set.
    description str
    A description for the data set.
    name str
    The name of the data set.
    tags Sequence[TagArgs]
    Tags for the data set.
    assetType "S3_SNAPSHOT" | "REDSHIFT_DATA_SHARE" | "API_GATEWAY_API" | "S3_DATA_ACCESS" | "LAKE_FORMATION_DATA_PERMISSION"
    The type of asset that is added to a data set.
    description String
    A description for the data set.
    name String
    The name of the data set.
    tags List<Property Map>
    Tags for the data set.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the DataSet resource produces the following output properties:

    Arn string
    The ARN for the data set.
    AwsId string
    The unique identifier for the data set.
    CreatedAt string
    The date and time that the data set was created, in ISO 8601 format.
    Id string
    The provider-assigned unique ID for this managed resource.
    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).
    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.
    AwsId string
    The unique identifier for the data set.
    CreatedAt string
    The date and time that the data set was created, in ISO 8601 format.
    Id string
    The provider-assigned unique ID for this managed resource.
    Origin DataSetOrigin
    A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
    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.
    aws_id string
    The unique identifier for the data set.
    created_at string
    The date and time that the data set was created, in ISO 8601 format.
    id string
    The provider-assigned unique ID for this managed resource.
    origin "OWNED" | "ENTITLED"
    A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
    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.
    awsId String
    The unique identifier for the data set.
    createdAt String
    The date and time that the data set was created, in ISO 8601 format.
    id String
    The provider-assigned unique ID for this managed resource.
    origin DataSetOrigin
    A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
    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.
    awsId string
    The unique identifier for the data set.
    createdAt string
    The date and time that the data set was created, in ISO 8601 format.
    id string
    The provider-assigned unique ID for this managed resource.
    origin DataSetOrigin
    A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
    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.
    aws_id str
    The unique identifier for the data set.
    created_at str
    The date and time that the data set was created, in ISO 8601 format.
    id str
    The provider-assigned unique ID for this managed resource.
    origin DataSetOrigin
    A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
    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.
    awsId String
    The unique identifier for the data set.
    createdAt String
    The date and time that the data set was created, in ISO 8601 format.
    id String
    The provider-assigned unique ID for this managed resource.
    origin "OWNED" | "ENTITLED"
    A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
    updatedAt String
    The date and time that the data set was last updated, in ISO 8601 format.

    Supporting Types

    DataSetAssetType, DataSetAssetTypeArgs

    S3Snapshot
    S3_SNAPSHOT
    RedshiftDataShare
    REDSHIFT_DATA_SHARE
    ApiGatewayApi
    API_GATEWAY_API
    S3DataAccess
    S3_DATA_ACCESS
    LakeFormationDataPermission
    LAKE_FORMATION_DATA_PERMISSION
    DataSetAssetTypeS3Snapshot
    S3_SNAPSHOT
    DataSetAssetTypeRedshiftDataShare
    REDSHIFT_DATA_SHARE
    DataSetAssetTypeApiGatewayApi
    API_GATEWAY_API
    DataSetAssetTypeS3DataAccess
    S3_DATA_ACCESS
    DataSetAssetTypeLakeFormationDataPermission
    LAKE_FORMATION_DATA_PERMISSION
    "S3_SNAPSHOT"
    S3_SNAPSHOT
    "REDSHIFT_DATA_SHARE"
    REDSHIFT_DATA_SHARE
    "API_GATEWAY_API"
    API_GATEWAY_API
    "S3_DATA_ACCESS"
    S3_DATA_ACCESS
    "LAKE_FORMATION_DATA_PERMISSION"
    LAKE_FORMATION_DATA_PERMISSION
    S3Snapshot
    S3_SNAPSHOT
    RedshiftDataShare
    REDSHIFT_DATA_SHARE
    ApiGatewayApi
    API_GATEWAY_API
    S3DataAccess
    S3_DATA_ACCESS
    LakeFormationDataPermission
    LAKE_FORMATION_DATA_PERMISSION
    S3Snapshot
    S3_SNAPSHOT
    RedshiftDataShare
    REDSHIFT_DATA_SHARE
    ApiGatewayApi
    API_GATEWAY_API
    S3DataAccess
    S3_DATA_ACCESS
    LakeFormationDataPermission
    LAKE_FORMATION_DATA_PERMISSION
    S3_SNAPSHOT
    S3_SNAPSHOT
    REDSHIFT_DATA_SHARE
    REDSHIFT_DATA_SHARE
    API_GATEWAY_API
    API_GATEWAY_API
    S3_DATA_ACCESS
    S3_DATA_ACCESS
    LAKE_FORMATION_DATA_PERMISSION
    LAKE_FORMATION_DATA_PERMISSION
    "S3_SNAPSHOT"
    S3_SNAPSHOT
    "REDSHIFT_DATA_SHARE"
    REDSHIFT_DATA_SHARE
    "API_GATEWAY_API"
    API_GATEWAY_API
    "S3_DATA_ACCESS"
    S3_DATA_ACCESS
    "LAKE_FORMATION_DATA_PERMISSION"
    LAKE_FORMATION_DATA_PERMISSION

    DataSetOrigin, DataSetOriginArgs

    Owned
    OWNED
    Entitled
    ENTITLED
    DataSetOriginOwned
    OWNED
    DataSetOriginEntitled
    ENTITLED
    "OWNED"
    OWNED
    "ENTITLED"
    ENTITLED
    Owned
    OWNED
    Entitled
    ENTITLED
    Owned
    OWNED
    Entitled
    ENTITLED
    OWNED
    OWNED
    ENTITLED
    ENTITLED
    "OWNED"
    OWNED
    "ENTITLED"
    ENTITLED

    Tag, TagArgs

    A set of tags to apply to the resource.
    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