@Stability(value=Stable)
public static interface CfnImage.ImageTestsConfigurationProperty
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.imagebuilder.*;
ImageTestsConfigurationProperty imageTestsConfigurationProperty = ImageTestsConfigurationProperty.builder()
.imageTestsEnabled(false)
.timeoutMinutes(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnImage.ImageTestsConfigurationProperty.Builder
A builder for
CfnImage.ImageTestsConfigurationProperty |
static class |
CfnImage.ImageTestsConfigurationProperty.Jsii$Proxy
An implementation for
CfnImage.ImageTestsConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnImage.ImageTestsConfigurationProperty.Builder |
builder() |
default Object |
getImageTestsEnabled()
`CfnImage.ImageTestsConfigurationProperty.ImageTestsEnabled`.
|
default Number |
getTimeoutMinutes()
`CfnImage.ImageTestsConfigurationProperty.TimeoutMinutes`.
|
@Stability(value=Stable) @Nullable default Object getImageTestsEnabled()
@Stability(value=Stable) @Nullable default Number getTimeoutMinutes()
@Stability(value=Stable) static CfnImage.ImageTestsConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.