@Stability(value=Stable)
public static interface CfnProject.S3DestinationProperty
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.evidently.*;
S3DestinationProperty s3DestinationProperty = S3DestinationProperty.builder()
.bucketName("bucketName")
// the properties below are optional
.prefix("prefix")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnProject.S3DestinationProperty.Builder
A builder for
CfnProject.S3DestinationProperty |
static class |
CfnProject.S3DestinationProperty.Jsii$Proxy
An implementation for
CfnProject.S3DestinationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnProject.S3DestinationProperty.Builder |
builder() |
String |
getBucketName()
The name of the bucket in which Evidently stores evaluation events.
|
default String |
getPrefix()
The bucket prefix in which Evidently stores evaluation events.
|
@Stability(value=Stable) @NotNull String getBucketName()
@Stability(value=Stable) @Nullable default String getPrefix()
@Stability(value=Stable) static CfnProject.S3DestinationProperty.Builder builder()
Copyright © 2022. All rights reserved.