Show / Hide Table of Contents

Class CfnChannelPropsMixin.EsamProperty

Inheritance
object
CfnChannelPropsMixin.EsamProperty
Implements
CfnChannelPropsMixin.IEsamProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-esam.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-esam.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-esam.html#cfn-medialive-channel-esam-acquisitionpointid

AdAvailOffset

public double? AdAvailOffset { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-esam.html#cfn-medialive-channel-esam-adavailoffset

PasswordParam

public string? PasswordParam { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-esam.html#cfn-medialive-channel-esam-passwordparam

PoisEndpoint

public string? PoisEndpoint { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-esam.html#cfn-medialive-channel-esam-poisendpoint

Username

public string? Username { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-esam.html#cfn-medialive-channel-esam-username

ZoneIdentity

public string? ZoneIdentity { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-esam.html#cfn-medialive-channel-esam-zoneidentity

Implements

CfnChannelPropsMixin.IEsamProperty
Back to top Generated by DocFX