Class CfnCodeSigningConfig.AllowedPublishersProperty
List of signing profiles that can sign a code package.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Lambda
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnCodeSigningConfig.AllowedPublishersProperty : CfnCodeSigningConfig.IAllowedPublishersProperty
Syntax (vb)
Public Class CfnCodeSigningConfig.AllowedPublishersProperty Implements CfnCodeSigningConfig.IAllowedPublishersProperty
Remarks
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.AWS.Lambda;
var allowedPublishersProperty = new AllowedPublishersProperty {
SigningProfileVersionArns = new [] { "signingProfileVersionArns" }
};
Synopsis
Constructors
AllowedPublishersProperty() | List of signing profiles that can sign a code package. |
Properties
SigningProfileVersionArns | The Amazon Resource Name (ARN) for each of the signing profiles. |
Constructors
AllowedPublishersProperty()
List of signing profiles that can sign a code package.
public AllowedPublishersProperty()
Remarks
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.AWS.Lambda;
var allowedPublishersProperty = new AllowedPublishersProperty {
SigningProfileVersionArns = new [] { "signingProfileVersionArns" }
};
Properties
SigningProfileVersionArns
The Amazon Resource Name (ARN) for each of the signing profiles.
public string[] SigningProfileVersionArns { get; set; }
Property Value
string[]
Remarks
A signing profile defines a trusted user who can sign a code package.