public static interface ProjectResource.S3LogsConfigProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ProjectResource.S3LogsConfigProperty.Builder
A builder for
ProjectResource.S3LogsConfigProperty |
static class |
ProjectResource.S3LogsConfigProperty.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static ProjectResource.S3LogsConfigProperty.Builder |
builder() |
Object |
getLocation()
``ProjectResource.S3LogsConfigProperty.Location``
|
Object |
getStatus()
``ProjectResource.S3LogsConfigProperty.Status``
|
void |
setLocation(software.amazon.awscdk.CloudFormationToken value)
``ProjectResource.S3LogsConfigProperty.Location``
|
void |
setLocation(String value)
``ProjectResource.S3LogsConfigProperty.Location``
|
void |
setStatus(software.amazon.awscdk.CloudFormationToken value)
``ProjectResource.S3LogsConfigProperty.Status``
|
void |
setStatus(String value)
``ProjectResource.S3LogsConfigProperty.Status``
|
Object getStatus()
void setStatus(String value)
void setStatus(software.amazon.awscdk.CloudFormationToken value)
Object getLocation()
void setLocation(String value)
void setLocation(software.amazon.awscdk.CloudFormationToken value)
static ProjectResource.S3LogsConfigProperty.Builder builder()
Copyright © 2018. All rights reserved.