@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:38.392Z") @Stability(value=Experimental) public interface CommonStringParameterAttributes extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CommonStringParameterAttributes.Builder
A builder for
CommonStringParameterAttributes |
static class |
CommonStringParameterAttributes.Jsii$Proxy
An implementation for
CommonStringParameterAttributes |
| Modifier and Type | Method and Description |
|---|---|
static CommonStringParameterAttributes.Builder |
builder() |
String |
getParameterName()
(experimental) The name of the parameter store value.
|
default Boolean |
getSimpleName()
(experimental) Indicates of the parameter name is a simple name (i.e.
|
@Stability(value=Experimental) @NotNull String getParameterName()
This value can be a token or a concrete string. If it is a concrete string and includes "/" it must also be prefixed with a "/" (fully-qualified).
@Stability(value=Experimental) @Nullable default Boolean getSimpleName()
This is only required only if parameterName is a token, which means we
are unable to detect if the name is simple or "path-like" for the purpose
of rendering SSM parameter ARNs.
If parameterName is not specified, simpleName must be true (or
undefined) since the name generated by AWS CloudFormation is always a
simple name.
Default: - auto-detect based on `parameterName`
@Stability(value=Experimental) static CommonStringParameterAttributes.Builder builder()
Copyright © 2021. All rights reserved.