Interface CfnLogDeliveryConfiguration.FirehoseConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLogDeliveryConfiguration.FirehoseConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnLogDeliveryConfiguration
@Stability(Stable)
public static interface CfnLogDeliveryConfiguration.FirehoseConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Configuration for the Amazon Data Firehose stream destination of user activity log export with advanced security features.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.cognito.*; FirehoseConfigurationProperty firehoseConfigurationProperty = FirehoseConfigurationProperty.builder() .streamArn("streamArn") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnLogDeliveryConfiguration.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 advanced security features log export.- See Also:
-
builder
@Stability(Stable) static CfnLogDeliveryConfiguration.FirehoseConfigurationProperty.Builder builder()
-