@Stability(value=Stable)
public static interface CfnDeployment.StageDescriptionProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeployment.StageDescriptionProperty.Builder
A builder for
CfnDeployment.StageDescriptionProperty |
static class |
CfnDeployment.StageDescriptionProperty.Jsii$Proxy
An implementation for
CfnDeployment.StageDescriptionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeployment.StageDescriptionProperty.Builder |
builder() |
default Object |
getAccessLogSetting()
`CfnDeployment.StageDescriptionProperty.AccessLogSetting`.
|
default Object |
getCacheClusterEnabled()
`CfnDeployment.StageDescriptionProperty.CacheClusterEnabled`.
|
default String |
getCacheClusterSize()
`CfnDeployment.StageDescriptionProperty.CacheClusterSize`.
|
default Object |
getCacheDataEncrypted()
`CfnDeployment.StageDescriptionProperty.CacheDataEncrypted`.
|
default Number |
getCacheTtlInSeconds()
`CfnDeployment.StageDescriptionProperty.CacheTtlInSeconds`.
|
default Object |
getCachingEnabled()
`CfnDeployment.StageDescriptionProperty.CachingEnabled`.
|
default Object |
getCanarySetting()
`CfnDeployment.StageDescriptionProperty.CanarySetting`.
|
default String |
getClientCertificateId()
`CfnDeployment.StageDescriptionProperty.ClientCertificateId`.
|
default Object |
getDataTraceEnabled()
`CfnDeployment.StageDescriptionProperty.DataTraceEnabled`.
|
default String |
getDescription()
`CfnDeployment.StageDescriptionProperty.Description`.
|
default String |
getDocumentationVersion()
`CfnDeployment.StageDescriptionProperty.DocumentationVersion`.
|
default String |
getLoggingLevel()
`CfnDeployment.StageDescriptionProperty.LoggingLevel`.
|
default Object |
getMethodSettings()
`CfnDeployment.StageDescriptionProperty.MethodSettings`.
|
default Object |
getMetricsEnabled()
`CfnDeployment.StageDescriptionProperty.MetricsEnabled`.
|
default List<CfnTag> |
getTags()
`CfnDeployment.StageDescriptionProperty.Tags`.
|
default Number |
getThrottlingBurstLimit()
`CfnDeployment.StageDescriptionProperty.ThrottlingBurstLimit`.
|
default Number |
getThrottlingRateLimit()
`CfnDeployment.StageDescriptionProperty.ThrottlingRateLimit`.
|
default Object |
getTracingEnabled()
`CfnDeployment.StageDescriptionProperty.TracingEnabled`.
|
default Object |
getVariables()
`CfnDeployment.StageDescriptionProperty.Variables`.
|
@Stability(value=Stable) @Nullable default Object getAccessLogSetting()
@Stability(value=Stable) @Nullable default Object getCacheClusterEnabled()
@Stability(value=Stable) @Nullable default String getCacheClusterSize()
@Stability(value=Stable) @Nullable default Object getCacheDataEncrypted()
@Stability(value=Stable) @Nullable default Number getCacheTtlInSeconds()
@Stability(value=Stable) @Nullable default Object getCachingEnabled()
@Stability(value=Stable) @Nullable default Object getCanarySetting()
@Stability(value=Stable) @Nullable default String getClientCertificateId()
@Stability(value=Stable) @Nullable default Object getDataTraceEnabled()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getDocumentationVersion()
@Stability(value=Stable) @Nullable default String getLoggingLevel()
@Stability(value=Stable) @Nullable default Object getMethodSettings()
@Stability(value=Stable) @Nullable default Object getMetricsEnabled()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default Number getThrottlingBurstLimit()
@Stability(value=Stable) @Nullable default Number getThrottlingRateLimit()
@Stability(value=Stable) @Nullable default Object getTracingEnabled()
@Stability(value=Stable) @Nullable default Object getVariables()
@Stability(value=Stable) static CfnDeployment.StageDescriptionProperty.Builder builder()
Copyright © 2021. All rights reserved.