@Stability(value=Stable)
public static interface CfnCacheCluster.LogDeliveryConfigurationRequestProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.elasticache.*;
LogDeliveryConfigurationRequestProperty logDeliveryConfigurationRequestProperty = LogDeliveryConfigurationRequestProperty.builder()
.destinationDetails(DestinationDetailsProperty.builder()
.cloudWatchLogsDetails(CloudWatchLogsDestinationDetailsProperty.builder()
.logGroup("logGroup")
.build())
.kinesisFirehoseDetails(KinesisFirehoseDestinationDetailsProperty.builder()
.deliveryStream("deliveryStream")
.build())
.build())
.destinationType("destinationType")
.logFormat("logFormat")
.logType("logType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCacheCluster.LogDeliveryConfigurationRequestProperty.Builder
A builder for
CfnCacheCluster.LogDeliveryConfigurationRequestProperty |
static class |
CfnCacheCluster.LogDeliveryConfigurationRequestProperty.Jsii$Proxy
An implementation for
CfnCacheCluster.LogDeliveryConfigurationRequestProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCacheCluster.LogDeliveryConfigurationRequestProperty.Builder |
builder() |
Object |
getDestinationDetails()
`CfnCacheCluster.LogDeliveryConfigurationRequestProperty.DestinationDetails`.
|
String |
getDestinationType()
`CfnCacheCluster.LogDeliveryConfigurationRequestProperty.DestinationType`.
|
String |
getLogFormat()
`CfnCacheCluster.LogDeliveryConfigurationRequestProperty.LogFormat`.
|
String |
getLogType()
`CfnCacheCluster.LogDeliveryConfigurationRequestProperty.LogType`.
|
@Stability(value=Stable) @NotNull Object getDestinationDetails()
@Stability(value=Stable) @NotNull String getDestinationType()
@Stability(value=Stable) @NotNull String getLogFormat()
@Stability(value=Stable) @NotNull String getLogType()
@Stability(value=Stable) static CfnCacheCluster.LogDeliveryConfigurationRequestProperty.Builder builder()
Copyright © 2021. All rights reserved.