Package-level declarations
Types
Link copied to clipboard
data class ProjectArtifacts(val artifactIdentifier: String? = null, val bucketOwnerAccess: String? = null, val encryptionDisabled: Boolean? = null, val location: String? = null, val name: String? = null, val namespaceType: String? = null, val overrideArtifactName: Boolean? = null, val packaging: String? = null, val path: String? = null, val type: String)
Link copied to clipboard
data class ProjectBuildBatchConfig(val combineArtifacts: Boolean? = null, val restrictions: ProjectBuildBatchConfigRestrictions? = null, val serviceRole: String, val timeoutInMins: Int? = null)
Link copied to clipboard
data class ProjectBuildBatchConfigRestrictions(val computeTypesAlloweds: List<String>? = null, val maximumBuildsAllowed: Int? = null)
Link copied to clipboard
data class ProjectCache(val location: String? = null, val modes: List<String>? = null, val type: String? = null)
Link copied to clipboard
data class ProjectEnvironment(val certificate: String? = null, val computeType: String, val environmentVariables: List<ProjectEnvironmentEnvironmentVariable>? = null, val image: String, val imagePullCredentialsType: String? = null, val privilegedMode: Boolean? = null, val registryCredential: ProjectEnvironmentRegistryCredential? = null, val type: String)
Link copied to clipboard
data class ProjectEnvironmentEnvironmentVariable(val name: String, val type: String? = null, val value: String)
Link copied to clipboard
data class ProjectEnvironmentRegistryCredential(val credential: String, val credentialProvider: String)
Link copied to clipboard
Link copied to clipboard
data class ProjectLogsConfig(val cloudwatchLogs: ProjectLogsConfigCloudwatchLogs? = null, val s3Logs: ProjectLogsConfigS3Logs? = null)
Link copied to clipboard
data class ProjectLogsConfigCloudwatchLogs(val groupName: String? = null, val status: String? = null, val streamName: String? = null)
Link copied to clipboard
data class ProjectLogsConfigS3Logs(val bucketOwnerAccess: String? = null, val encryptionDisabled: Boolean? = null, val location: String? = null, val status: String? = null)
Link copied to clipboard
data class ProjectSecondaryArtifact(val artifactIdentifier: String, val bucketOwnerAccess: String? = null, val encryptionDisabled: Boolean? = null, val location: String? = null, val name: String? = null, val namespaceType: String? = null, val overrideArtifactName: Boolean? = null, val packaging: String? = null, val path: String? = null, val type: String)
Link copied to clipboard
data class ProjectSecondarySource(val auth: ProjectSecondarySourceAuth? = null, val buildStatusConfig: ProjectSecondarySourceBuildStatusConfig? = null, val buildspec: String? = null, val gitCloneDepth: Int? = null, val gitSubmodulesConfig: ProjectSecondarySourceGitSubmodulesConfig? = null, val insecureSsl: Boolean? = null, val location: String? = null, val reportBuildStatus: Boolean? = null, val sourceIdentifier: String, val type: String)
Link copied to clipboard
Link copied to clipboard
data class ProjectSecondarySourceBuildStatusConfig(val context: String? = null, val targetUrl: String? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class ProjectSource(val auth: ProjectSourceAuth? = null, val buildStatusConfig: ProjectSourceBuildStatusConfig? = null, val buildspec: String? = null, val gitCloneDepth: Int? = null, val gitSubmodulesConfig: ProjectSourceGitSubmodulesConfig? = null, val insecureSsl: Boolean? = null, val location: String? = null, val reportBuildStatus: Boolean? = null, val type: String)
Link copied to clipboard
Link copied to clipboard
data class ProjectSourceBuildStatusConfig(val context: String? = null, val targetUrl: String? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class ReportGroupExportConfig(val s3Destination: ReportGroupExportConfigS3Destination? = null, val type: String)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class WebhookFilterGroupFilter(val excludeMatchedPattern: Boolean? = null, val pattern: String, val type: String)