Data Source schema for AWS::CodePipeline::CustomActionType
id
(String) Uniquely identifies the resource.category
(String) The category of the custom action, such as a build action or a test action.configuration_properties
(Attributes Set) The configuration properties for the custom action. (see below for nested schema)custom_action_type_id
(String)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.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)version
(String) The version identifier of the custom action.configuration_properties
Read-Only:
description
(String) The description of the action configuration property that is displayed to users.key
(Boolean) Whether the configuration property is a key.name
(String) The name of the action configuration property.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.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.type
(String) The type of the configuration property.input_artifact_details
Read-Only:
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
Read-Only:
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.settings
Read-Only:
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
Read-Only:
key
(String)value
(String)