AWS Native is in preview. AWS Classic is fully supported.
aws-native.codepipeline.getCustomActionType
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
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:
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
AWS Native is in preview. AWS Classic is fully supported.