@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:26.477Z") @Stability(value=Experimental) public interface CodeConfig 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.codecommit.*;
CodeConfig codeConfig = CodeConfig.builder()
.code(CodeProperty.builder()
.s3(S3Property.builder()
.bucket("bucket")
.key("key")
// the properties below are optional
.objectVersion("objectVersion")
.build())
// the properties below are optional
.branchName("branchName")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CodeConfig.Builder
A builder for
CodeConfig |
static class |
CodeConfig.Jsii$Proxy
An implementation for
CodeConfig |
| Modifier and Type | Method and Description |
|---|---|
static CodeConfig.Builder |
builder() |
CfnRepository.CodeProperty |
getCode()
(experimental) represents the underlying code structure.
|
@Stability(value=Experimental) @NotNull CfnRepository.CodeProperty getCode()
@Stability(value=Experimental) static CodeConfig.Builder builder()
CodeConfig.Builder of CodeConfigCopyright © 2022. All rights reserved.