@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:24.582Z") @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();
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-service-sourcecodeversion.html| 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.