interface SigningJobReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Signer.SigningJobReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awssigner#SigningJobReference |
Java | software.amazon.awscdk.interfaces.signer.SigningJobReference |
Python | aws_cdk.interfaces.aws_signer.SigningJobReference |
TypeScript | aws-cdk-lib » interfaces » aws_signer » SigningJobReference |
A reference to a SigningJob resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_signer as interfaces_signer } from 'aws-cdk-lib/interfaces';
const signingJobReference: interfaces_signer.SigningJobReference = {
signingJobArn: 'signingJobArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| signing | string | The Arn of the SigningJob resource. |
signingJobArn
Type:
string
The Arn of the SigningJob resource.

.NET
Go
Java
Python
TypeScript