@Stability(value=Stable)
public static interface CfnService.SourceCodeVersionProperty
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.apprunner.*;
SourceCodeVersionProperty sourceCodeVersionProperty = SourceCodeVersionProperty.builder()
.type("type")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnService.SourceCodeVersionProperty.Builder
A builder for
CfnService.SourceCodeVersionProperty |
static class |
CfnService.SourceCodeVersionProperty.Jsii$Proxy
An implementation for
CfnService.SourceCodeVersionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnService.SourceCodeVersionProperty.Builder |
builder() |
String |
getType()
`CfnService.SourceCodeVersionProperty.Type`.
|
String |
getValue()
`CfnService.SourceCodeVersionProperty.Value`.
|
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CfnService.SourceCodeVersionProperty.Builder builder()
Copyright © 2021. All rights reserved.