getCustomActionType

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.

Return

null

Parameters

argument

null


suspend fun getCustomActionType(category: String, provider: String, version: String): GetCustomActionTypeResult

Return

null

Parameters

category

The category of the custom action, such as a build action or a test action.

provider

The provider of the service used in the custom action, such as AWS CodeDeploy.

version

The version identifier of the custom action.

See also


Return

null

Parameters

argument

Builder for com.pulumi.awsnative.codepipeline.kotlin.inputs.GetCustomActionTypePlainArgs.

See also