Show / Hide Table of Contents

Class CfnFeedLogsMixin

Represents a feed that receives media for inference processing.

Inheritance
object
Mixin
CfnFeedLogsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
Namespace: Amazon.CDK.Mixins.Preview.AWS.ElementalInference.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnFeedLogsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnFeedLogsMixin Inherits Mixin Implements IMixin
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elementalinference-feed.html

CloudformationResource: AWS::ElementalInference::Feed

Mixin: true

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.Logs;
             using Amazon.CDK.Mixins.Preview.AWS.ElementalInference.Mixins;

             ILogsDelivery logsDelivery;

             var cfnFeedLogsMixin = new CfnFeedLogsMixin("logType", logsDelivery);

Synopsis

Constructors

CfnFeedLogsMixin(string, ILogsDelivery)

Create a mixin to enable vended logs for AWS::ElementalInference::Feed.

Properties

APPLICATION_LOGS

Represents a feed that receives media for inference processing.

LogDelivery

Represents a feed that receives media for inference processing.

LogType

Represents a feed that receives media for inference processing.

Methods

ApplyTo(IConstruct)

Apply vended logs configuration to the construct.

Supports(IConstruct)

Check if this mixin supports the given construct (has vendedLogs property).

Constructors

CfnFeedLogsMixin(string, ILogsDelivery)

Create a mixin to enable vended logs for AWS::ElementalInference::Feed.

public CfnFeedLogsMixin(string logType, ILogsDelivery logDelivery)
Parameters
logType string

Type of logs that are getting vended.

logDelivery ILogsDelivery

Object in charge of setting up the delivery source, delivery destination, and delivery connection.

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elementalinference-feed.html

CloudformationResource: AWS::ElementalInference::Feed

Mixin: true

ExampleMetadata: fixture=_generated

Properties

APPLICATION_LOGS

Represents a feed that receives media for inference processing.

public static CfnFeedApplicationLogs APPLICATION_LOGS { get; }
Property Value

CfnFeedApplicationLogs

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elementalinference-feed.html

CloudformationResource: AWS::ElementalInference::Feed

Mixin: true

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.Logs;
             using Amazon.CDK.Mixins.Preview.AWS.ElementalInference.Mixins;

             ILogsDelivery logsDelivery;

             var cfnFeedLogsMixin = new CfnFeedLogsMixin("logType", logsDelivery);

LogDelivery

Represents a feed that receives media for inference processing.

protected virtual ILogsDelivery LogDelivery { get; }
Property Value

ILogsDelivery

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elementalinference-feed.html

CloudformationResource: AWS::ElementalInference::Feed

Mixin: true

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.Logs;
             using Amazon.CDK.Mixins.Preview.AWS.ElementalInference.Mixins;

             ILogsDelivery logsDelivery;

             var cfnFeedLogsMixin = new CfnFeedLogsMixin("logType", logsDelivery);

LogType

Represents a feed that receives media for inference processing.

protected virtual string LogType { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elementalinference-feed.html

CloudformationResource: AWS::ElementalInference::Feed

Mixin: true

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.Logs;
             using Amazon.CDK.Mixins.Preview.AWS.ElementalInference.Mixins;

             ILogsDelivery logsDelivery;

             var cfnFeedLogsMixin = new CfnFeedLogsMixin("logType", logsDelivery);

Methods

ApplyTo(IConstruct)

Apply vended logs configuration to the construct.

public override void ApplyTo(IConstruct resource)
Parameters
resource IConstruct
Overrides
Mixin.ApplyTo(IConstruct)
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elementalinference-feed.html

CloudformationResource: AWS::ElementalInference::Feed

Mixin: true

ExampleMetadata: fixture=_generated

Supports(IConstruct)

Check if this mixin supports the given construct (has vendedLogs property).

public override bool Supports(IConstruct construct)
Parameters
construct IConstruct
Returns

bool

Overrides
Mixin.Supports(IConstruct)
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elementalinference-feed.html

CloudformationResource: AWS::ElementalInference::Feed

Mixin: true

ExampleMetadata: fixture=_generated

Implements

Constructs.IMixin
Back to top Generated by DocFX