@Stability(value=Stable)
public static interface CfnDeliveryStream.SplunkDestinationConfigurationProperty
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.kinesisfirehose.*;
SplunkDestinationConfigurationProperty splunkDestinationConfigurationProperty = SplunkDestinationConfigurationProperty.builder()
.hecEndpoint("hecEndpoint")
.hecEndpointType("hecEndpointType")
.hecToken("hecToken")
.s3Configuration(S3DestinationConfigurationProperty.builder()
.bucketArn("bucketArn")
.roleArn("roleArn")
// the properties below are optional
.bufferingHints(BufferingHintsProperty.builder()
.intervalInSeconds(123)
.sizeInMBs(123)
.build())
.cloudWatchLoggingOptions(CloudWatchLoggingOptionsProperty.builder()
.enabled(false)
.logGroupName("logGroupName")
.logStreamName("logStreamName")
.build())
.compressionFormat("compressionFormat")
.encryptionConfiguration(EncryptionConfigurationProperty.builder()
.kmsEncryptionConfig(KMSEncryptionConfigProperty.builder()
.awskmsKeyArn("awskmsKeyArn")
.build())
.noEncryptionConfig("noEncryptionConfig")
.build())
.errorOutputPrefix("errorOutputPrefix")
.prefix("prefix")
.build())
// the properties below are optional
.cloudWatchLoggingOptions(CloudWatchLoggingOptionsProperty.builder()
.enabled(false)
.logGroupName("logGroupName")
.logStreamName("logStreamName")
.build())
.hecAcknowledgmentTimeoutInSeconds(123)
.processingConfiguration(ProcessingConfigurationProperty.builder()
.enabled(false)
.processors(List.of(ProcessorProperty.builder()
.type("type")
// the properties below are optional
.parameters(List.of(ProcessorParameterProperty.builder()
.parameterName("parameterName")
.parameterValue("parameterValue")
.build()))
.build()))
.build())
.retryOptions(SplunkRetryOptionsProperty.builder()
.durationInSeconds(123)
.build())
.s3BackupMode("s3BackupMode")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeliveryStream.SplunkDestinationConfigurationProperty.Builder
A builder for
CfnDeliveryStream.SplunkDestinationConfigurationProperty |
static class |
CfnDeliveryStream.SplunkDestinationConfigurationProperty.Jsii$Proxy
An implementation for
CfnDeliveryStream.SplunkDestinationConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeliveryStream.SplunkDestinationConfigurationProperty.Builder |
builder() |
default Object |
getCloudWatchLoggingOptions()
`CfnDeliveryStream.SplunkDestinationConfigurationProperty.CloudWatchLoggingOptions`.
|
default Number |
getHecAcknowledgmentTimeoutInSeconds()
`CfnDeliveryStream.SplunkDestinationConfigurationProperty.HECAcknowledgmentTimeoutInSeconds`.
|
String |
getHecEndpoint()
`CfnDeliveryStream.SplunkDestinationConfigurationProperty.HECEndpoint`.
|
String |
getHecEndpointType()
`CfnDeliveryStream.SplunkDestinationConfigurationProperty.HECEndpointType`.
|
String |
getHecToken()
`CfnDeliveryStream.SplunkDestinationConfigurationProperty.HECToken`.
|
default Object |
getProcessingConfiguration()
`CfnDeliveryStream.SplunkDestinationConfigurationProperty.ProcessingConfiguration`.
|
default Object |
getRetryOptions()
`CfnDeliveryStream.SplunkDestinationConfigurationProperty.RetryOptions`.
|
default String |
getS3BackupMode()
`CfnDeliveryStream.SplunkDestinationConfigurationProperty.S3BackupMode`.
|
Object |
getS3Configuration()
`CfnDeliveryStream.SplunkDestinationConfigurationProperty.S3Configuration`.
|
@Stability(value=Stable) @Nullable default Object getCloudWatchLoggingOptions()
@Stability(value=Stable) @Nullable default Number getHecAcknowledgmentTimeoutInSeconds()
@Stability(value=Stable) @NotNull String getHecEndpoint()
@Stability(value=Stable) @NotNull String getHecEndpointType()
@Stability(value=Stable) @NotNull String getHecToken()
@Stability(value=Stable) @Nullable default Object getProcessingConfiguration()
@Stability(value=Stable) @Nullable default Object getRetryOptions()
@Stability(value=Stable) @Nullable default String getS3BackupMode()
@Stability(value=Stable) @NotNull Object getS3Configuration()
@Stability(value=Stable) static CfnDeliveryStream.SplunkDestinationConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.