aws-native logo
AWS Native v0.55.0, Mar 28 23

aws-native.forecast.getDataset

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)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:forecast:getDataset
  arguments:
    # arguments dictionary

The following arguments are supported:

Arn string
Arn string
arn String
arn string
arn str
arn String

getDataset Result

The following output properties are available:

Arn string
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 EncryptionConfigProperties
Schema SchemaProperties
Tags []TagsItemProperties
arn String
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 EncryptionConfigProperties
schema SchemaProperties
tags List<TagsItemProperties>
arn string
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 EncryptionConfigProperties
schema SchemaProperties
tags TagsItemProperties[]
arn str
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 EncryptionConfigProperties
schema SchemaProperties
tags Sequence[TagsItemProperties]

Supporting Types

AttributesItemProperties

AttributeName string

Name of the dataset field

AttributeType DatasetAttributesItemPropertiesAttributeType

Data type of the field

attributeName String

Name of the dataset field

attributeType DatasetAttributesItemPropertiesAttributeType

Data type of the field

attributeName string

Name of the dataset field

attributeType DatasetAttributesItemPropertiesAttributeType

Data type of the field

attribute_name str

Name of the dataset field

attribute_type DatasetAttributesItemPropertiesAttributeType

Data type of the field

DatasetAttributesItemPropertiesAttributeType

DatasetDomain

DatasetType

EncryptionConfigProperties

KmsKeyArn string
RoleArn string
KmsKeyArn string
RoleArn string
kmsKeyArn String
roleArn String
kmsKeyArn string
roleArn string
kmsKeyArn String
roleArn String

SchemaProperties

TagsItemProperties

Key string
Value string
Key string
Value string
key String
value String
key string
value string
key str
value str
key String
value String

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0