Uses of Interface
software.amazon.awscdk.services.codebuild.CfnProject.ArtifactsProperty
-
Uses of CfnProject.ArtifactsProperty in software.amazon.awscdk.services.codebuild
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnProject.ArtifactsProperty
Modifier and TypeMethodDescriptionCfnProject.ArtifactsProperty.Builder.build()
Builds the configured instance.ArtifactsConfig.getArtifactsProperty()
The low-level CloudFormation artifacts property.ArtifactsConfig.Jsii$Proxy.getArtifactsProperty()
Modifier and TypeMethodDescriptionCfnProject.Builder.artifacts
(CfnProject.ArtifactsProperty artifacts) Artifacts
is a property of the AWS::CodeBuild::Project resource that specifies output settings for artifacts generated by an AWS CodeBuild build.CfnProjectProps.Builder.artifacts
(CfnProject.ArtifactsProperty artifacts) Sets the value ofCfnProjectProps.getArtifacts()
ArtifactsConfig.Builder.artifactsProperty
(CfnProject.ArtifactsProperty artifactsProperty) Sets the value ofArtifactsConfig.getArtifactsProperty()
void
CfnProject.setArtifacts
(CfnProject.ArtifactsProperty value) Artifacts
is a property of the AWS::CodeBuild::Project resource that specifies output settings for artifacts generated by an AWS CodeBuild build.