Class CfnFeedLogsMixin
Represents a feed that receives media for inference processing.
Implements
Inherited Members
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
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 |
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
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
Remarks
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
Remarks
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
Remarks
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
Remarks
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
Overrides
Remarks
CloudformationResource: AWS::ElementalInference::Feed
Mixin: true
ExampleMetadata: fixture=_generated