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
- Data
Frequency string Frequency of data collection. This parameter is required for RELATED_TIME_SERIES
- Dataset
Type Pulumi.Aws Native. Forecast. Dataset Type The dataset type
- Domain
Pulumi.
Aws Native. Forecast. Dataset Domain The domain associated with the dataset
- Encryption
Config Pulumi.Aws Native. Forecast. Outputs. Encryption Config Properties - Schema
Pulumi.
Aws Native. Forecast. Outputs. Schema Properties - List<Pulumi.
Aws Native. Forecast. Outputs. Tags Item Properties>
- Arn string
- Data
Frequency string Frequency of data collection. This parameter is required for RELATED_TIME_SERIES
- Dataset
Type DatasetType The dataset type
- Domain
Dataset
Domain The domain associated with the dataset
- Encryption
Config EncryptionConfig Properties - Schema
Schema
Properties - []Tags
Item Properties
- arn String
- data
Frequency String Frequency of data collection. This parameter is required for RELATED_TIME_SERIES
- dataset
Type DatasetType The dataset type
- domain
Dataset
Domain The domain associated with the dataset
- encryption
Config EncryptionConfig Properties - schema
Schema
Properties - List<Tags
Item Properties>
- arn string
- data
Frequency string Frequency of data collection. This parameter is required for RELATED_TIME_SERIES
- dataset
Type DatasetType The dataset type
- domain
Dataset
Domain The domain associated with the dataset
- encryption
Config EncryptionConfig Properties - schema
Schema
Properties - Tags
Item Properties[]
- arn str
- data_
frequency str Frequency of data collection. This parameter is required for RELATED_TIME_SERIES
- dataset_
type DatasetType The dataset type
- domain
Dataset
Domain The domain associated with the dataset
- encryption_
config EncryptionConfig Properties - schema
Schema
Properties - Sequence[Tags
Item Properties]
- arn String
- data
Frequency String Frequency of data collection. This parameter is required for RELATED_TIME_SERIES
- dataset
Type "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
- encryption
Config Property Map - schema Property Map
- List<Property Map>
Supporting Types
AttributesItemProperties
- Attribute
Name string Name of the dataset field
- Attribute
Type Pulumi.Aws Native. Forecast. Dataset Attributes Item Properties Attribute Type Data type of the field
- Attribute
Name string Name of the dataset field
- Attribute
Type DatasetAttributes Item Properties Attribute Type Data type of the field
- attribute
Name String Name of the dataset field
- attribute
Type DatasetAttributes Item Properties Attribute Type Data type of the field
- attribute
Name string Name of the dataset field
- attribute
Type 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
- attribute
Name String Name of the dataset field
- attribute
Type "string" | "integer" | "float" | "timestamp" | "geolocation" Data type of the field
DatasetAttributesItemPropertiesAttributeType
DatasetDomain
DatasetType
EncryptionConfigProperties
- kms_
key_ strarn - role_
arn str
SchemaProperties
TagsItemProperties
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0