@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.374Z") @Stability(value=Stable) 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()
represents the underlying code structure.
|
@Stability(value=Stable) @NotNull CfnRepository.CodeProperty getCode()
@Stability(value=Stable) static CodeConfig.Builder builder()
CodeConfig.Builder of CodeConfigCopyright © 2022. All rights reserved.