@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:00.803Z") @Stability(value=Experimental) public interface SourceCodeVersion extends software.amazon.jsii.JsiiSerializable
Example:
// 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.*;
SourceCodeVersion sourceCodeVersion = SourceCodeVersion.builder()
.type("type")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
SourceCodeVersion.Builder
A builder for
SourceCodeVersion |
static class |
SourceCodeVersion.Jsii$Proxy
An implementation for
SourceCodeVersion |
| Modifier and Type | Method and Description |
|---|---|
static SourceCodeVersion.Builder |
builder() |
String |
getType()
(experimental) The type of version identifier.
|
String |
getValue()
(experimental) A source code version.
|
@Stability(value=Experimental) @NotNull String getType()
@Stability(value=Experimental) @NotNull String getValue()
@Stability(value=Experimental) static SourceCodeVersion.Builder builder()
SourceCodeVersion.Builder of SourceCodeVersionCopyright © 2022. All rights reserved.