Uses of Interface
software.amazon.awscdk.services.datapipeline.CfnPipeline.PipelineTagProperty
Packages that use CfnPipeline.PipelineTagProperty
Package
Description
AWS Data Pipeline Construct Library
-
Uses of CfnPipeline.PipelineTagProperty in software.amazon.awscdk.services.datapipeline
Classes in software.amazon.awscdk.services.datapipeline that implement CfnPipeline.PipelineTagPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnPipeline.PipelineTagPropertyMethods in software.amazon.awscdk.services.datapipeline that return CfnPipeline.PipelineTagPropertyModifier and TypeMethodDescriptionCfnPipeline.PipelineTagProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.datapipeline that return types with arguments of type CfnPipeline.PipelineTagPropertyModifier and TypeMethodDescriptionCfnPipeline.getPipelineTags()A list of arbitrary tags (key-value pairs) to associate with the pipeline, which you can use to control permissions.default List<CfnPipeline.PipelineTagProperty>CfnPipelineProps.getPipelineTags()A list of arbitrary tags (key-value pairs) to associate with the pipeline, which you can use to control permissions.CfnPipelineProps.Jsii$Proxy.getPipelineTags()Method parameters in software.amazon.awscdk.services.datapipeline with type arguments of type CfnPipeline.PipelineTagPropertyModifier and TypeMethodDescriptionCfnPipeline.Builder.pipelineTags(List<? extends CfnPipeline.PipelineTagProperty> pipelineTags) A list of arbitrary tags (key-value pairs) to associate with the pipeline, which you can use to control permissions.CfnPipelineProps.Builder.pipelineTags(List<? extends CfnPipeline.PipelineTagProperty> pipelineTags) Sets the value ofCfnPipelineProps.getPipelineTags()voidCfnPipeline.setPipelineTags(List<CfnPipeline.PipelineTagProperty> value) A list of arbitrary tags (key-value pairs) to associate with the pipeline, which you can use to control permissions.