public static interface ProjectResource.LogsConfigProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ProjectResource.LogsConfigProperty.Builder
A builder for
ProjectResource.LogsConfigProperty |
static class |
ProjectResource.LogsConfigProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static ProjectResource.LogsConfigProperty.Builder |
builder() |
Object |
getCloudWatchLogs()
``ProjectResource.LogsConfigProperty.CloudWatchLogs``
|
Object |
getS3Logs()
``ProjectResource.LogsConfigProperty.S3Logs``
|
void |
setCloudWatchLogs(software.amazon.awscdk.CloudFormationToken value)
``ProjectResource.LogsConfigProperty.CloudWatchLogs``
|
void |
setCloudWatchLogs(ProjectResource.CloudWatchLogsConfigProperty value)
``ProjectResource.LogsConfigProperty.CloudWatchLogs``
|
void |
setS3Logs(software.amazon.awscdk.CloudFormationToken value)
``ProjectResource.LogsConfigProperty.S3Logs``
|
void |
setS3Logs(ProjectResource.S3LogsConfigProperty value)
``ProjectResource.LogsConfigProperty.S3Logs``
|
Object getCloudWatchLogs()
void setCloudWatchLogs(software.amazon.awscdk.CloudFormationToken value)
void setCloudWatchLogs(ProjectResource.CloudWatchLogsConfigProperty value)
Object getS3Logs()
void setS3Logs(software.amazon.awscdk.CloudFormationToken value)
void setS3Logs(ProjectResource.S3LogsConfigProperty value)
static ProjectResource.LogsConfigProperty.Builder builder()
Copyright © 2018. All rights reserved.