The AWS::CodePipeline::CustomActionType resource creates a custom action for activities that aren't included in the CodePipeline default actions, such as running an internally developed build process or a test suite. You can use these custom actions in the stage of a pipeline.
category
(String) The category of the custom action, such as a build action or a test action.input_artifact_details
(Attributes) The details of the input artifact for the action, such as its commit ID. (see below for nested schema)output_artifact_details
(Attributes) The details of the output artifact of the action, such as its commit ID. (see below for nested schema)provider_name
(String) The provider of the service used in the custom action, such as AWS CodeDeploy.version
(String) The version identifier of the custom action.configuration_properties
(Attributes Set) The configuration properties for the custom action. (see below for nested schema)settings
(Attributes) URLs that provide users information about this custom action. (see below for nested schema)tags
(Attributes List) Any tags assigned to the custom action. (see below for nested schema)custom_action_type_id
(String)id
(String) Uniquely identifies the resource.input_artifact_details
Required:
maximum_count
(Number) The maximum number of artifacts allowed for the action type.minimum_count
(Number) The minimum number of artifacts allowed for the action type.output_artifact_details
Required:
maximum_count
(Number) The maximum number of artifacts allowed for the action type.minimum_count
(Number) The minimum number of artifacts allowed for the action type.configuration_properties
Required:
key
(Boolean) Whether the configuration property is a key.name
(String) The name of the action configuration property.required
(Boolean) Whether the configuration property is a required value.secret
(Boolean) Whether the configuration property is secret. Secrets are hidden from all calls except for GetJobDetails, GetThirdPartyJobDetails, PollForJobs, and PollForThirdPartyJobs.Optional:
description
(String) The description of the action configuration property that is displayed to users.queryable
(Boolean) Indicates that the property is used with PollForJobs. When creating a custom action, an action can have up to one queryable property. If it has one, that property must be both required and not secret.If you create a pipeline with a custom action type, and that custom action contains a queryable property, the value for that configuration property is subject to other restrictions. The value must be less than or equal to twenty (20) characters. The value can contain only alphanumeric characters, underscores, and hyphens.type
(String) The type of the configuration property.settings
Optional:
entity_url_template
(String) The URL returned to the AWS CodePipeline console that provides a deep link to the resources of the external system, such as the configuration page for an AWS CodeDeploy deployment group. This link is provided as part of the action display in the pipeline.execution_url_template
(String) The URL returned to the AWS CodePipeline console that contains a link to the top-level landing page for the external system, such as the console page for AWS CodeDeploy. This link is shown on the pipeline view page in the AWS CodePipeline console and provides a link to the execution entity of the external action.revision_url_template
(String) The URL returned to the AWS CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.third_party_configuration_url
(String) The URL of a sign-up page where users can sign up for an external service and perform initial configuration of the action provided by that service.tags
Required:
key
(String)value
(String)Import is supported using the following syntax:
$ terraform import awscc_codepipeline_custom_action_type.example <resource ID>