Show / Hide Table of Contents

Class PlaybackKeyPair

(experimental) A new IVS Playback Key Pair.

Inheritance
object
Resource
PlaybackKeyPair
Implements
IPlaybackKeyPair
IResource
IConstruct
IDependable
IEnvironmentAware
Inherited Members
Resource.IsOwnedResource(IConstruct)
Resource.IsResource(IConstruct)
Resource.ApplyRemovalPolicy(RemovalPolicy)
Resource.GeneratePhysicalName()
Resource.GetResourceArnAttribute(string, IArnComponents)
Resource.GetResourceNameAttribute(string)
Resource.Env
Resource.PhysicalName
Resource.Stack
Namespace: Amazon.CDK.AWS.Ivs.Alpha
Assembly: Amazon.CDK.AWS.IVS.Alpha.dll
Syntax (csharp)
public class PlaybackKeyPair : Resource, IPlaybackKeyPair, IResource, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Class PlaybackKeyPair Inherits Resource Implements IPlaybackKeyPair, IResource, IConstruct, IDependable, IEnvironmentAware
Remarks

Stability: Experimental

ExampleMetadata: infused

Examples
var keyPair = new PlaybackKeyPair(this, "PlaybackKeyPair", new PlaybackKeyPairProps {
                 PublicKeyMaterial = myPublicKeyPemString
             });

Synopsis

Constructors

PlaybackKeyPair(Construct, string, IPlaybackKeyPairProps)

(experimental) A new IVS Playback Key Pair.

Properties

PROPERTY_INJECTION_ID

(experimental) Uniquely identifies this class.

PlaybackKeyPairArn

(experimental) Key-pair ARN.

PlaybackKeyPairFingerprint

(experimental) Key-pair identifier.

Constructors

PlaybackKeyPair(Construct, string, IPlaybackKeyPairProps)

(experimental) A new IVS Playback Key Pair.

public PlaybackKeyPair(Construct scope, string id, IPlaybackKeyPairProps props)
Parameters
scope Construct
id string
props IPlaybackKeyPairProps
Remarks

Stability: Experimental

Properties

PROPERTY_INJECTION_ID

(experimental) Uniquely identifies this class.

public static string PROPERTY_INJECTION_ID { get; }
Property Value

string

Remarks

Stability: Experimental

PlaybackKeyPairArn

(experimental) Key-pair ARN.

public virtual string PlaybackKeyPairArn { get; }
Property Value

string

Remarks

For example: arn:aws:ivs:us-west-2:693991300569:playback-key/f99cde61-c2b0-4df3-8941-ca7d38acca1a

Stability: Experimental

PlaybackKeyPairFingerprint

(experimental) Key-pair identifier.

public virtual string PlaybackKeyPairFingerprint { get; }
Property Value

string

Remarks

For example: 98:0d:1a:a0:19:96:1e:ea:0a:0a:2c:9a:42:19:2b:e7

Stability: Experimental

Attribute: true

Implements

IPlaybackKeyPair
IResource
Constructs.IConstruct
Constructs.IDependable
IEnvironmentAware
Back to top Generated by DocFX