@Stability(value=Stable)
public static interface CfnApplication.ApplicationVersionLifecycleConfigProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.elasticbeanstalk.*;
ApplicationVersionLifecycleConfigProperty applicationVersionLifecycleConfigProperty = ApplicationVersionLifecycleConfigProperty.builder()
.maxAgeRule(MaxAgeRuleProperty.builder()
.deleteSourceFromS3(false)
.enabled(false)
.maxAgeInDays(123)
.build())
.maxCountRule(MaxCountRuleProperty.builder()
.deleteSourceFromS3(false)
.enabled(false)
.maxCount(123)
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplication.ApplicationVersionLifecycleConfigProperty.Builder
A builder for
CfnApplication.ApplicationVersionLifecycleConfigProperty |
static class |
CfnApplication.ApplicationVersionLifecycleConfigProperty.Jsii$Proxy
An implementation for
CfnApplication.ApplicationVersionLifecycleConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplication.ApplicationVersionLifecycleConfigProperty.Builder |
builder() |
default Object |
getMaxAgeRule()
`CfnApplication.ApplicationVersionLifecycleConfigProperty.MaxAgeRule`.
|
default Object |
getMaxCountRule()
`CfnApplication.ApplicationVersionLifecycleConfigProperty.MaxCountRule`.
|
@Stability(value=Stable) @Nullable default Object getMaxAgeRule()
@Stability(value=Stable) @Nullable default Object getMaxCountRule()
@Stability(value=Stable) static CfnApplication.ApplicationVersionLifecycleConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.