@Stability(value=Stable)
public static interface CfnLoggingConfiguration.LogDestinationConfigProperty
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.networkfirewall.*;
LogDestinationConfigProperty logDestinationConfigProperty = LogDestinationConfigProperty.builder()
.logDestination(Map.of(
"logDestinationKey", "logDestination"))
.logDestinationType("logDestinationType")
.logType("logType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLoggingConfiguration.LogDestinationConfigProperty.Builder
A builder for
CfnLoggingConfiguration.LogDestinationConfigProperty |
static class |
CfnLoggingConfiguration.LogDestinationConfigProperty.Jsii$Proxy
An implementation for
CfnLoggingConfiguration.LogDestinationConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLoggingConfiguration.LogDestinationConfigProperty.Builder |
builder() |
Object |
getLogDestination()
`CfnLoggingConfiguration.LogDestinationConfigProperty.LogDestination`.
|
String |
getLogDestinationType()
`CfnLoggingConfiguration.LogDestinationConfigProperty.LogDestinationType`.
|
String |
getLogType()
`CfnLoggingConfiguration.LogDestinationConfigProperty.LogType`.
|
@Stability(value=Stable) @NotNull Object getLogDestination()
@Stability(value=Stable) @NotNull String getLogDestinationType()
@Stability(value=Stable) @NotNull String getLogType()
@Stability(value=Stable) static CfnLoggingConfiguration.LogDestinationConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.