Table of Contents

Class SigningProfileAttributes

Namespace
Amazon.CDK.AWS.Signer
Assembly
Amazon.CDK.AWS.Signer.dll

A reference to a Signing Profile.

public class SigningProfileAttributes : ISigningProfileAttributes
Inheritance
SigningProfileAttributes
Implements
Inherited Members

Examples

// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK.AWS.Signer;

            var signingProfileAttributes = new SigningProfileAttributes {
                SigningProfileName = "signingProfileName",
                SigningProfileVersion = "signingProfileVersion"
            };

Remarks

ExampleMetadata: fixture=_generated

Constructors

SigningProfileAttributes()

public SigningProfileAttributes()

Properties

SigningProfileName

The name of signing profile.

public string SigningProfileName { get; set; }

Property Value

string

SigningProfileVersion

The version of signing profile.

public string SigningProfileVersion { get; set; }

Property Value

string