@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:35.953Z") @Stability(value=Stable) public interface UniqueResourceNameOptions extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.*;
UniqueResourceNameOptions uniqueResourceNameOptions = UniqueResourceNameOptions.builder()
.allowedSpecialCharacters("allowedSpecialCharacters")
.maxLength(123)
.separator("separator")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
UniqueResourceNameOptions.Builder
A builder for
UniqueResourceNameOptions |
static class |
UniqueResourceNameOptions.Jsii$Proxy
An implementation for
UniqueResourceNameOptions |
| Modifier and Type | Method and Description |
|---|---|
static UniqueResourceNameOptions.Builder |
builder() |
default String |
getAllowedSpecialCharacters()
Non-alphanumeric characters allowed in the unique resource name.
|
default Number |
getMaxLength()
The maximum length of the unique resource name.
|
default String |
getSeparator()
The separator used between the path components.
|
@Stability(value=Stable) @Nullable default String getAllowedSpecialCharacters()
Default: - none
@Stability(value=Stable) @Nullable default Number getMaxLength()
Default: - 256
@Stability(value=Stable) @Nullable default String getSeparator()
Default: - none
@Stability(value=Stable) static UniqueResourceNameOptions.Builder builder()
UniqueResourceNameOptions.Builder of UniqueResourceNameOptionsCopyright © 2022. All rights reserved.