@Stability(value=Stable)
public static interface CfnBot.AudioLogDestinationProperty
extends software.amazon.jsii.JsiiSerializable
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.lex.*;
AudioLogDestinationProperty audioLogDestinationProperty = AudioLogDestinationProperty.builder()
.s3Bucket(S3BucketLogDestinationProperty.builder()
.logPrefix("logPrefix")
.s3BucketArn("s3BucketArn")
// the properties below are optional
.kmsKeyArn("kmsKeyArn")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBot.AudioLogDestinationProperty.Builder
A builder for
CfnBot.AudioLogDestinationProperty |
static class |
CfnBot.AudioLogDestinationProperty.Jsii$Proxy
An implementation for
CfnBot.AudioLogDestinationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBot.AudioLogDestinationProperty.Builder |
builder() |
Object |
getS3Bucket()
Specifies the Amazon S3 bucket where the audio files are stored.
|
@Stability(value=Stable) @NotNull Object getS3Bucket()
@Stability(value=Stable) static CfnBot.AudioLogDestinationProperty.Builder builder()
Copyright © 2022. All rights reserved.