AWS.Tools.MWAAServerless.XML
|
<?xml version="1.0"?>
<doc> <assembly> <name>AWS.Tools.MWAAServerless</name> </assembly> <members> <member name="T:Amazon.PowerShell.Cmdlets.MWAAS.AddMWAASResourceTagCmdlet"> <summary> Adds tags to an Amazon Managed Workflows for Apache Airflow Serverless resource. Tags are key-value pairs that help you organize and categorize your resources. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.AddMWAASResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the resource to which to add tags.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.AddMWAASResourceTagCmdlet.Tag"> <summary> <para> <para>A map of tags to add to the resource. Each tag consists of a key-value pair.</para><para /> 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. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.AddMWAASResourceTagCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MWAAServerless.Model.TagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.AddMWAASResourceTagCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASResourceTagCmdlet"> <summary> Lists all tags that are associated with a specified Amazon Managed Workflows for Apache Airflow Serverless resource. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the resource for which to list tags.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASResourceTagCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Tags'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MWAAServerless.Model.ListTagsForResourceResponse). Specifying the name of a property of type Amazon.MWAAServerless.Model.ListTagsForResourceResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASTaskInstanceCmdlet"> <summary> Retrieves detailed information about a specific task instance within a workflow run. Task instances represent individual tasks that are executed as part of a workflow in the Amazon Managed Workflows for Apache Airflow Serverless environment. Each task instance runs in an isolated ECS container with dedicated resources and security boundaries. The service tracks task execution state, retry attempts, and provides detailed timing and error information for troubleshooting and monitoring purposes. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASTaskInstanceCmdlet.RunId"> <summary> <para> <para>The unique identifier of the workflow run that contains the task instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASTaskInstanceCmdlet.TaskInstanceId"> <summary> <para> <para>The unique identifier of the task instance to retrieve.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASTaskInstanceCmdlet.WorkflowArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the workflow that contains the task instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASTaskInstanceCmdlet.Select"> <summary> 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.MWAAServerless.Model.GetTaskInstanceResponse). Specifying the name of a property of type Amazon.MWAAServerless.Model.GetTaskInstanceResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASTaskInstanceListCmdlet"> <summary> Lists all task instances for a specific workflow run, with optional pagination support.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASTaskInstanceListCmdlet.RunId"> <summary> <para> <para>The unique identifier of the workflow run for which you want a list of task instances.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASTaskInstanceListCmdlet.WorkflowArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the workflow that contains the run.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASTaskInstanceListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of task instances to return in a single response.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASTaskInstanceListCmdlet.NextToken"> <summary> <para> <para>The pagination token you need to use to retrieve the next set of results. This value is returned from a previous call to <c>ListTaskInstances</c>.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASTaskInstanceListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TaskInstances'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MWAAServerless.Model.ListTaskInstancesResponse). Specifying the name of a property of type Amazon.MWAAServerless.Model.ListTaskInstancesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASTaskInstanceListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASWorkflowCmdlet"> <summary> Retrieves detailed information about a workflow, including its configuration, status, and metadata. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASWorkflowCmdlet.WorkflowArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the workflow you want to retrieve.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASWorkflowCmdlet.WorkflowVersion"> <summary> <para> <para>Optional. The specific version of the workflow to retrieve. If not specified, the latest version is returned.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASWorkflowCmdlet.Select"> <summary> 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.MWAAServerless.Model.GetWorkflowResponse). Specifying the name of a property of type Amazon.MWAAServerless.Model.GetWorkflowResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASWorkflowListCmdlet"> <summary> Lists all workflows in your account, with optional pagination support. This operation returns summary information for workflows, showing only the most recently created version of each workflow. Amazon Managed Workflows for Apache Airflow Serverless maintains workflow metadata in a highly available, distributed storage system that enables efficient querying and filtering. The service implements proper access controls to ensure you can only view workflows that you have permissions to access, supporting both individual and team-based workflow management scenarios.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASWorkflowListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of workflows you want to return in a single response.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASWorkflowListCmdlet.NextToken"> <summary> <para> <para>The pagination token you need to use to retrieve the next set of results. This value is returned from a previous call to <c>ListWorkflows</c>.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASWorkflowListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Workflows'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MWAAServerless.Model.ListWorkflowsResponse). Specifying the name of a property of type Amazon.MWAAServerless.Model.ListWorkflowsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASWorkflowListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASWorkflowRunCmdlet"> <summary> Retrieves detailed information about a specific workflow run, including its status, execution details, and task instances. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASWorkflowRunCmdlet.RunId"> <summary> <para> <para>The unique identifier of the workflow run to retrieve.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASWorkflowRunCmdlet.WorkflowArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the workflow that contains the run.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASWorkflowRunCmdlet.Select"> <summary> 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.MWAAServerless.Model.GetWorkflowRunResponse). Specifying the name of a property of type Amazon.MWAAServerless.Model.GetWorkflowRunResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASWorkflowRunListCmdlet"> <summary> Lists all runs for a specified workflow, with optional pagination and filtering support.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASWorkflowRunListCmdlet.WorkflowArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the workflow for which you want a list of runs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASWorkflowRunListCmdlet.WorkflowVersion"> <summary> <para> <para>Optional. The specific version of the workflow for which you want a list of runs. If not specified, runs for all versions are returned.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASWorkflowRunListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of workflow runs to return in a single response.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASWorkflowRunListCmdlet.NextToken"> <summary> <para> <para>The pagination token you need to use to retrieve the next set of results. This value is returned from a previous call to <c>ListWorkflowRuns</c>.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASWorkflowRunListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'WorkflowRuns'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MWAAServerless.Model.ListWorkflowRunsResponse). Specifying the name of a property of type Amazon.MWAAServerless.Model.ListWorkflowRunsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASWorkflowRunListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASWorkflowVersionListCmdlet"> <summary> Lists all versions of a specified workflow, with optional pagination support.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASWorkflowVersionListCmdlet.WorkflowArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the workflow for which you want to list versions.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASWorkflowVersionListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of workflow versions to return in a single response.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASWorkflowVersionListCmdlet.NextToken"> <summary> <para> <para>The pagination token you need to use to retrieve the next set of results. This value is returned from a previous call to <c>ListWorkflowVersions</c>.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASWorkflowVersionListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'WorkflowVersions'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MWAAServerless.Model.ListWorkflowVersionsResponse). Specifying the name of a property of type Amazon.MWAAServerless.Model.ListWorkflowVersionsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.GetMWAASWorkflowVersionListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MWAAS.NewMWAASWorkflowCmdlet"> <summary> Creates a new workflow in Amazon Managed Workflows for Apache Airflow Serverless. This operation initializes a workflow with the specified configuration including the workflow definition, execution role, and optional settings for encryption, logging, and networking. You must provide the workflow definition as a YAML file stored in Amazon S3 that defines the DAG structure using supported Amazon Web Services operators. Amazon Managed Workflows for Apache Airflow Serverless automatically creates the first version of the workflow and sets up the necessary execution environment with multi-tenant isolation and security controls. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.NewMWAASWorkflowCmdlet.DefinitionS3Location_Bucket"> <summary> <para> <para>The name of the Amazon S3 bucket that contains the workflow definition file.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.NewMWAASWorkflowCmdlet.Description"> <summary> <para> <para>An optional description of the workflow that you can use to provide additional context about the workflow's purpose and functionality.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.NewMWAASWorkflowCmdlet.EngineVersion"> <summary> <para> <para>The version of the Amazon Managed Workflows for Apache Airflow Serverless engine that you want to use for this workflow. This determines the feature set, supported operators, and execution environment capabilities available to your workflow. Amazon Managed Workflows for Apache Airflow Serverless maintains backward compatibility across versions while introducing new features and improvements. Currently supports version 1 with plans for additional versions as the service evolves.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.NewMWAASWorkflowCmdlet.EncryptionConfiguration_KmsKeyId"> <summary> <para> <para>The ID or ARN of the Amazon Web Services KMS key to use for encryption. Required when <c>Type</c> is <c>CUSTOMER_MANAGED_KEY</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.NewMWAASWorkflowCmdlet.LoggingConfiguration_LogGroupName"> <summary> <para> <para>The name of the CloudWatch log group where workflow execution logs are stored.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.NewMWAASWorkflowCmdlet.Name"> <summary> <para> <para>The name of the workflow. You must use unique workflow names within your Amazon Web Services account. The service generates a unique identifier that is appended to ensure temporal uniqueness across the account lifecycle.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.NewMWAASWorkflowCmdlet.DefinitionS3Location_ObjectKey"> <summary> <para> <para>The key (name) of the workflow definition file within the S3 bucket.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.NewMWAASWorkflowCmdlet.RoleArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the IAM role that Amazon Managed Workflows for Apache Airflow Serverless assumes when executing the workflow. This role must have the necessary permissions to access the required Amazon Web Services services and resources that your workflow tasks will interact with. The role is used for task execution in the isolated, multi-tenant environment and should follow the principle of least privilege. Amazon Managed Workflows for Apache Airflow Serverless validates role access during workflow creation but runtime permission checks are performed by the target services.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.NewMWAASWorkflowCmdlet.NetworkConfiguration_SecurityGroupId"> <summary> <para> <para>A list of VPC security group IDs to associate with the workflow execution environment.</para><para /> 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. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.NewMWAASWorkflowCmdlet.NetworkConfiguration_SubnetId"> <summary> <para> <para>A list of VPC subnet IDs where the workflow execution environment is deployed.</para><para /> 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. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.NewMWAASWorkflowCmdlet.Tag"> <summary> <para> <para>A map of tags to assign to the workflow resource. Tags are key-value pairs that are used for resource organization and cost allocation.</para><para /> 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. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.NewMWAASWorkflowCmdlet.TriggerMode"> <summary> <para> <para>The trigger mode for the workflow execution.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.NewMWAASWorkflowCmdlet.EncryptionConfiguration_Type"> <summary> <para> <para>The type of encryption to use. Values are <c>AWS_MANAGED_KEY</c> (Amazon Web Services manages the encryption key) or <c>CUSTOMER_MANAGED_KEY</c> (you provide a KMS key).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.NewMWAASWorkflowCmdlet.DefinitionS3Location_VersionId"> <summary> <para> <para>Optional. The version ID of the workflow definition file in Amazon S3. If not specified, the latest version is used.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.NewMWAASWorkflowCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This token prevents duplicate workflow creation requests.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.NewMWAASWorkflowCmdlet.Select"> <summary> 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.MWAAServerless.Model.CreateWorkflowResponse). Specifying the name of a property of type Amazon.MWAAServerless.Model.CreateWorkflowResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.NewMWAASWorkflowCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MWAAS.RemoveMWAASResourceTagCmdlet"> <summary> Removes tags from an Amazon Managed Workflows for Apache Airflow Serverless resource. This operation removes the specified tags from the resource. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.RemoveMWAASResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the resource from which to remove tags.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.RemoveMWAASResourceTagCmdlet.TagKey"> <summary> <para> <para>A list of tag keys to remove from the resource. Only the keys are required; the values are ignored.</para><para /> 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. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.RemoveMWAASResourceTagCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MWAAServerless.Model.UntagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.RemoveMWAASResourceTagCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MWAAS.RemoveMWAASWorkflowCmdlet"> <summary> Deletes a workflow and all its versions. This operation permanently removes the workflow and cannot be undone. Amazon Managed Workflows for Apache Airflow Serverless ensures that all associated resources are properly cleaned up, including stopping any running executions, removing scheduled triggers, and cleaning up execution history. The deletion process respects the multi-tenant isolation boundaries and ensures that no residual data or configurations remain that could affect other customers or workflows. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.RemoveMWAASWorkflowCmdlet.WorkflowArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the workflow you want to delete.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.RemoveMWAASWorkflowCmdlet.WorkflowVersion"> <summary> <para> <para>Optional. The specific version of the workflow to delete. If not specified, all versions of the workflow are deleted.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.RemoveMWAASWorkflowCmdlet.Select"> <summary> 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.MWAAServerless.Model.DeleteWorkflowResponse). Specifying the name of a property of type Amazon.MWAAServerless.Model.DeleteWorkflowResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.RemoveMWAASWorkflowCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MWAAS.StartMWAASWorkflowRunCmdlet"> <summary> Starts a new execution of a workflow. This operation creates a workflow run that executes the tasks that are defined in the workflow. Amazon Managed Workflows for Apache Airflow Serverless schedules the workflow execution across its managed Airflow environment, automatically scaling ECS worker tasks based on the workload. The service handles task isolation, dependency resolution, and provides comprehensive monitoring and logging throughout the execution lifecycle. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.StartMWAASWorkflowRunCmdlet.OverrideParameter"> <summary> <para> <para>Optional parameters to override default workflow parameters for this specific run. These parameters are passed to the workflow during execution and can be used to customize behavior without modifying the workflow definition. Parameters are made available as environment variables to tasks and you can reference them within the YAML workflow definition using standard parameter substitution syntax.</para><para /> 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. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.StartMWAASWorkflowRunCmdlet.WorkflowArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the workflow you want to run.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.StartMWAASWorkflowRunCmdlet.WorkflowVersion"> <summary> <para> <para>Optional. The specific version of the workflow to execute. If not specified, the latest version is used.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.StartMWAASWorkflowRunCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This token prevents duplicate workflow run requests.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.StartMWAASWorkflowRunCmdlet.Select"> <summary> 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.MWAAServerless.Model.StartWorkflowRunResponse). Specifying the name of a property of type Amazon.MWAAServerless.Model.StartWorkflowRunResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.StartMWAASWorkflowRunCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MWAAS.StopMWAASWorkflowRunCmdlet"> <summary> Stops a running workflow execution. This operation terminates all running tasks and prevents new tasks from starting. Amazon Managed Workflows for Apache Airflow Serverless gracefully shuts down the workflow execution by stopping task scheduling and terminating active ECS worker containers. The operation transitions the workflow run to a <c>STOPPING</c> state and then to <c>STOPPED</c> once all cleanup is complete. In-flight tasks may complete or be terminated depending on their current execution state. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.StopMWAASWorkflowRunCmdlet.RunId"> <summary> <para> <para>The unique identifier of the workflow run to stop.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.StopMWAASWorkflowRunCmdlet.WorkflowArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the workflow that contains the run you want to stop.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.StopMWAASWorkflowRunCmdlet.Select"> <summary> 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.MWAAServerless.Model.StopWorkflowRunResponse). Specifying the name of a property of type Amazon.MWAAServerless.Model.StopWorkflowRunResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.StopMWAASWorkflowRunCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MWAAS.UpdateMWAASWorkflowCmdlet"> <summary> Updates an existing workflow with new configuration settings. This operation allows you to modify the workflow definition, role, and other settings. When you update a workflow, Amazon Managed Workflows for Apache Airflow Serverless automatically creates a new version with the updated configuration and disables scheduling on all previous versions to ensure only one version is actively scheduled at a time. The update operation maintains workflow history while providing a clean transition to the new configuration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.UpdateMWAASWorkflowCmdlet.DefinitionS3Location_Bucket"> <summary> <para> <para>The name of the Amazon S3 bucket that contains the workflow definition file.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.UpdateMWAASWorkflowCmdlet.Description"> <summary> <para> <para>An updated description for the workflow.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.UpdateMWAASWorkflowCmdlet.EngineVersion"> <summary> <para> <para>The version of the Amazon Managed Workflows for Apache Airflow Serverless engine that you want to use for the updated workflow.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.UpdateMWAASWorkflowCmdlet.LoggingConfiguration_LogGroupName"> <summary> <para> <para>The name of the CloudWatch log group where workflow execution logs are stored.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.UpdateMWAASWorkflowCmdlet.DefinitionS3Location_ObjectKey"> <summary> <para> <para>The key (name) of the workflow definition file within the S3 bucket.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.UpdateMWAASWorkflowCmdlet.RoleArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the IAM role that Amazon Managed Workflows for Apache Airflow Serverless assumes when it executes the updated workflow.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.UpdateMWAASWorkflowCmdlet.NetworkConfiguration_SecurityGroupId"> <summary> <para> <para>A list of VPC security group IDs to associate with the workflow execution environment.</para><para /> 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. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.UpdateMWAASWorkflowCmdlet.NetworkConfiguration_SubnetId"> <summary> <para> <para>A list of VPC subnet IDs where the workflow execution environment is deployed.</para><para /> 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. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.UpdateMWAASWorkflowCmdlet.TriggerMode"> <summary> <para> <para>The trigger mode for the workflow execution.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.UpdateMWAASWorkflowCmdlet.DefinitionS3Location_VersionId"> <summary> <para> <para>Optional. The version ID of the workflow definition file in Amazon S3. If not specified, the latest version is used.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.UpdateMWAASWorkflowCmdlet.WorkflowArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the workflow you want to update.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.UpdateMWAASWorkflowCmdlet.Select"> <summary> 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.MWAAServerless.Model.UpdateWorkflowResponse). Specifying the name of a property of type Amazon.MWAAServerless.Model.UpdateWorkflowResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MWAAS.UpdateMWAASWorkflowCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> </members> </doc> |