Show / Hide Table of Contents

Class CfnSigningProfile

A CloudFormation AWS::Signer::SigningProfile.

Inheritance
System.Object
Construct
CfnElement
CfnRefElement
CfnResource
CfnSigningProfile
Implements
IConstruct
Constructs.IConstruct
IDependable
IInspectable
Inherited Members
CfnResource.IsCfnResource(IConstruct)
CfnResource.AddDeletionOverride(String)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(String, Object)
CfnResource.AddOverride(String, Object)
CfnResource.AddPropertyDeletionOverride(String)
CfnResource.AddPropertyOverride(String, Object)
CfnResource.ApplyRemovalPolicy(Nullable<RemovalPolicy>, IRemovalPolicyOptions)
CfnResource.GetAtt(String)
CfnResource.GetMetadata(String)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(Object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.UpdatedProperites
CfnRefElement.Ref
CfnElement.IsCfnElement(Object)
CfnElement.OverrideLogicalId(String)
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
Construct.IsConstruct(Object)
Construct.OnPrepare()
Construct.OnSynthesize(ISynthesisSession)
Construct.OnValidate()
Construct.Prepare()
Construct.Synthesize(ISynthesisSession)
Construct.Validate()
Construct.Node
Namespace: Amazon.CDK.AWS.Signer
Assembly: Amazon.CDK.AWS.Signer.dll
Syntax (csharp)
public class CfnSigningProfile : CfnResource, IConstruct, IConstruct, IDependable, IInspectable
Syntax (vb)
Public Class CfnSigningProfile
    Inherits CfnResource
    Implements IConstruct, IConstruct, IDependable, IInspectable
Remarks

Creates a signing profile. A signing profile is a code signing template that can be used to carry out a pre-defined signing job.

CloudformationResource: AWS::Signer::SigningProfile

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-signer-signingprofile.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.AWS.Signer;

CfnSigningProfile cfnSigningProfile = new CfnSigningProfile(this, "MyCfnSigningProfile", new CfnSigningProfileProps {
    PlatformId = "platformId",

    // the properties below are optional
    SignatureValidityPeriod = new SignatureValidityPeriodProperty {
        Type = "type",
        Value = 123
    },
    Tags = new [] { new CfnTag {
        Key = "key",
        Value = "value"
    } }
});

Synopsis

Constructors

CfnSigningProfile(Construct, String, ICfnSigningProfileProps)

Create a new AWS::Signer::SigningProfile.

CfnSigningProfile(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

CfnSigningProfile(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

Properties

AttrArn
AttrProfileName
AttrProfileVersion
AttrProfileVersionArn
CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

CfnProperties
PlatformId

The ID of a platform that is available for use by a signing profile.

SignatureValidityPeriod

The validity period override for any signature generated using this signing profile.

Tags

A list of tags associated with the signing profile.

Methods

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

RenderProperties(IDictionary<String, Object>)

Constructors

CfnSigningProfile(Construct, String, ICfnSigningProfileProps)

Create a new AWS::Signer::SigningProfile.

public CfnSigningProfile(Construct scope, string id, ICfnSigningProfileProps props)
Parameters
scope Construct
  • scope in which this resource is defined.
id System.String
  • scoped id of the resource.
props ICfnSigningProfileProps
  • resource properties.

CfnSigningProfile(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

protected CfnSigningProfile(ByRefValue reference)
Parameters
reference Amazon.JSII.Runtime.Deputy.ByRefValue

The Javascript-owned object reference

CfnSigningProfile(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

protected CfnSigningProfile(DeputyBase.DeputyProps props)
Parameters
props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps

The deputy props

Properties

AttrArn

public virtual string AttrArn { get; }
Property Value

System.String

Remarks

CloudformationAttribute: Arn

AttrProfileName

public virtual string AttrProfileName { get; }
Property Value

System.String

Remarks

CloudformationAttribute: ProfileName

AttrProfileVersion

public virtual string AttrProfileVersion { get; }
Property Value

System.String

Remarks

CloudformationAttribute: ProfileVersion

AttrProfileVersionArn

public virtual string AttrProfileVersionArn { get; }
Property Value

System.String

Remarks

CloudformationAttribute: ProfileVersionArn

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value

System.String

CfnProperties

protected override IDictionary<string, object> CfnProperties { get; }
Property Value

System.Collections.Generic.IDictionary<System.String, System.Object>

Overrides
CfnResource.CfnProperties

PlatformId

The ID of a platform that is available for use by a signing profile.

public virtual string PlatformId { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-signer-signingprofile.html#cfn-signer-signingprofile-platformid

SignatureValidityPeriod

The validity period override for any signature generated using this signing profile.

public virtual object SignatureValidityPeriod { get; set; }
Property Value

System.Object

Remarks

If unspecified, the default is 135 months.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-signer-signingprofile.html#cfn-signer-signingprofile-signaturevalidityperiod

Tags

A list of tags associated with the signing profile.

public virtual TagManager Tags { get; }
Property Value

TagManager

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-signer-signingprofile.html#cfn-signer-signingprofile-tags

Methods

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

public virtual void Inspect(TreeInspector inspector)
Parameters
inspector TreeInspector
  • tree inspector to collect and process attributes.

RenderProperties(IDictionary<String, Object>)

protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
props System.Collections.Generic.IDictionary<System.String, System.Object>
Returns

System.Collections.Generic.IDictionary<System.String, System.Object>

Overrides
CfnResource.RenderProperties(IDictionary<String, Object>)

Implements

IConstruct
Constructs.IConstruct
IDependable
IInspectable
Back to top Generated by DocFX