interface CfnPlaybackKeyPairProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.IVS.CfnPlaybackKeyPairProps |
Java | software.amazon.awscdk.services.ivs.CfnPlaybackKeyPairProps |
Python | aws_cdk.aws_ivs.CfnPlaybackKeyPairProps |
TypeScript | @aws-cdk/aws-ivs » CfnPlaybackKeyPairProps |
Properties for defining a CfnPlaybackKeyPair
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as ivs from '@aws-cdk/aws-ivs';
const cfnPlaybackKeyPairProps: ivs.CfnPlaybackKeyPairProps = {
name: 'name',
publicKeyMaterial: 'publicKeyMaterial',
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
name? | string | Playback-key-pair name. |
public | string | The public portion of a customer-generated key pair. |
tags? | Cfn [] | An array of key-value pairs to apply to this resource. |
name?
Type:
string
(optional)
Playback-key-pair name.
The value does not need to be unique.
publicKeyMaterial?
Type:
string
(optional)
The public portion of a customer-generated key pair.
tags?
Type:
Cfn
[]
(optional)
An array of key-value pairs to apply to this resource.
For more information, see Tag .