public static interface CfnBotAlias.AudioLogDestinationProperty
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 |
CfnBotAlias.AudioLogDestinationProperty.Builder
A builder for
CfnBotAlias.AudioLogDestinationProperty |
static class |
CfnBotAlias.AudioLogDestinationProperty.Jsii$Proxy
An implementation for
CfnBotAlias.AudioLogDestinationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnBotAlias.AudioLogDestinationProperty.Builder |
builder() |
java.lang.Object |
getS3Bucket()
The S3 bucket location where audio logs are stored.
|
java.lang.Object getS3Bucket()
static CfnBotAlias.AudioLogDestinationProperty.Builder builder()