1. Packages
  2. AWS Native
  3. API Docs
  4. codepipeline
  5. getCustomActionType

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.codepipeline.getCustomActionType

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 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)
    // 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.Outputs.Tag>
    Any tags assigned to the custom action.
    Id string
    Tags Tag
    Any tags assigned to the custom action.
    id String
    tags List<Tag>
    Any tags assigned to the custom action.
    id string
    tags Tag[]
    Any tags assigned to the custom action.
    id str
    tags Sequence[root_Tag]
    Any tags assigned to the custom action.
    id String
    tags List<Property Map>
    Any tags assigned to the custom action.

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi