@Generated(value="jsii-pacmak/1.41.0 (build a274beb)", date="2021-10-28T21:51:42.911Z") @Stability(value=Stable) public interface SecretProps extends software.amazon.jsii.JsiiSerializable, ResourceProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
SecretProps.Builder
A builder for
SecretProps |
static class |
SecretProps.Jsii$Proxy
An implementation for
SecretProps |
| Modifier and Type | Method and Description |
|---|---|
static SecretProps.Builder |
builder() |
default Map<String,String> |
getStringData()
stringData allows specifying non-binary secret data in string form.
|
default String |
getType()
Optional type associated with the secret.
|
getMetadata@Stability(value=Stable) @Nullable default Map<String,String> getStringData()
It is provided as a write-only convenience method. All keys and values are merged into the data field on write, overwriting any existing values. It is never output when reading from the API.
@Stability(value=Stable) @Nullable default String getType()
Used to facilitate programmatic handling of secret data by various controllers.
Default: undefined - Don't set a type.
@Stability(value=Stable) static SecretProps.Builder builder()
builder in interface ResourcePropsSecretProps.Builder of SecretPropsCopyright © 2021. All rights reserved.