aws-native logo
AWS Native v0.63.0, May 25 23

aws-native.signer.getSigningProfile

Explore with Pulumi AI

A signing profile is a signing template that can be used to carry out a pre-defined signing job.

Using getSigningProfile

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 getSigningProfile(args: GetSigningProfileArgs, opts?: InvokeOptions): Promise<GetSigningProfileResult>
function getSigningProfileOutput(args: GetSigningProfileOutputArgs, opts?: InvokeOptions): Output<GetSigningProfileResult>
def get_signing_profile(arn: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetSigningProfileResult
def get_signing_profile_output(arn: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetSigningProfileResult]
func LookupSigningProfile(ctx *Context, args *LookupSigningProfileArgs, opts ...InvokeOption) (*LookupSigningProfileResult, error)
func LookupSigningProfileOutput(ctx *Context, args *LookupSigningProfileOutputArgs, opts ...InvokeOption) LookupSigningProfileResultOutput

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

public static class GetSigningProfile 
{
    public static Task<GetSigningProfileResult> InvokeAsync(GetSigningProfileArgs args, InvokeOptions? opts = null)
    public static Output<GetSigningProfileResult> Invoke(GetSigningProfileInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSigningProfileResult> getSigningProfile(GetSigningProfileArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:signer:getSigningProfile
  arguments:
    # arguments dictionary

The following arguments are supported:

Arn string

The Amazon Resource Name (ARN) of the specified signing profile.

Arn string

The Amazon Resource Name (ARN) of the specified signing profile.

arn String

The Amazon Resource Name (ARN) of the specified signing profile.

arn string

The Amazon Resource Name (ARN) of the specified signing profile.

arn str

The Amazon Resource Name (ARN) of the specified signing profile.

arn String

The Amazon Resource Name (ARN) of the specified signing profile.

getSigningProfile Result

The following output properties are available:

Arn string

The Amazon Resource Name (ARN) of the specified signing profile.

ProfileName string

A name for the signing profile. AWS CloudFormation generates a unique physical ID and uses that ID for the signing profile name.

ProfileVersion string

A version for the signing profile. AWS Signer generates a unique version for each profile of the same profile name.

ProfileVersionArn string

The Amazon Resource Name (ARN) of the specified signing profile version.

Tags List<Pulumi.AwsNative.Signer.Outputs.SigningProfileTag>

A list of tags associated with the signing profile.

Arn string

The Amazon Resource Name (ARN) of the specified signing profile.

ProfileName string

A name for the signing profile. AWS CloudFormation generates a unique physical ID and uses that ID for the signing profile name.

ProfileVersion string

A version for the signing profile. AWS Signer generates a unique version for each profile of the same profile name.

ProfileVersionArn string

The Amazon Resource Name (ARN) of the specified signing profile version.

Tags []SigningProfileTag

A list of tags associated with the signing profile.

arn String

The Amazon Resource Name (ARN) of the specified signing profile.

profileName String

A name for the signing profile. AWS CloudFormation generates a unique physical ID and uses that ID for the signing profile name.

profileVersion String

A version for the signing profile. AWS Signer generates a unique version for each profile of the same profile name.

profileVersionArn String

The Amazon Resource Name (ARN) of the specified signing profile version.

tags List<SigningProfileTag>

A list of tags associated with the signing profile.

arn string

The Amazon Resource Name (ARN) of the specified signing profile.

profileName string

A name for the signing profile. AWS CloudFormation generates a unique physical ID and uses that ID for the signing profile name.

profileVersion string

A version for the signing profile. AWS Signer generates a unique version for each profile of the same profile name.

profileVersionArn string

The Amazon Resource Name (ARN) of the specified signing profile version.

tags SigningProfileTag[]

A list of tags associated with the signing profile.

arn str

The Amazon Resource Name (ARN) of the specified signing profile.

profile_name str

A name for the signing profile. AWS CloudFormation generates a unique physical ID and uses that ID for the signing profile name.

profile_version str

A version for the signing profile. AWS Signer generates a unique version for each profile of the same profile name.

profile_version_arn str

The Amazon Resource Name (ARN) of the specified signing profile version.

tags Sequence[SigningProfileTag]

A list of tags associated with the signing profile.

arn String

The Amazon Resource Name (ARN) of the specified signing profile.

profileName String

A name for the signing profile. AWS CloudFormation generates a unique physical ID and uses that ID for the signing profile name.

profileVersion String

A version for the signing profile. AWS Signer generates a unique version for each profile of the same profile name.

profileVersionArn String

The Amazon Resource Name (ARN) of the specified signing profile version.

tags List<Property Map>

A list of tags associated with the signing profile.

Supporting Types

SigningProfileTag

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