interface PlaybackKeyPairProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Ivs.Alpha.PlaybackKeyPairProps |
![]() | github.com/aws/aws-cdk-go/awscdkivsalpha/v2#PlaybackKeyPairProps |
![]() | software.amazon.awscdk.services.ivs.alpha.PlaybackKeyPairProps |
![]() | aws_cdk.aws_ivs_alpha.PlaybackKeyPairProps |
![]() | @aws-cdk/aws-ivs-alpha » PlaybackKeyPairProps |
Properties for creating a new Playback Key Pair.
Example
const keyPair = new ivs.PlaybackKeyPair(this, 'PlaybackKeyPair', {
publicKeyMaterial: myPublicKeyPemString,
});
Properties
Name | Type | Description |
---|---|---|
public | string | The public portion of a customer-generated key pair. |
playback | string | An arbitrary string (a nickname) assigned to a playback key pair that helps the customer identify that resource. |
publicKeyMaterial
Type:
string
The public portion of a customer-generated key pair.
playbackKeyPairName?
Type:
string
(optional, default: Automatically generated name)
An arbitrary string (a nickname) assigned to a playback key pair that helps the customer identify that resource.
The value does not need to be unique.