@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:15.326Z") @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")
// the properties below are optional
.encryptionKey(key)
.simpleName(false)
.version(123)
.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.
|
default 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) @Nullable default Number getVersion()
Default: - AWS CloudFormation uses the latest version of the parameter
@Stability(value=Experimental) static SecureStringParameterAttributes.Builder builder()
builder in interface CommonStringParameterAttributesSecureStringParameterAttributes.Builder of SecureStringParameterAttributesCopyright © 2022. All rights reserved.