@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:56.597Z") @Stability(value=Stable) public interface CfnRepositoryAssociationProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRepositoryAssociationProps.Builder
A builder for
CfnRepositoryAssociationProps |
static class |
CfnRepositoryAssociationProps.Jsii$Proxy
An implementation for
CfnRepositoryAssociationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnRepositoryAssociationProps.Builder |
builder() |
default String |
getConnectionArn()
`AWS::CodeGuruReviewer::RepositoryAssociation.ConnectionArn`.
|
String |
getName()
`AWS::CodeGuruReviewer::RepositoryAssociation.Name`.
|
default String |
getOwner()
`AWS::CodeGuruReviewer::RepositoryAssociation.Owner`.
|
default List<CfnTag> |
getTags()
`AWS::CodeGuruReviewer::RepositoryAssociation.Tags`.
|
String |
getType()
`AWS::CodeGuruReviewer::RepositoryAssociation.Type`.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @Nullable default String getConnectionArn()
@Stability(value=Stable) @Nullable default String getOwner()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnRepositoryAssociationProps.Builder builder()
Copyright © 2021. All rights reserved.