Amazon.PowerShell.Cmdlets.TSQ.AmazonTimestreamQueryClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Using a ClientToken makes the call to CreateScheduledQuery idempotent, in other words, making the same request repeatedly will produce the same result. Making multiple identical CreateScheduledQuery requests has the same effect as making a single request.
- If CreateScheduledQuery is called without a ClientToken, the Query SDK generates a ClientToken on your behalf.
- After 8 hours, any request with the same ClientToken is treated as a new request.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The Amazon KMS key used to encrypt the scheduled query resource, at-rest. If the Amazon KMS key is not specified, the scheduled query resource will be encrypted with a Timestream owned Amazon KMS key. To specify a KMS key, use the key ID, key ARN, alias name, or alias ARN. When using an alias name, prefix the name with alias/If ErrorReportConfiguration uses SSE_KMS as encryption type, the same KmsKeyId is used to encrypt the error report at rest.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Required. Attribute mappings to be used for mapping query results to ingest data for multi-measure attributes.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TargetConfiguration_TimestreamConfiguration_MultiMeasureMappings_MultiMeasureAttributeMappings |
-MultiMeasureMappings_TargetMultiMeasureName <
String>
The name of the target multi-measure name in the derived table. This input is required when measureNameColumn is not provided. If MeasureNameColumn is provided, then value from that column will be used as multi-measure name.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TargetConfiguration_TimestreamConfiguration_MultiMeasureMappings_TargetMultiMeasureName |
Name of the scheduled query.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The query string to run. Parameter names can be specified in the query string @ character followed by an identifier. The named Parameter @scheduled_runtime is reserved and can be used in the query to get the time at which the query is scheduled to run.The timestamp calculated according to the ScheduleConfiguration parameter, will be the value of @scheduled_runtime paramater for each query run. For example, consider an instance of a scheduled query executing on 2021-12-01 00:00:00. For this instance, the @scheduled_runtime parameter is initialized to the timestamp 2021-12-01 00:00:00 when invoking the query.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-S3Configuration_BucketName <
String>
Name of the S3 bucket under which error reports will be created.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ErrorReportConfiguration_S3Configuration_BucketName |
Encryption at rest options for the error reports. If no encryption option is specified, Timestream will choose SSE_S3 as default.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ErrorReportConfiguration_S3Configuration_EncryptionOption |
-S3Configuration_ObjectKeyPrefix <
String>
Prefix for the error report key. Timestream by default adds the following prefix to the error report path.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ErrorReportConfiguration_S3Configuration_ObjectKeyPrefix |
-ScheduleConfiguration_ScheduleExpression <
String>
An expression that denotes when to trigger the scheduled query run. This can be a cron expression or a rate expression.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-ScheduledQueryExecutionRoleArn <
String>
The ARN for the IAM role that Timestream will assume when running the scheduled query.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The default value is 'Arn'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.TimestreamQuery.Model.CreateScheduledQueryResponse). Specifying the name of a property of type Amazon.TimestreamQuery.Model.CreateScheduledQueryResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-SnsConfiguration_TopicArn <
String>
SNS topic ARN that the scheduled query status notifications will be sent to.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | NotificationConfiguration_SnsConfiguration_TopicArn |
A list of key-value pairs to label the scheduled query.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Tags |
-TimestreamConfiguration_DatabaseName <
String>
Name of Timestream database to which the query result will be written.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TargetConfiguration_TimestreamConfiguration_DatabaseName |
This is to allow mapping column(s) from the query result to the dimension in the destination table.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TargetConfiguration_TimestreamConfiguration_DimensionMappings |
-TimestreamConfiguration_MeasureNameColumn <
String>
Name of the measure column.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TargetConfiguration_TimestreamConfiguration_MeasureNameColumn |
Specifies how to map measures to multi-measure records.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TargetConfiguration_TimestreamConfiguration_MixedMeasureMappings |
-TimestreamConfiguration_TableName <
String>
Name of Timestream table that the query result will be written to. The table should be within the same database that is provided in Timestream configuration.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TargetConfiguration_TimestreamConfiguration_TableName |
-TimestreamConfiguration_TimeColumn <
String>
Column from query result that should be used as the time column in destination table. Column type for this should be TIMESTAMP.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TargetConfiguration_TimestreamConfiguration_TimeColumn |