Interface CfnChannelPropsMixin.IEsamProperty
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnChannelPropsMixin.IEsamProperty
Syntax (vb)
Public Interface 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
Properties
| AcquisitionPointId | |
| AdAvailOffset | |
| PasswordParam | |
| PoisEndpoint | |
| Username | |
| ZoneIdentity |
Properties
AcquisitionPointId
string? AcquisitionPointId { get; }
Property Value
Remarks
AdAvailOffset
double? AdAvailOffset { get; }
Property Value
Remarks
PasswordParam
string? PasswordParam { get; }
Property Value
Remarks
PoisEndpoint
string? PoisEndpoint { get; }
Property Value
Remarks
Username
string? Username { get; }
Property Value
Remarks
ZoneIdentity
string? ZoneIdentity { get; }