@Stability(value=Stable)
public static interface CfnAccessPoint.AccessPointTagProperty
extends software.amazon.jsii.JsiiSerializable
Allowed characters in the Key and Value properties are letters, white space, and numbers that can be represented in UTF-8, and the following characters: + - = . _ : /
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.efs.*;
AccessPointTagProperty accessPointTagProperty = AccessPointTagProperty.builder()
.key("key")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAccessPoint.AccessPointTagProperty.Builder
A builder for
CfnAccessPoint.AccessPointTagProperty |
static class |
CfnAccessPoint.AccessPointTagProperty.Jsii$Proxy
An implementation for
CfnAccessPoint.AccessPointTagProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAccessPoint.AccessPointTagProperty.Builder |
builder() |
default String |
getKey()
The tag key (String).
|
default String |
getValue()
The value of the tag key.
|
@Stability(value=Stable) @Nullable default String getKey()
The key can't start with aws: .
@Stability(value=Stable) @Nullable default String getValue()
@Stability(value=Stable) static CfnAccessPoint.AccessPointTagProperty.Builder builder()
Copyright © 2022. All rights reserved.