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.
- Profile
Name string A name for the signing profile. AWS CloudFormation generates a unique physical ID and uses that ID for the signing profile name.
- 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. Signer. Outputs. Signing Profile Tag> A list of tags associated with the signing profile.
- Arn string
The Amazon Resource Name (ARN) of the specified signing profile.
- Profile
Name string A name for the signing profile. AWS CloudFormation generates a unique physical ID and uses that ID for the signing profile name.
- 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.
- []Signing
Profile Tag A list of tags associated with the signing profile.
- arn String
The Amazon Resource Name (ARN) of the specified signing profile.
- profile
Name String A name for the signing profile. AWS CloudFormation generates a unique physical ID and uses that ID for the signing profile name.
- 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<Signing
Profile Tag> A list of tags associated with the signing profile.
- arn string
The Amazon Resource Name (ARN) of the specified signing profile.
- profile
Name string A name for the signing profile. AWS CloudFormation generates a unique physical ID and uses that ID for the signing profile name.
- 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.
- Signing
Profile 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_ strarn The Amazon Resource Name (ARN) of the specified signing profile version.
- Sequence[Signing
Profile Tag] A list of tags associated with the signing profile.
- arn String
The Amazon Resource Name (ARN) of the specified signing profile.
- profile
Name String A name for the signing profile. AWS CloudFormation generates a unique physical ID and uses that ID for the signing profile name.
- 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
SigningProfileTag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0