Show / Hide Table of Contents

Class PublicKeyReference

A reference to a PublicKey resource.

Inheritance
object
PublicKeyReference
Implements
IPublicKeyReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Ivs
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class PublicKeyReference : IPublicKeyReference
Syntax (vb)
Public Class PublicKeyReference Implements 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.AWS.Ivs;

            var publicKeyReference = new PublicKeyReference {
                PublicKeyArn = "publicKeyArn"
            };

Synopsis

Constructors

PublicKeyReference()

A reference to a PublicKey resource.

Properties

PublicKeyArn

The Arn of the PublicKey resource.

Constructors

PublicKeyReference()

A reference to a PublicKey resource.

public PublicKeyReference()
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.AWS.Ivs;

            var publicKeyReference = new PublicKeyReference {
                PublicKeyArn = "publicKeyArn"
            };

Properties

PublicKeyArn

The Arn of the PublicKey resource.

public string PublicKeyArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IPublicKeyReference
Back to top Generated by DocFX