Class: CustomActionType

CodePipeline.CustomActionType

new CustomActionType()

Properties:
Name Type Description
Category String Required: Yes. The category of the custom action, such as a source action or a build action. For valid values, see CreateCustomActionType in the AWS CodePipeline API Reference.Update requires: Replacement
ConfigurationProperties AWSCodePipelineCustomActionTypeConfigurationProperties Required: No. The configuration properties for the custom action.Update requires: Replacement
InputArtifactDetails AWSCodePipelineCustomActionTypeArtifactDetails Required: Yes. The input artifact details for this custom action.Update requires: Replacement
OutputArtifactDetails AWSCodePipelineCustomActionTypeArtifactDetails Required: Yes. The output artifact details for this custom action.Update requires: Replacement
Provider String Required: Yes. The name of the service provider that AWS CodePipeline uses for this custom action.Update requires: Replacement
Settings AWSCodePipelineCustomActionTypeSettings Required: No. URLs that provide users information about this custom action.Update requires: Replacement
Version String Required: No. The version number of this custom action.Update requires: Replacement
Source:

Extends

  • WKResource

CodePipeline.CustomActionType

new CustomActionType()

Properties:
Name Type Description
Category String Required: Yes. The category of the custom action, such as a source action or a build action. For valid values, see CreateCustomActionType in the AWS CodePipeline API Reference.Update requires: Replacement
ConfigurationProperties AWSCodePipelineCustomActionTypeConfigurationProperties Required: No. The configuration properties for the custom action.Update requires: Replacement
InputArtifactDetails AWSCodePipelineCustomActionTypeArtifactDetails Required: Yes. The input artifact details for this custom action.Update requires: Replacement
OutputArtifactDetails AWSCodePipelineCustomActionTypeArtifactDetails Required: Yes. The output artifact details for this custom action.Update requires: Replacement
Provider String Required: Yes. The name of the service provider that AWS CodePipeline uses for this custom action.Update requires: Replacement
Settings AWSCodePipelineCustomActionTypeSettings Required: No. URLs that provide users information about this custom action.Update requires: Replacement
Version String Required: No. The version number of this custom action.Update requires: Replacement
Source:

Extends

  • WKResource