Show / Hide Table of Contents

Interface IPublicKey

Represents a Public Key.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IPublicKeyRef.PublicKeyRef
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPublicKey : IResource, IPublicKeyRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IPublicKey Inherits IResource, IPublicKeyRef, IConstruct, IDependable, IEnvironmentAware

Synopsis

Properties

PublicKeyId

The ID of the key group.

Properties

PublicKeyId

The ID of the key group.

string PublicKeyId { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX