Specifies the action that EventBridge Scheduler applies to the schedule after the schedule completes invoking the target.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Specifies whether the task's elastic network interface receives a public IP address. You can specify ENABLED only when LaunchType in EcsParameters is set to FARGATE.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Target_EcsParameters_NetworkConfiguration_AwsvpcConfiguration_AssignPublicIp |
-AwsvpcConfiguration_SecurityGroup <
String[]>
Specifies the security groups associated with the task. These security groups must all be in the same VPC. You can specify as many as five security groups. If you do not specify a security group, the default security group for the VPC is used. 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 | Target_EcsParameters_NetworkConfiguration_AwsvpcConfiguration_SecurityGroups |
Specifies the subnets associated with the task. These subnets must all be in the same VPC. You can specify as many as 16 subnets. 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 | Target_EcsParameters_NetworkConfiguration_AwsvpcConfiguration_Subnets |
Amazon.PowerShell.Cmdlets.SCH.AmazonSchedulerClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, EventBridge Scheduler uses a randomly generated token for the request to ensure idempotency.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-DeadLetterConfig_Arn <
String>
The Amazon Resource Name (ARN) of the SQS queue specified as the destination for the dead-letter queue.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Target_DeadLetterConfig_Arn |
The description you specify for the schedule.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The capacity provider strategy to use for the task. 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 | Target_EcsParameters_CapacityProviderStrategy |
-EcsParameters_EnableECSManagedTag <
Boolean>
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Target_EcsParameters_EnableECSManagedTags |
-EcsParameters_EnableExecuteCommand <
Boolean>
Whether or not to enable the execute command functionality for the containers in this task. If true, this enables execute command functionality on all containers in the task.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Target_EcsParameters_EnableExecuteCommand |
Specifies an ECS task group for the task. The maximum length is 255 characters.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Target_EcsParameters_Group |
Specifies the launch type on which your task is running. The launch type that you specify here must match one of the launch type (compatibilities) of the target task. The
FARGATE value is supported only in the Regions where Fargate with Amazon ECS is supported. For more information, see
AWS Fargate on Amazon ECS in the
Amazon ECS Developer Guide.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Target_EcsParameters_LaunchType |
An array of placement constraint objects to use for the task. You can specify up to 10 constraints per task (including constraints in the task definition and those specified at runtime). 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 | Target_EcsParameters_PlacementConstraints |
The task placement strategy for a task or service. 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 | Target_EcsParameters_PlacementStrategy |
-EcsParameters_PlatformVersion <
String>
Specifies the platform version for the task. Specify only the numeric portion of the platform version, such as 1.1.0.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Target_EcsParameters_PlatformVersion |
Specifies whether to propagate the tags from the task definition to the task. If no value is specified, the tags are not propagated. Tags can only be propagated to the task during task creation. To add tags to a task after task creation, use Amazon ECS's
TagResource API action.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Target_EcsParameters_PropagateTags |
-EcsParameters_ReferenceId <
String>
The reference ID to use for the task.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Target_EcsParameters_ReferenceId |
The metadata that you apply to the task to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define. For more information, see
RunTask in the
Amazon ECS API Reference. 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 | Target_EcsParameters_Tags |
-EcsParameters_TaskCount <
Int32>
The number of tasks to create based on TaskDefinition. The default is 1.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Target_EcsParameters_TaskCount |
-EcsParameters_TaskDefinitionArn <
String>
The Amazon Resource Name (ARN) of the task definition to use if the event target is an Amazon ECS task.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Target_EcsParameters_TaskDefinitionArn |
-EndDate <DateTime>
The date, in UTC, before which the schedule can invoke its target. Depending on the schedule's recurrence expression, invocations might stop on, or before, the EndDate you specify. EventBridge Scheduler ignores EndDate for one-time schedules.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-EventBridgeParameters_DetailType <
String>
A free-form string, with a maximum of 128 characters, used to decide what fields to expect in the event detail.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Target_EventBridgeParameters_DetailType |
-EventBridgeParameters_Source <
String>
The source of the event.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Target_EventBridgeParameters_Source |
-FlexibleTimeWindow_MaximumWindowInMinute <
Int32>
The maximum time window during which a schedule can be invoked.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | FlexibleTimeWindow_MaximumWindowInMinutes |
Determines whether the schedule is invoked within a flexible time window.
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) |
The name of the schedule group with which the schedule is associated. You must provide this value in order for EventBridge Scheduler to find the schedule you want to update. If you omit this value, EventBridge Scheduler assumes the group is associated to the default group.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-KinesisParameters_PartitionKey <
String>
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Target_KinesisParameters_PartitionKey |
The ARN for the customer managed KMS key that that you want EventBridge Scheduler to use to encrypt and decrypt your data.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The name of the schedule that you are updating.
Required? | True |
Position? | 1 |
Accept pipeline input? | True (ByValue, ByPropertyName) |
-RetryPolicy_MaximumEventAgeInSecond <
Int32>
The maximum amount of time, in seconds, to continue to make retry attempts.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Target_RetryPolicy_MaximumEventAgeInSeconds |
-RetryPolicy_MaximumRetryAttempt <
Int32>
The maximum number of retry attempts to make before the request fails. Retry attempts with exponential backoff continue until either the maximum number of attempts is made or until the duration of the MaximumEventAgeInSeconds is reached.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Target_RetryPolicy_MaximumRetryAttempts |
List of parameter names and values to use when executing the SageMaker Model Building Pipeline. 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 | Target_SageMakerPipelineParameters_PipelineParameterList |
The expression that defines when the schedule runs. The following formats are supported.
- at expression - at(yyyy-mm-ddThh:mm:ss)
- rate expression - rate(value unit)
- cron expression - cron(fields)
You can use
at expressions to create one-time schedules that invoke a target once, at the time and in the time zone, that you specify. You can use
rate and
cron expressions to create recurring schedules. Rate-based schedules are useful when you want to invoke a target at regular intervals, such as every 15 minutes or every five days. Cron-based schedules are useful when you want to invoke a target periodically at a specific time, such as at 8:00 am (UTC+0) every 1st day of the month. A
cron expression consists of six fields separated by white spaces:
(minutes hours day_of_month month day_of_week year). A
rate expression consists of a
value as a positive integer, and a
unit with the following options:
minute |
minutes |
hour |
hours |
day |
days For more information and examples, see
Schedule types on EventBridge Scheduler in the
EventBridge Scheduler User Guide.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-ScheduleExpressionTimezone <
String>
The timezone in which the scheduling expression is evaluated.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The default value is 'ScheduleArn'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Scheduler.Model.UpdateScheduleResponse). Specifying the name of a property of type Amazon.Scheduler.Model.UpdateScheduleResponse 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) |
-SqsParameters_MessageGroupId <
String>
The FIFO message group ID to use as the target.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Target_SqsParameters_MessageGroupId |
-StartDate <DateTime>
The date, in UTC, after which the schedule can begin invoking its target. Depending on the schedule's recurrence expression, invocations might occur on, or after, the StartDate you specify. EventBridge Scheduler ignores StartDate for one-time schedules.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Specifies whether the schedule is enabled or disabled.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The Amazon Resource Name (ARN) of the target.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The text, or well-formed JSON, passed to the target. If you are configuring a templated Lambda, AWS Step Functions, or Amazon EventBridge target, the input must be a well-formed JSON. For all other target types, a JSON is not required. If you do not specify anything for this field, EventBridge Scheduler delivers a default notification to the target.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The Amazon Resource Name (ARN) of the IAM role that EventBridge Scheduler will use for this target when the schedule is invoked.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |