Show / Hide Table of Contents

Class CfnLoggingConfigurationPropsMixin

The AWS::IVSChat::LoggingConfiguration resource specifies an logging configuration that allows clients to store and record sent messages.

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

For more information, see CreateLoggingConfiguration in the Amazon Interactive Video Service Chat API Reference .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivschat-loggingconfiguration.html

CloudformationResource: AWS::IVSChat::LoggingConfiguration

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.CfnPropertyMixins.AWS.IVSChat;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnLoggingConfigurationPropsMixin = new CfnLoggingConfigurationPropsMixin(new CfnLoggingConfigurationMixinProps {
                 DestinationConfiguration = new DestinationConfigurationProperty {
                     CloudWatchLogs = new CloudWatchLogsDestinationConfigurationProperty {
                         LogGroupName = "logGroupName"
                     },
                     Firehose = new FirehoseDestinationConfigurationProperty {
                         DeliveryStreamName = "deliveryStreamName"
                     },
                     S3 = new S3DestinationConfigurationProperty {
                         BucketName = "bucketName"
                     }
                 },
                 Name = "name",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Synopsis

Constructors

CfnLoggingConfigurationPropsMixin(ICfnLoggingConfigurationMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::IVSChat::LoggingConfiguration.

Properties

CFN_PROPERTY_KEYS

The AWS::IVSChat::LoggingConfiguration resource specifies an logging configuration that allows clients to store and record sent messages.

Props

The AWS::IVSChat::LoggingConfiguration resource specifies an logging configuration that allows clients to store and record sent messages.

Strategy

The AWS::IVSChat::LoggingConfiguration resource specifies an logging configuration that allows clients to store and record sent messages.

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

Supports(IConstruct)

Check if this mixin supports the given construct.

Constructors

CfnLoggingConfigurationPropsMixin(ICfnLoggingConfigurationMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::IVSChat::LoggingConfiguration.

public CfnLoggingConfigurationPropsMixin(ICfnLoggingConfigurationMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
props ICfnLoggingConfigurationMixinProps

L1 properties to apply.

options ICfnPropertyMixinOptions

Mixin options.

Remarks

For more information, see CreateLoggingConfiguration in the Amazon Interactive Video Service Chat API Reference .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivschat-loggingconfiguration.html

CloudformationResource: AWS::IVSChat::LoggingConfiguration

Mixin: true

ExampleMetadata: fixture=_generated

Properties

CFN_PROPERTY_KEYS

The AWS::IVSChat::LoggingConfiguration resource specifies an logging configuration that allows clients to store and record sent messages.

protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value

string[]

Remarks

For more information, see CreateLoggingConfiguration in the Amazon Interactive Video Service Chat API Reference .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivschat-loggingconfiguration.html

CloudformationResource: AWS::IVSChat::LoggingConfiguration

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.CfnPropertyMixins.AWS.IVSChat;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnLoggingConfigurationPropsMixin = new CfnLoggingConfigurationPropsMixin(new CfnLoggingConfigurationMixinProps {
                 DestinationConfiguration = new DestinationConfigurationProperty {
                     CloudWatchLogs = new CloudWatchLogsDestinationConfigurationProperty {
                         LogGroupName = "logGroupName"
                     },
                     Firehose = new FirehoseDestinationConfigurationProperty {
                         DeliveryStreamName = "deliveryStreamName"
                     },
                     S3 = new S3DestinationConfigurationProperty {
                         BucketName = "bucketName"
                     }
                 },
                 Name = "name",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Props

The AWS::IVSChat::LoggingConfiguration resource specifies an logging configuration that allows clients to store and record sent messages.

protected virtual ICfnLoggingConfigurationMixinProps Props { get; }
Property Value

ICfnLoggingConfigurationMixinProps

Remarks

For more information, see CreateLoggingConfiguration in the Amazon Interactive Video Service Chat API Reference .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivschat-loggingconfiguration.html

CloudformationResource: AWS::IVSChat::LoggingConfiguration

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.CfnPropertyMixins.AWS.IVSChat;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnLoggingConfigurationPropsMixin = new CfnLoggingConfigurationPropsMixin(new CfnLoggingConfigurationMixinProps {
                 DestinationConfiguration = new DestinationConfigurationProperty {
                     CloudWatchLogs = new CloudWatchLogsDestinationConfigurationProperty {
                         LogGroupName = "logGroupName"
                     },
                     Firehose = new FirehoseDestinationConfigurationProperty {
                         DeliveryStreamName = "deliveryStreamName"
                     },
                     S3 = new S3DestinationConfigurationProperty {
                         BucketName = "bucketName"
                     }
                 },
                 Name = "name",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Strategy

The AWS::IVSChat::LoggingConfiguration resource specifies an logging configuration that allows clients to store and record sent messages.

protected virtual IMergeStrategy Strategy { get; }
Property Value

IMergeStrategy

Remarks

For more information, see CreateLoggingConfiguration in the Amazon Interactive Video Service Chat API Reference .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivschat-loggingconfiguration.html

CloudformationResource: AWS::IVSChat::LoggingConfiguration

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.CfnPropertyMixins.AWS.IVSChat;
             using Amazon.CDK;

             IMergeStrategy mergeStrategy;

             var cfnLoggingConfigurationPropsMixin = new CfnLoggingConfigurationPropsMixin(new CfnLoggingConfigurationMixinProps {
                 DestinationConfiguration = new DestinationConfigurationProperty {
                     CloudWatchLogs = new CloudWatchLogsDestinationConfigurationProperty {
                         LogGroupName = "logGroupName"
                     },
                     Firehose = new FirehoseDestinationConfigurationProperty {
                         DeliveryStreamName = "deliveryStreamName"
                     },
                     S3 = new S3DestinationConfigurationProperty {
                         BucketName = "bucketName"
                     }
                 },
                 Name = "name",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = mergeStrategy
             });

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

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

For more information, see CreateLoggingConfiguration in the Amazon Interactive Video Service Chat API Reference .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivschat-loggingconfiguration.html

CloudformationResource: AWS::IVSChat::LoggingConfiguration

Mixin: true

ExampleMetadata: fixture=_generated

Supports(IConstruct)

Check if this mixin supports the given construct.

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

bool

Overrides
Mixin.Supports(IConstruct)
Remarks

For more information, see CreateLoggingConfiguration in the Amazon Interactive Video Service Chat API Reference .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivschat-loggingconfiguration.html

CloudformationResource: AWS::IVSChat::LoggingConfiguration

Mixin: true

ExampleMetadata: fixture=_generated

Implements

Constructs.IMixin
Back to top Generated by DocFX