interface CfnSigningJobMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Signer.CfnSigningJobMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssigner#CfnSigningJobMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.signer.CfnSigningJobMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_signer.CfnSigningJobMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_signer » CfnSigningJobMixinProps |
Properties for CfnSigningJobPropsMixin.
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/cfn-property-mixins';
const cfnSigningJobMixinProps: signer.CfnSigningJobMixinProps = {
profileName: 'profileName',
};
Properties
| Name | Type | Description |
|---|---|---|
| profile | string | The name of the signing profile. |
profileName?
Type:
string
(optional)
The name of the signing profile.

.NET
Go
Java
Python
TypeScript