Interface CfnLoggingConfigurationPropsMixin.FirehoseDestinationConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLoggingConfigurationPropsMixin.FirehoseDestinationConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnLoggingConfigurationPropsMixin
@Stability(Stable)
public static interface CfnLoggingConfigurationPropsMixin.FirehoseDestinationConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The FirehoseDestinationConfiguration property type specifies a Kinesis Firehose location where chat logs will be stored.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.ivschat.*;
FirehoseDestinationConfigurationProperty firehoseDestinationConfigurationProperty = FirehoseDestinationConfigurationProperty.builder()
.deliveryStreamName("deliveryStreamName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnLoggingConfigurationPropsMixin.FirehoseDestinationConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDeliveryStreamName
Name of the Amazon Kinesis Firehose delivery stream where chat activity will be logged.Returns union: either
StringorIDeliveryStreamRef- See Also:
-
builder
@Stability(Stable) static CfnLoggingConfigurationPropsMixin.FirehoseDestinationConfigurationProperty.Builder builder()
-