@Stability(value=Stable)
public static interface CfnReplicationGroup.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 |
CfnReplicationGroup.LogDeliveryConfigurationRequestProperty.Builder
|
static class |
CfnReplicationGroup.LogDeliveryConfigurationRequestProperty.Jsii$Proxy
An implementation for
CfnReplicationGroup.LogDeliveryConfigurationRequestProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnReplicationGroup.LogDeliveryConfigurationRequestProperty.Builder |
builder() |
Object |
getDestinationDetails()
`CfnReplicationGroup.LogDeliveryConfigurationRequestProperty.DestinationDetails`.
|
String |
getDestinationType()
`CfnReplicationGroup.LogDeliveryConfigurationRequestProperty.DestinationType`.
|
String |
getLogFormat()
`CfnReplicationGroup.LogDeliveryConfigurationRequestProperty.LogFormat`.
|
String |
getLogType()
`CfnReplicationGroup.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 CfnReplicationGroup.LogDeliveryConfigurationRequestProperty.Builder builder()
Copyright © 2021. All rights reserved.