aws-native logo
AWS Native v0.64.0, Jun 2 23

aws-native.codepipeline.getCustomActionType

Explore with Pulumi AI

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)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:codepipeline:getCustomActionType
  arguments:
    # arguments dictionary

The following arguments are supported:

Category string

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

Provider string

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

Version string

The version identifier of the custom action.

Category string

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

Provider string

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

Version string

The version identifier of the custom action.

category String

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

provider String

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

version String

The version identifier of the custom action.

category string

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

provider string

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

version string

The version identifier of the custom action.

category str

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

provider str

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

version str

The version identifier of the custom action.

category String

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

provider String

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

version String

The version identifier of the custom action.

getCustomActionType Result

The following output properties are available:

Id string
Tags List<Pulumi.AwsNative.CodePipeline.Outputs.CustomActionTypeTag>

Any tags assigned to the custom action.

Id string
Tags []CustomActionTypeTag

Any tags assigned to the custom action.

id String
tags List<CustomActionTypeTag>

Any tags assigned to the custom action.

id string
tags CustomActionTypeTag[]

Any tags assigned to the custom action.

id str
tags Sequence[CustomActionTypeTag]

Any tags assigned to the custom action.

id String
tags List<Property Map>

Any tags assigned to the custom action.

Supporting Types

CustomActionTypeTag

Key string
Value string
Key string
Value string
key String
value String
key string
value string
key str
value str
key String
value String

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0