ISource¶
-
class
aws_cdk.aws_codebuild.
ISource
(*args, **kwds)¶ Bases:
typing_extensions.Protocol
The abstract interface of a CodeBuild source.
Implemented by {@link Source}.
Methods
-
bind
(scope, project)¶ - Parameters
- Return type
Attributes
-
badge_supported
¶ - Return type
bool
-
identifier
¶ - Return type
Optional
[str
]
-
type
¶ - Return type
str
-