public static interface CfnAccessPoint.AccessPointTagProperty
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 java.lang.String |
getKey()
The tag key (String).
|
default java.lang.String |
getValue()
The value of the tag key.
|
default java.lang.String getKey()
The key can't start with aws:
.
default java.lang.String getValue()
static CfnAccessPoint.AccessPointTagProperty.Builder builder()