@Stability(value=Stable)
public static interface CfnInfrastructureConfiguration.S3LogsProperty
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.imagebuilder.*;
S3LogsProperty s3LogsProperty = S3LogsProperty.builder()
.s3BucketName("s3BucketName")
.s3KeyPrefix("s3KeyPrefix")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnInfrastructureConfiguration.S3LogsProperty.Builder
A builder for
CfnInfrastructureConfiguration.S3LogsProperty |
static class |
CfnInfrastructureConfiguration.S3LogsProperty.Jsii$Proxy
An implementation for
CfnInfrastructureConfiguration.S3LogsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnInfrastructureConfiguration.S3LogsProperty.Builder |
builder() |
default String |
getS3BucketName()
The S3 bucket in which to store the logs.
|
default String |
getS3KeyPrefix()
The Amazon S3 path to the bucket where the logs are stored.
|
@Stability(value=Stable) @Nullable default String getS3BucketName()
@Stability(value=Stable) @Nullable default String getS3KeyPrefix()
@Stability(value=Stable) static CfnInfrastructureConfiguration.S3LogsProperty.Builder builder()
Copyright © 2022. All rights reserved.