Show / Hide Table of Contents

Class CfnSigningJobMixinProps

Properties for CfnSigningJobPropsMixin.

Inheritance
object
CfnSigningJobMixinProps
Implements
ICfnSigningJobMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-signer-signingjob.html#cfn-signer-signingjob-profilename

Implements

ICfnSigningJobMixinProps
Back to top Generated by DocFX