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
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:
- Challenge
Arn string - The Amazon Resource Name (ARN) of the challenge.
- Challenge
Arn string - The Amazon Resource Name (ARN) of the challenge.
- challenge
Arn String - The Amazon Resource Name (ARN) of the challenge.
- challenge
Arn string - The Amazon Resource Name (ARN) of the challenge.
- challenge_
arn str - The Amazon Resource Name (ARN) of the challenge.
- challenge
Arn String - The Amazon Resource Name (ARN) of the challenge.
getChallenge Result
The following output properties are available:
- Challenge
Arn string - The Amazon Resource Name (ARN) of the challenge.
- Dictionary<string, string>
- Challenge
Arn string - The Amazon Resource Name (ARN) of the challenge.
- map[string]string
- challenge
Arn String - The Amazon Resource Name (ARN) of the challenge.
- Map<String,String>
- challenge
Arn string - The Amazon Resource Name (ARN) of the challenge.
- {[key: string]: string}
- challenge_
arn str - The Amazon Resource Name (ARN) of the challenge.
- Mapping[str, str]
- challenge
Arn String - The Amazon Resource Name (ARN) of the challenge.
- Map<String>
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi