1. Packages
  2. AWS Native
  3. API Docs
  4. pcaconnectorscep
  5. getChallenge

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

aws-native.pcaconnectorscep.getChallenge

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

    Represents a SCEP Challenge that is used for certificate enrollment

    Using getChallenge

    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 getChallenge(args: GetChallengeArgs, opts?: InvokeOptions): Promise<GetChallengeResult>
    function getChallengeOutput(args: GetChallengeOutputArgs, opts?: InvokeOptions): Output<GetChallengeResult>
    def get_challenge(challenge_arn: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetChallengeResult
    def get_challenge_output(challenge_arn: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetChallengeResult]
    func LookupChallenge(ctx *Context, args *LookupChallengeArgs, opts ...InvokeOption) (*LookupChallengeResult, error)
    func LookupChallengeOutput(ctx *Context, args *LookupChallengeOutputArgs, opts ...InvokeOption) LookupChallengeResultOutput

    > Note: This function is named LookupChallenge in the Go SDK.

    public static class GetChallenge 
    {
        public static Task<GetChallengeResult> InvokeAsync(GetChallengeArgs args, InvokeOptions? opts = null)
        public static Output<GetChallengeResult> Invoke(GetChallengeInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetChallengeResult> getChallenge(GetChallengeArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:pcaconnectorscep:getChallenge
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ChallengeArn string
    The Amazon Resource Name (ARN) of the challenge.
    ChallengeArn string
    The Amazon Resource Name (ARN) of the challenge.
    challengeArn String
    The Amazon Resource Name (ARN) of the challenge.
    challengeArn string
    The Amazon Resource Name (ARN) of the challenge.
    challenge_arn str
    The Amazon Resource Name (ARN) of the challenge.
    challengeArn String
    The Amazon Resource Name (ARN) of the challenge.

    getChallenge Result

    The following output properties are available:

    ChallengeArn string
    The Amazon Resource Name (ARN) of the challenge.
    Tags Dictionary<string, string>
    ChallengeArn string
    The Amazon Resource Name (ARN) of the challenge.
    Tags map[string]string
    challengeArn String
    The Amazon Resource Name (ARN) of the challenge.
    tags Map<String,String>
    challengeArn string
    The Amazon Resource Name (ARN) of the challenge.
    tags {[key: string]: string}
    challenge_arn str
    The Amazon Resource Name (ARN) of the challenge.
    tags Mapping[str, str]
    challengeArn String
    The Amazon Resource Name (ARN) of the challenge.
    tags Map<String>

    Package Details

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

    We recommend new projects start with resources from the AWS provider.

    AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi