Interface CfnLogDeliveryConfigurationPropsMixin.FirehoseConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLogDeliveryConfigurationPropsMixin.FirehoseConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnLogDeliveryConfigurationPropsMixin
@Stability(Stable)
public static interface CfnLogDeliveryConfigurationPropsMixin.FirehoseConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Configuration for the Amazon Data Firehose stream destination of user activity log export with threat protection.
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.cognito.*;
FirehoseConfigurationProperty firehoseConfigurationProperty = FirehoseConfigurationProperty.builder()
.streamArn("streamArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnLogDeliveryConfigurationPropsMixin.FirehoseConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStreamArn
The ARN of an Amazon Data Firehose stream that's the destination for threat protection log export.- See Also:
-
builder
@Stability(Stable) static CfnLogDeliveryConfigurationPropsMixin.FirehoseConfigurationProperty.Builder builder()
-