Show / Hide Table of Contents

Interface IPublicKeyReference

A reference to a PublicKey resource.

Namespace: Amazon.CDK.Interfaces.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPublicKeyReference
Syntax (vb)
Public Interface IPublicKeyReference
Remarks

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.Interfaces.CloudFront;

            var publicKeyReference = new PublicKeyReference {
                PublicKeyId = "publicKeyId"
            };

Synopsis

Properties

PublicKeyId

The Id of the PublicKey resource.

Properties

PublicKeyId

The Id of the PublicKey resource.

string PublicKeyId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX