Package-level declarations
Types
Link copied to clipboard
data class RepositoryAssociationKmsKeyDetails(val encryptionOption: String? = null, val kmsKeyId: String? = null)
Link copied to clipboard
data class RepositoryAssociationRepository(val bitbucket: RepositoryAssociationRepositoryBitbucket? = null, val codecommit: RepositoryAssociationRepositoryCodecommit? = null, val githubEnterpriseServer: RepositoryAssociationRepositoryGithubEnterpriseServer? = null, val s3Bucket: RepositoryAssociationRepositoryS3Bucket? = null)
Link copied to clipboard
data class RepositoryAssociationRepositoryBitbucket(val connectionArn: String, val name: String, val owner: String)
Link copied to clipboard
Link copied to clipboard
data class RepositoryAssociationRepositoryGithubEnterpriseServer(val connectionArn: String, val name: String, val owner: String)
Link copied to clipboard
Link copied to clipboard
data class RepositoryAssociationS3RepositoryDetail(val bucketName: String? = null, val codeArtifacts: List<RepositoryAssociationS3RepositoryDetailCodeArtifact>? = null)
Link copied to clipboard
data class RepositoryAssociationS3RepositoryDetailCodeArtifact(val buildArtifactsObjectKey: String? = null, val sourceCodeArtifactsObjectKey: String? = null)