Show / Hide Table of Contents

Class PlaybackKeyPairReference

A reference to a PlaybackKeyPair resource.

Inheritance
object
PlaybackKeyPairReference
Implements
IPlaybackKeyPairReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IPlaybackKeyPairReference
Back to top Generated by DocFX