-ActionType_Description <
String>
The description for the action type to be updated.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The properties of the action type to be updated. 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 | ActionType_Properties |
Amazon.PowerShell.Cmdlets.CP.AmazonCodePipelineClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-Executor_JobTimeout <
Int32>
The timeout in seconds for the job. An action execution can have multiple jobs. This is the timeout for a single job, not the entire action execution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ActionType_Executor_JobTimeout |
-Executor_PolicyStatementsTemplate <
String>
The policy statement that specifies the permissions in the CodePipeline customer account that are needed to successfully run an action.To grant permission to another account, specify the account ID as the Principal, a domain-style identifier defined by the service, for example codepipeline.amazonaws.com.The size of the passed JSON policy document cannot exceed 2048 characters.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ActionType_Executor_PolicyStatementsTemplate |
The integration model used to create and update the action type, Lambda or JobWorker.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ActionType_Executor_Type |
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) |
Defines what kind of action can be taken in the stage, one of the following:
- Source
- Build
- Test
- Deploy
- Approval
- Invoke
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ActionType_Id_Category |
The creator of the action type being called: AWS or ThirdParty.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ActionType_Id_Owner |
The provider of the action type being called. The provider name is supplied when the action type is created.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ActionType_Id_Provider |
A string that describes the action type version.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ActionType_Id_Version |
-InputArtifactDetails_MaximumCount <
Int32>
The maximum number of artifacts that can be used with the actiontype. For example, you should specify a minimum and maximum of zero input artifacts for an action type with a category of source.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ActionType_InputArtifactDetails_MaximumCount |
-InputArtifactDetails_MinimumCount <
Int32>
The minimum number of artifacts that can be used with the action type. For example, you should specify a minimum and maximum of zero input artifacts for an action type with a category of source.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ActionType_InputArtifactDetails_MinimumCount |
-JobWorkerExecutorConfiguration_PollingAccount <
String[]>
The accounts in which the job worker is configured and might poll for jobs as part of the action execution. 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 | ActionType_Executor_Configuration_JobWorkerExecutorConfiguration_PollingAccounts |
-JobWorkerExecutorConfiguration_PollingServicePrincipal <
String[]>
The service Principals in which the job worker is configured and might poll for jobs as part of the action execution. 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 | ActionType_Executor_Configuration_JobWorkerExecutorConfiguration_PollingServicePrincipals |
-LambdaExecutorConfiguration_LambdaFunctionArn <
String>
The ARN of the Lambda function used by the action engine.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ActionType_Executor_Configuration_LambdaExecutorConfiguration_LambdaFunctionArn |
-OutputArtifactDetails_MaximumCount <
Int32>
The maximum number of artifacts that can be used with the actiontype. For example, you should specify a minimum and maximum of zero input artifacts for an action type with a category of source.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ActionType_OutputArtifactDetails_MaximumCount |
-OutputArtifactDetails_MinimumCount <
Int32>
The minimum number of artifacts that can be used with the action type. For example, you should specify a minimum and maximum of zero input artifacts for an action type with a category of source.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ActionType_OutputArtifactDetails_MinimumCount |
A list of Amazon Web Services account IDs with access to use the action type in their pipelines. 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 | ActionType_Permissions_AllowedAccounts |
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.CodePipeline.Model.UpdateActionTypeResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-Urls_ConfigurationUrl <
String>
The URL returned to the CodePipeline console that contains a link to the page where customers can configure the external action.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ActionType_Urls_ConfigurationUrl |
-Urls_EntityUrlTemplate <
String>
The URL returned to the CodePipeline console that provides a deep link to the resources of the external system, such as a status page. This link is provided as part of the action display in the pipeline.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ActionType_Urls_EntityUrlTemplate |
-Urls_ExecutionUrlTemplate <
String>
The link to an execution page for the action type in progress. For example, for a CodeDeploy action, this link is shown on the pipeline view page in the CodePipeline console, and it links to a CodeDeploy status page.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ActionType_Urls_ExecutionUrlTemplate |
-Urls_RevisionUrlTemplate <
String>
The URL returned to the CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ActionType_Urls_RevisionUrlTemplate |