Amazon.PowerShell.Cmdlets.CWL.AmazonCloudWatchLogsClientCmdlet.ClientConfig
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
An optional description for the scheduled query to help identify its purpose and functionality.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The ARN of the IAM role that grants permissions to execute the query and deliver results to the specified destination. The role must have permissions to read from the specified log groups and write to the destination.
| Required? | True |
| 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) |
An array of log group names or ARNs to query. You can specify between 1 and 50 log groups. Log groups can be identified by name or full ARN. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | LogGroupIdentifiers |
The name of the scheduled query. The name must be unique within your account and region. Valid characters are alphanumeric characters, hyphens, underscores, and periods. Length must be between 1 and 255 characters.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The query language to use for the scheduled query. Valid values are LogsQL, PPL, and SQL.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The query string to execute. This is the same query syntax used in CloudWatch Logs Insights. Maximum length is 10,000 characters.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-S3Configuration_DestinationIdentifier <
String>
The Amazon S3 URI where query results are delivered. Must be a valid S3 URI format.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | DestinationConfiguration_S3Configuration_DestinationIdentifier |
-S3Configuration_RoleArn <
String>
The ARN of the IAM role that grants permissions to write query results to the specified Amazon S3 destination.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | DestinationConfiguration_S3Configuration_RoleArn |
-ScheduleEndTime <Int64>
The end time for the scheduled query in Unix epoch format. The query will stop executing after this time.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
A cron expression that defines when the scheduled query runs. The expression uses standard cron syntax and supports minute-level precision. Maximum length is 256 characters.
| Required? | True |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
-ScheduleStartTime <Int64>
The start time for the scheduled query in Unix epoch format. The query will not execute before this time.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CloudWatchLogs.Model.CreateScheduledQueryResponse). Specifying the name of a property of type Amazon.CloudWatchLogs.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) |
-StartTimeOffset <Int64>
The time offset in seconds that defines the lookback period for the query. This determines how far back in time the query searches from the execution time.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
The initial state of the scheduled query. Valid values are ENABLED and DISABLED. Default is ENABLED.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
Key-value pairs to associate with the scheduled query for resource management and cost allocation. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |
| Aliases | Tags |
The timezone for evaluating the schedule expression. This determines when the scheduled query executes relative to the specified timezone.
| Required? | False |
| Position? | Named |
| Accept pipeline input? | True (ByPropertyName) |