@Stability(value=Stable)
public static interface CfnInfrastructureConfiguration.LoggingProperty
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.*;
LoggingProperty loggingProperty = LoggingProperty.builder()
.s3Logs(S3LogsProperty.builder()
.s3BucketName("s3BucketName")
.s3KeyPrefix("s3KeyPrefix")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnInfrastructureConfiguration.LoggingProperty.Builder
A builder for
CfnInfrastructureConfiguration.LoggingProperty |
static class |
CfnInfrastructureConfiguration.LoggingProperty.Jsii$Proxy
An implementation for
CfnInfrastructureConfiguration.LoggingProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnInfrastructureConfiguration.LoggingProperty.Builder |
builder() |
default Object |
getS3Logs()
The Amazon S3 logging configuration.
|
@Stability(value=Stable) @Nullable default Object getS3Logs()
@Stability(value=Stable) static CfnInfrastructureConfiguration.LoggingProperty.Builder builder()
Copyright © 2022. All rights reserved.