Class CfnLoggingConfigurationPropsMixin
The AWS::IVSChat::LoggingConfiguration resource specifies an logging configuration that allows clients to store and record sent messages.
Implements
Inherited Members
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 .
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 |
Properties
| CFN_PROPERTY_KEYS | The |
| Props | The |
| Strategy | The |
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 .
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 .
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 .
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
Remarks
For more information, see CreateLoggingConfiguration in the Amazon Interactive Video Service Chat API Reference .
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
Remarks
For more information, see CreateLoggingConfiguration in the Amazon Interactive Video Service Chat API Reference .
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
Overrides
Remarks
For more information, see CreateLoggingConfiguration in the Amazon Interactive Video Service Chat API Reference .
CloudformationResource: AWS::IVSChat::LoggingConfiguration
Mixin: true
ExampleMetadata: fixture=_generated