interface CfnSigningJobProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Signer.CfnSigningJobProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssigner#CfnSigningJobProps |
Java | software.amazon.awscdk.services.signer.CfnSigningJobProps |
Python | aws_cdk.aws_signer.CfnSigningJobProps |
TypeScript | aws-cdk-lib » aws_signer » CfnSigningJobProps |
Properties for defining a CfnSigningJob.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-signer-signingjob.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_signer as signer } from 'aws-cdk-lib';
const cfnSigningJobProps: signer.CfnSigningJobProps = {
profileName: 'profileName',
};
Properties
| Name | Type | Description |
|---|---|---|
| profile | string | The name of the signing profile. |
profileName
Type:
string
The name of the signing profile.

.NET
Go
Java
Python
TypeScript