@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:08.026Z") @Stability(value=Experimental) public interface SecureStringParameterAttributes extends software.amazon.jsii.JsiiSerializable, CommonStringParameterAttributes
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.kms.*;
import software.amazon.awscdk.services.ssm.*;
Key key;
SecureStringParameterAttributes secureStringParameterAttributes = SecureStringParameterAttributes.builder()
.parameterName("parameterName")
.version(123)
// the properties below are optional
.encryptionKey(key)
.simpleName(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
SecureStringParameterAttributes.Builder
A builder for
SecureStringParameterAttributes |
static class |
SecureStringParameterAttributes.Jsii$Proxy
An implementation for
SecureStringParameterAttributes |
| Modifier and Type | Method and Description |
|---|---|
static SecureStringParameterAttributes.Builder |
builder() |
default IKey |
getEncryptionKey()
(experimental) The encryption key that is used to encrypt this parameter.
|
Number |
getVersion()
(experimental) The version number of the value you wish to retrieve.
|
getParameterName, getSimpleName@Stability(value=Experimental) @Nullable default IKey getEncryptionKey()
Default: - default master key
@Stability(value=Experimental) @NotNull Number getVersion()
This is required for secure strings.
@Stability(value=Experimental) static SecureStringParameterAttributes.Builder builder()
builder in interface CommonStringParameterAttributesSecureStringParameterAttributes.Builder of SecureStringParameterAttributesCopyright © 2021. All rights reserved.