Uses of Interface
com.hashicorp.cdktf.providers.aws.codepipeline.CodepipelineArtifactStore
-
Packages that use CodepipelineArtifactStore Package Description com.hashicorp.cdktf.providers.aws.codepipeline aws_codepipeline -
-
Uses of CodepipelineArtifactStore in com.hashicorp.cdktf.providers.aws.codepipeline
Classes in com.hashicorp.cdktf.providers.aws.codepipeline that implement CodepipelineArtifactStore Modifier and Type Class Description static classCodepipelineArtifactStore.Jsii$ProxyAn implementation forCodepipelineArtifactStoreMethods in com.hashicorp.cdktf.providers.aws.codepipeline that return CodepipelineArtifactStore Modifier and Type Method Description CodepipelineArtifactStoreCodepipelineArtifactStore.Builder. build()Builds the configured instance.Methods in com.hashicorp.cdktf.providers.aws.codepipeline with parameters of type CodepipelineArtifactStore Modifier and Type Method Description voidCodepipelineArtifactStoreOutputReference. setInternalValue(CodepipelineArtifactStore value)Method parameters in com.hashicorp.cdktf.providers.aws.codepipeline with type arguments of type CodepipelineArtifactStore Modifier and Type Method Description Codepipeline.BuilderCodepipeline.Builder. artifactStore(List<? extends CodepipelineArtifactStore> artifactStore)artifact_store block.CodepipelineConfig.BuilderCodepipelineConfig.Builder. artifactStore(List<? extends CodepipelineArtifactStore> artifactStore)Sets the value ofCodepipelineConfig.getArtifactStore()voidCodepipelineArtifactStoreList. setInternalValue(List<CodepipelineArtifactStore> value)
-