interface EsamProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.CfnChannel.EsamProperty |
Java | software.amazon.awscdk.services.medialive.CfnChannel.EsamProperty |
Python | aws_cdk.aws_medialive.CfnChannel.EsamProperty |
TypeScript | @aws-cdk/aws-medialive » CfnChannel » EsamProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive from '@aws-cdk/aws-medialive';
const esamProperty: medialive.CfnChannel.EsamProperty = {
acquisitionPointId: 'acquisitionPointId',
adAvailOffset: 123,
passwordParam: 'passwordParam',
poisEndpoint: 'poisEndpoint',
username: 'username',
zoneIdentity: 'zoneIdentity',
};
Properties
| Name | Type | Description |
|---|---|---|
| acquisition | string | CfnChannel.EsamProperty.AcquisitionPointId. |
| ad | number | CfnChannel.EsamProperty.AdAvailOffset. |
| password | string | CfnChannel.EsamProperty.PasswordParam. |
| pois | string | CfnChannel.EsamProperty.PoisEndpoint. |
| username? | string | CfnChannel.EsamProperty.Username. |
| zone | string | CfnChannel.EsamProperty.ZoneIdentity. |
acquisitionPointId?
Type:
string
(optional)
CfnChannel.EsamProperty.AcquisitionPointId.
adAvailOffset?
Type:
number
(optional)
CfnChannel.EsamProperty.AdAvailOffset.
passwordParam?
Type:
string
(optional)
CfnChannel.EsamProperty.PasswordParam.
poisEndpoint?
Type:
string
(optional)
CfnChannel.EsamProperty.PoisEndpoint.
username?
Type:
string
(optional)
CfnChannel.EsamProperty.Username.
zoneIdentity?
Type:
string
(optional)
CfnChannel.EsamProperty.ZoneIdentity.

.NET
Java
Python
TypeScript