Class CfnSigningJobMixinProps
Properties for CfnSigningJobPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Signer
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnSigningJobMixinProps : ICfnSigningJobMixinProps
Syntax (vb)
Public Class CfnSigningJobMixinProps Implements ICfnSigningJobMixinProps
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-signer-signingjob.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Signer;
var cfnSigningJobMixinProps = new CfnSigningJobMixinProps {
ProfileName = "profileName"
};
Synopsis
Constructors
| CfnSigningJobMixinProps() | Properties for CfnSigningJobPropsMixin. |
Properties
| ProfileName | The name of the signing profile. |
Constructors
CfnSigningJobMixinProps()
Properties for CfnSigningJobPropsMixin.
public CfnSigningJobMixinProps()
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-signer-signingjob.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Signer;
var cfnSigningJobMixinProps = new CfnSigningJobMixinProps {
ProfileName = "profileName"
};
Properties
ProfileName
The name of the signing profile.
public string? ProfileName { get; set; }