public static interface IArtifacts.Jsii$Default extends IArtifacts
IArtifacts
.IArtifacts.Jsii$Default, IArtifacts.Jsii$Proxy
Modifier and Type | Method and Description |
---|---|
default ArtifactsConfig |
bind(Construct scope,
IProject project)
Callback when an Artifacts class is used in a CodeBuild Project.
|
default java.lang.String |
getIdentifier()
The artifact identifier.
|
default java.lang.String |
getType()
The CodeBuild type of this artifact.
|
default java.lang.String getType()
getType
in interface IArtifacts
default java.lang.String getIdentifier()
This property is required on secondary artifacts.
getIdentifier
in interface IArtifacts
default ArtifactsConfig bind(Construct scope, IProject project)
bind
in interface IArtifacts
scope
- a root Construct that allows creating new Constructs. This parameter is required.project
- the Project this Artifacts is used in. This parameter is required.