@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:07.342Z") @Stability(value=Stable) public interface CfnRepositoryProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRepositoryProps.Builder
A builder for
CfnRepositoryProps |
static class |
CfnRepositoryProps.Jsii$Proxy
An implementation for
CfnRepositoryProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnRepositoryProps.Builder |
builder() |
default Object |
getCode()
`AWS::CodeCommit::Repository.Code`.
|
default String |
getRepositoryDescription()
`AWS::CodeCommit::Repository.RepositoryDescription`.
|
String |
getRepositoryName()
`AWS::CodeCommit::Repository.RepositoryName`.
|
default List<CfnTag> |
getTags()
`AWS::CodeCommit::Repository.Tags`.
|
default Object |
getTriggers()
`AWS::CodeCommit::Repository.Triggers`.
|
@Stability(value=Stable) @NotNull String getRepositoryName()
@Stability(value=Stable) @Nullable default Object getCode()
@Stability(value=Stable) @Nullable default String getRepositoryDescription()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default Object getTriggers()
@Stability(value=Stable) static CfnRepositoryProps.Builder builder()
CfnRepositoryProps.Builder of CfnRepositoryPropsCopyright © 2021. All rights reserved.