Class CfnChannelPropsMixin.EsamProperty
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnChannelPropsMixin.EsamProperty : CfnChannelPropsMixin.IEsamProperty
Syntax (vb)
Public Class CfnChannelPropsMixin.EsamProperty Implements CfnChannelPropsMixin.IEsamProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins;
var esamProperty = new EsamProperty {
AcquisitionPointId = "acquisitionPointId",
AdAvailOffset = 123,
PasswordParam = "passwordParam",
PoisEndpoint = "poisEndpoint",
Username = "username",
ZoneIdentity = "zoneIdentity"
};
Synopsis
Constructors
| EsamProperty() |
Properties
| AcquisitionPointId | |
| AdAvailOffset | |
| PasswordParam | |
| PoisEndpoint | |
| Username | |
| ZoneIdentity |
Constructors
EsamProperty()
public EsamProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins;
var esamProperty = new EsamProperty {
AcquisitionPointId = "acquisitionPointId",
AdAvailOffset = 123,
PasswordParam = "passwordParam",
PoisEndpoint = "poisEndpoint",
Username = "username",
ZoneIdentity = "zoneIdentity"
};
Properties
AcquisitionPointId
public string? AcquisitionPointId { get; set; }
Property Value
Remarks
AdAvailOffset
public double? AdAvailOffset { get; set; }
Property Value
Remarks
PasswordParam
public string? PasswordParam { get; set; }
Property Value
Remarks
PoisEndpoint
public string? PoisEndpoint { get; set; }
Property Value
Remarks
Username
public string? Username { get; set; }
Property Value
Remarks
ZoneIdentity
public string? ZoneIdentity { get; set; }