| Package | Description |
|---|---|
| software.amazon.awscdk.services.codecommit |
AWS CodeCommit Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnRepository.CodeProperty.Jsii$Proxy
An implementation for
CfnRepository.CodeProperty |
| Modifier and Type | Method and Description |
|---|---|
CfnRepository.CodeProperty |
CfnRepository.CodeProperty.Builder.build()
Builds the configured instance.
|
CfnRepository.CodeProperty |
CodeConfig.getCode()
represents the underlying code structure.
|
CfnRepository.CodeProperty |
CodeConfig.Jsii$Proxy.getCode() |
| Modifier and Type | Method and Description |
|---|---|
CodeConfig.Builder |
CodeConfig.Builder.code(CfnRepository.CodeProperty code)
Sets the value of
CodeConfig.getCode() |
CfnRepositoryProps.Builder |
CfnRepositoryProps.Builder.code(CfnRepository.CodeProperty code)
Sets the value of
CfnRepositoryProps.getCode() |
CfnRepository.Builder |
CfnRepository.Builder.code(CfnRepository.CodeProperty code)
Information about code to be committed to a repository after it is created in an AWS CloudFormation stack.
|
void |
CfnRepository.setCode(CfnRepository.CodeProperty value)
Information about code to be committed to a repository after it is created in an AWS CloudFormation stack.
|
Copyright © 2022. All rights reserved.