We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
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.
Using getCustomActionType
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCustomActionType(args: GetCustomActionTypeArgs, opts?: InvokeOptions): Promise<GetCustomActionTypeResult>
function getCustomActionTypeOutput(args: GetCustomActionTypeOutputArgs, opts?: InvokeOptions): Output<GetCustomActionTypeResult>def get_custom_action_type(category: Optional[str] = None,
provider: Optional[str] = None,
version: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCustomActionTypeResult
def get_custom_action_type_output(category: Optional[pulumi.Input[str]] = None,
provider: Optional[pulumi.Input[str]] = None,
version: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCustomActionTypeResult]func LookupCustomActionType(ctx *Context, args *LookupCustomActionTypeArgs, opts ...InvokeOption) (*LookupCustomActionTypeResult, error)
func LookupCustomActionTypeOutput(ctx *Context, args *LookupCustomActionTypeOutputArgs, opts ...InvokeOption) LookupCustomActionTypeResultOutput> Note: This function is named LookupCustomActionType in the Go SDK.
public static class GetCustomActionType
{
public static Task<GetCustomActionTypeResult> InvokeAsync(GetCustomActionTypeArgs args, InvokeOptions? opts = null)
public static Output<GetCustomActionTypeResult> Invoke(GetCustomActionTypeInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCustomActionTypeResult> getCustomActionType(GetCustomActionTypeArgs args, InvokeOptions options)
public static Output<GetCustomActionTypeResult> getCustomActionType(GetCustomActionTypeArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:codepipeline:getCustomActionType
arguments:
# arguments dictionaryThe following arguments are supported:
getCustomActionType Result
The following output properties are available:
- Id string
-
List<Pulumi.
Aws Native. Outputs. Tag> - Any tags assigned to the custom action.
- id str
- Sequence[root_Tag]
- Any tags assigned to the custom action.
- id String
- List<Property Map>
- Any tags assigned to the custom action.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 9, 2026 by Pulumi
