Show / Hide Table of Contents

Class PlaybackKeyPair

(experimental) A new IVS Playback Key Pair.

Inheritance
System.Object
Construct
Resource
PlaybackKeyPair
Implements
IPlaybackKeyPair
IResource
IConstruct
Constructs.IConstruct
IDependable
Inherited Members
Resource.IsResource(IConstruct)
Resource.ApplyRemovalPolicy(RemovalPolicy)
Resource.GeneratePhysicalName()
Resource.GetResourceArnAttribute(String, IArnComponents)
Resource.GetResourceNameAttribute(String)
Resource.Env
Resource.PhysicalName
Resource.Stack
Construct.IsConstruct(Object)
Construct.OnPrepare()
Construct.OnSynthesize(ISynthesisSession)
Construct.OnValidate()
Construct.Prepare()
Construct.Synthesize(ISynthesisSession)
Construct.Validate()
Construct.Node
Namespace: Amazon.CDK.AWS.IVS
Assembly: Amazon.CDK.AWS.IVS.dll
Syntax (csharp)
public class PlaybackKeyPair : Resource, IPlaybackKeyPair, IResource, IConstruct, IConstruct, IDependable
Syntax (vb)
Public Class PlaybackKeyPair
    Inherits Resource
    Implements IPlaybackKeyPair, IResource, IConstruct, IConstruct, IDependable
Remarks

Stability: Experimental

Synopsis

Constructors

PlaybackKeyPair(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

PlaybackKeyPair(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

PlaybackKeyPair(Construct, String, IPlaybackKeyPairProps)

Properties

PlaybackKeyPairArn

(experimental) Key-pair ARN.

PlaybackKeyPairFingerprint

(experimental) Key-pair identifier.

Constructors

PlaybackKeyPair(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

protected PlaybackKeyPair(ByRefValue reference)
Parameters
reference Amazon.JSII.Runtime.Deputy.ByRefValue

The Javascript-owned object reference

PlaybackKeyPair(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

protected PlaybackKeyPair(DeputyBase.DeputyProps props)
Parameters
props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps

The deputy props

PlaybackKeyPair(Construct, String, IPlaybackKeyPairProps)

public PlaybackKeyPair(Construct scope, string id, IPlaybackKeyPairProps props)
Parameters
scope Constructs.Construct
id System.String
props IPlaybackKeyPairProps
Remarks

Stability: Experimental

Properties

PlaybackKeyPairArn

(experimental) Key-pair ARN.

public virtual string PlaybackKeyPairArn { get; }
Property Value

System.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

System.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
IConstruct
Constructs.IConstruct
IDependable
Back to top Generated by DocFX