Class PlaybackKeyPairProps
(experimental) Properties for creating a new Playback Key Pair.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.Ivs.Alpha
Assembly: Amazon.CDK.AWS.IVS.Alpha.dll
Syntax (csharp)
public class PlaybackKeyPairProps : Object, IPlaybackKeyPairProps
Syntax (vb)
Public Class PlaybackKeyPairProps
Inherits Object
Implements IPlaybackKeyPairProps
Remarks
Stability: Experimental
ExampleMetadata: infused
Examples
var keyPair = new PlaybackKeyPair(this, "PlaybackKeyPair", new PlaybackKeyPairProps {
PublicKeyMaterial = myPublicKeyPemString
});
Synopsis
Constructors
Playback |
Properties
Playback |
(experimental) An arbitrary string (a nickname) assigned to a playback key pair that helps the customer identify that resource. |
Public |
(experimental) The public portion of a customer-generated key pair. |
Constructors
PlaybackKeyPairProps()
public PlaybackKeyPairProps()
Properties
PlaybackKeyPairName
(experimental) An arbitrary string (a nickname) assigned to a playback key pair that helps the customer identify that resource.
public string PlaybackKeyPairName { get; set; }
Property Value
System.
Remarks
The value does not need to be unique.
Default: Automatically generated name
Stability: Experimental
PublicKeyMaterial
(experimental) The public portion of a customer-generated key pair.
public string PublicKeyMaterial { get; set; }
Property Value
System.
Remarks
Stability: Experimental