Show / Hide Table of Contents

Interface IPublicKey

Represents a Public Key.

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

Synopsis

Properties

PublicKeyId

The ID of the key group.

Properties

PublicKeyId

The ID of the key group.

string PublicKeyId { get; }
Property Value

System.String

Remarks

Attribute: true

Back to top Generated by DocFX