We recommend new projects start with resources from the AWS provider.
aws-native.forecast.getDataset
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource Type Definition for AWS::Forecast::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?: InvokeOptions): Output<GetDatasetResult>def get_dataset(arn: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetDatasetResult
def get_dataset_output(arn: Optional[pulumi.Input[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:forecast:getDataset
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Arn string
- The Amazon Resource Name (ARN) of the dataset.
- Arn string
- The Amazon Resource Name (ARN) of the dataset.
- arn String
- The Amazon Resource Name (ARN) of the dataset.
- arn string
- The Amazon Resource Name (ARN) of the dataset.
- arn str
- The Amazon Resource Name (ARN) of the dataset.
- arn String
- The Amazon Resource Name (ARN) of the dataset.
getDataset Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the dataset.
- DataFrequency string
- Frequency of data collection. This parameter is required for RELATED_TIME_SERIES
- DatasetType Pulumi.Aws Native. Forecast. Dataset Type 
- The dataset type
- Domain
Pulumi.Aws Native. Forecast. Dataset Domain 
- The domain associated with the dataset
- EncryptionConfig Pulumi.Aws Native. Forecast. Outputs. Encryption Config Properties 
- A Key Management Service (KMS) key and the Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.
- Schema
Pulumi.Aws Native. Forecast. Outputs. Schema Properties 
- The schema for the dataset. The schema attributes and their order must match the fields in your data. The dataset DomainandDatasetTypethat you choose determine the minimum required fields in your training data. For information about the required fields for a specific dataset domain and type, see Dataset Domains and Dataset Types .
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- An array of key-value pairs to apply to this resource. - For more information, see Tag . 
- Arn string
- The Amazon Resource Name (ARN) of the dataset.
- DataFrequency string
- Frequency of data collection. This parameter is required for RELATED_TIME_SERIES
- DatasetType DatasetType 
- The dataset type
- Domain
DatasetDomain 
- The domain associated with the dataset
- EncryptionConfig EncryptionConfig Properties 
- A Key Management Service (KMS) key and the Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.
- Schema
SchemaProperties 
- The schema for the dataset. The schema attributes and their order must match the fields in your data. The dataset DomainandDatasetTypethat you choose determine the minimum required fields in your training data. For information about the required fields for a specific dataset domain and type, see Dataset Domains and Dataset Types .
- Tag
- An array of key-value pairs to apply to this resource. - For more information, see Tag . 
- arn String
- The Amazon Resource Name (ARN) of the dataset.
- dataFrequency String
- Frequency of data collection. This parameter is required for RELATED_TIME_SERIES
- datasetType DatasetType 
- The dataset type
- domain
DatasetDomain 
- The domain associated with the dataset
- encryptionConfig EncryptionConfig Properties 
- A Key Management Service (KMS) key and the Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.
- schema
SchemaProperties 
- The schema for the dataset. The schema attributes and their order must match the fields in your data. The dataset DomainandDatasetTypethat you choose determine the minimum required fields in your training data. For information about the required fields for a specific dataset domain and type, see Dataset Domains and Dataset Types .
- List<Tag>
- An array of key-value pairs to apply to this resource. - For more information, see Tag . 
- arn string
- The Amazon Resource Name (ARN) of the dataset.
- dataFrequency string
- Frequency of data collection. This parameter is required for RELATED_TIME_SERIES
- datasetType DatasetType 
- The dataset type
- domain
DatasetDomain 
- The domain associated with the dataset
- encryptionConfig EncryptionConfig Properties 
- A Key Management Service (KMS) key and the Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.
- schema
SchemaProperties 
- The schema for the dataset. The schema attributes and their order must match the fields in your data. The dataset DomainandDatasetTypethat you choose determine the minimum required fields in your training data. For information about the required fields for a specific dataset domain and type, see Dataset Domains and Dataset Types .
- Tag[]
- An array of key-value pairs to apply to this resource. - For more information, see Tag . 
- arn str
- The Amazon Resource Name (ARN) of the dataset.
- data_frequency str
- Frequency of data collection. This parameter is required for RELATED_TIME_SERIES
- dataset_type DatasetType 
- The dataset type
- domain
DatasetDomain 
- The domain associated with the dataset
- encryption_config EncryptionConfig Properties 
- A Key Management Service (KMS) key and the Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.
- schema
SchemaProperties 
- The schema for the dataset. The schema attributes and their order must match the fields in your data. The dataset DomainandDatasetTypethat you choose determine the minimum required fields in your training data. For information about the required fields for a specific dataset domain and type, see Dataset Domains and Dataset Types .
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource. - For more information, see Tag . 
- arn String
- The Amazon Resource Name (ARN) of the dataset.
- dataFrequency String
- Frequency of data collection. This parameter is required for RELATED_TIME_SERIES
- datasetType "TARGET_TIME_SERIES" | "RELATED_TIME_SERIES" | "ITEM_METADATA"
- The dataset type
- domain "RETAIL" | "CUSTOM" | "INVENTORY_PLANNING" | "EC2_CAPACITY" | "WORK_FORCE" | "WEB_TRAFFIC" | "METRICS"
- The domain associated with the dataset
- encryptionConfig Property Map
- A Key Management Service (KMS) key and the Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.
- schema Property Map
- The schema for the dataset. The schema attributes and their order must match the fields in your data. The dataset DomainandDatasetTypethat you choose determine the minimum required fields in your training data. For information about the required fields for a specific dataset domain and type, see Dataset Domains and Dataset Types .
- List<Property Map>
- An array of key-value pairs to apply to this resource. - For more information, see Tag . 
Supporting Types
DatasetAttributesItemProperties   
- AttributeName string
- Name of the dataset field
- AttributeType Pulumi.Aws Native. Forecast. Dataset Attributes Item Properties Attribute Type 
- Data type of the field
- AttributeName string
- Name of the dataset field
- AttributeType DatasetAttributes Item Properties Attribute Type 
- Data type of the field
- attributeName String
- Name of the dataset field
- attributeType DatasetAttributes Item Properties Attribute Type 
- Data type of the field
- attributeName string
- Name of the dataset field
- attributeType DatasetAttributes Item Properties Attribute Type 
- Data type of the field
- attribute_name str
- Name of the dataset field
- attribute_type DatasetAttributes Item Properties Attribute Type 
- Data type of the field
- attributeName String
- Name of the dataset field
- attributeType "string" | "integer" | "float" | "timestamp" | "geolocation"
- Data type of the field
DatasetAttributesItemPropertiesAttributeType     
DatasetDomain 
DatasetType 
EncryptionConfigProperties  
- kms_key_ strarn 
- The Amazon Resource Name (ARN) of the KMS key.
- role_arn str
- The ARN of the IAM role that Amazon Forecast can assume to access the AWS KMS key. - Passing a role across AWS accounts is not allowed. If you pass a role that isn't in your account, you get an - InvalidInputExceptionerror.
SchemaProperties 
- Attributes
List<Pulumi.Aws Native. Forecast. Inputs. Dataset Attributes Item Properties> 
- An array of attributes specifying the name and type of each field in a dataset.
- Attributes
[]DatasetAttributes Item Properties 
- An array of attributes specifying the name and type of each field in a dataset.
- attributes
List<DatasetAttributes Item Properties> 
- An array of attributes specifying the name and type of each field in a dataset.
- attributes
DatasetAttributes Item Properties[] 
- An array of attributes specifying the name and type of each field in a dataset.
- attributes
Sequence[DatasetAttributes Item Properties] 
- An array of attributes specifying the name and type of each field in a dataset.
- attributes List<Property Map>
- An array of attributes specifying the name and type of each field in a dataset.
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.