We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.46.0 published on Monday, Dec 29, 2025 by Pulumi
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.46.0 published on Monday, Dec 29, 2025 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)
public static Output<GetSigningProfileResult> getSigningProfile(GetSigningProfileArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:signer:getSigningProfile
arguments:
# arguments dictionaryThe 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.
- Profile
Version string - A version for the signing profile. AWS Signer generates a unique version for each profile of the same profile name.
- Profile
Version stringArn - The Amazon Resource Name (ARN) of the specified signing profile version.
-
List<Pulumi.
Aws Native. Outputs. Tag> - A list of tags associated with the signing profile.
- Arn string
- The Amazon Resource Name (ARN) of the specified signing profile.
- Profile
Version string - A version for the signing profile. AWS Signer generates a unique version for each profile of the same profile name.
- Profile
Version stringArn - The Amazon Resource Name (ARN) of the specified signing profile version.
- Tag
- A list of tags associated with the signing profile.
- arn String
- The Amazon Resource Name (ARN) of the specified signing profile.
- profile
Version String - A version for the signing profile. AWS Signer generates a unique version for each profile of the same profile name.
- profile
Version StringArn - The Amazon Resource Name (ARN) of the specified signing profile version.
- List<Tag>
- A list of tags associated with the signing profile.
- arn string
- The Amazon Resource Name (ARN) of the specified signing profile.
- profile
Version string - A version for the signing profile. AWS Signer generates a unique version for each profile of the same profile name.
- profile
Version stringArn - The Amazon Resource Name (ARN) of the specified signing profile version.
- Tag[]
- A list of tags associated with the signing profile.
- arn str
- The Amazon Resource Name (ARN) of the specified signing profile.
- 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_ strarn - The Amazon Resource Name (ARN) of the specified signing profile version.
- Sequence[root_Tag]
- A list of tags associated with the signing profile.
- arn String
- The Amazon Resource Name (ARN) of the specified signing profile.
- profile
Version String - A version for the signing profile. AWS Signer generates a unique version for each profile of the same profile name.
- profile
Version StringArn - The Amazon Resource Name (ARN) of the specified signing profile version.
- List<Property Map>
- A list of tags associated with the signing profile.
Supporting Types
Tag
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 Cloud Control v1.46.0 published on Monday, Dec 29, 2025 by Pulumi
