Uses of Interface
software.amazon.awscdk.services.codebuild.CfnProject.ArtifactsProperty
Packages that use CfnProject.ArtifactsProperty
-
Uses of CfnProject.ArtifactsProperty in software.amazon.awscdk.services.codebuild
Classes in software.amazon.awscdk.services.codebuild that implement CfnProject.ArtifactsPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnProject.ArtifactsPropertyMethods in software.amazon.awscdk.services.codebuild that return CfnProject.ArtifactsPropertyModifier and TypeMethodDescriptionCfnProject.ArtifactsProperty.Builder.build()Builds the configured instance.ArtifactsConfig.getArtifactsProperty()The low-level CloudFormation artifacts property.ArtifactsConfig.Jsii$Proxy.getArtifactsProperty()Methods in software.amazon.awscdk.services.codebuild with parameters of type CfnProject.ArtifactsPropertyModifier and TypeMethodDescriptionCfnProject.Builder.artifacts(CfnProject.ArtifactsProperty artifacts) Artifactsis 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()voidCfnProject.setArtifacts(CfnProject.ArtifactsProperty value) Artifactsis a property of the AWS::CodeBuild::Project resource that specifies output settings for artifacts generated by an AWS CodeBuild build.