Class PublicKeyReference
A reference to a PublicKey resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated