Class PlaybackKeyPairReference
A reference to a PlaybackKeyPair resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.Ivs
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class PlaybackKeyPairReference : IPlaybackKeyPairReference
Syntax (vb)
Public Class PlaybackKeyPairReference Implements IPlaybackKeyPairReference
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.Ivs;
var playbackKeyPairReference = new PlaybackKeyPairReference {
PlaybackKeyPairArn = "playbackKeyPairArn"
};
Synopsis
Constructors
| PlaybackKeyPairReference() | A reference to a PlaybackKeyPair resource. |
Properties
| PlaybackKeyPairArn | The Arn of the PlaybackKeyPair resource. |
Constructors
PlaybackKeyPairReference()
A reference to a PlaybackKeyPair resource.
public PlaybackKeyPairReference()
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.Ivs;
var playbackKeyPairReference = new PlaybackKeyPairReference {
PlaybackKeyPairArn = "playbackKeyPairArn"
};
Properties
PlaybackKeyPairArn
The Arn of the PlaybackKeyPair resource.
public string PlaybackKeyPairArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated