Class PlaybackKeyPair
(experimental) A new IVS Playback Key Pair.
Inherited Members
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
Remarks
Stability: Experimental
PlaybackKeyPairArn
(experimental) Key-pair ARN.
public virtual string PlaybackKeyPairArn { get; }
Property Value
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
Remarks
For example: 98:0d:1a:a0:19:96:1e:ea:0a:0a:2c:9a:42:19:2b:e7
Stability: Experimental
Attribute: true
Implements
Constructs.IConstruct
Constructs.IDependable