1. Packages
  2. AWS Native
  3. API Docs
  4. signer
  5. getSigningProfile

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

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.signer.getSigningProfile

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    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.Outputs.Tag>
    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 Tag
    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<Tag>
    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 Tag[]
    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[_root_Tag]
    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

    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.100.0 published on Wednesday, Mar 27, 2024 by Pulumi