| Package | Description |
|---|---|
| software.amazon.awscdk.services.codegurureviewer |
AWS::CodeGuruReviewer Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnRepositoryAssociation.Builder |
CfnRepositoryAssociation.Builder.bucketName(String bucketName)
The name of the bucket.
|
CfnRepositoryAssociation.Builder |
CfnRepositoryAssociation.Builder.connectionArn(String connectionArn)
The Amazon Resource Name (ARN) of an AWS CodeStar Connections connection.
|
static CfnRepositoryAssociation.Builder |
CfnRepositoryAssociation.Builder.create(software.constructs.Construct scope,
String id) |
CfnRepositoryAssociation.Builder |
CfnRepositoryAssociation.Builder.name(String name)
The name of the repository.
|
CfnRepositoryAssociation.Builder |
CfnRepositoryAssociation.Builder.owner(String owner)
The owner of the repository.
|
CfnRepositoryAssociation.Builder |
CfnRepositoryAssociation.Builder.tags(List<? extends CfnTag> tags)
An array of key-value pairs used to tag an associated repository.
|
CfnRepositoryAssociation.Builder |
CfnRepositoryAssociation.Builder.type(String type)
The type of repository that contains the source code to be reviewed.
|
Copyright © 2022. All rights reserved.