@Stability(value=Stable)
public static interface CfnPipeline.PipelineTagProperty
extends software.amazon.jsii.JsiiSerializable
For more information, see Controlling Access to Pipelines and Resources in the AWS Data Pipeline Developer Guide .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.datapipeline.*;
PipelineTagProperty pipelineTagProperty = PipelineTagProperty.builder()
.key("key")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPipeline.PipelineTagProperty.Builder
A builder for
CfnPipeline.PipelineTagProperty |
static class |
CfnPipeline.PipelineTagProperty.Jsii$Proxy
An implementation for
CfnPipeline.PipelineTagProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPipeline.PipelineTagProperty.Builder |
builder() |
String |
getKey()
The key name of a tag.
|
String |
getValue()
The value to associate with the key name.
|
@Stability(value=Stable) @NotNull String getKey()
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CfnPipeline.PipelineTagProperty.Builder builder()
Copyright © 2022. All rights reserved.