SSMParameterConfig Type
High-level Systems Manager Parameter Store builder following AWS best practices. **Default Settings:** - Type = String (most common) - Tier = Standard (free, up to 10,000 parameters) **Rationale:** Parameter Store provides centralized configuration management. String type covers most use cases (connection strings, URLs, etc.). Standard tier is free and sufficient for most applications. **Use Cases:** - Application configuration - Database connection strings - API endpoints and keys - Feature flags **Escape Hatch:** Access the underlying CDK StringParameter via the `Parameter` property for advanced scenarios not covered by this builder.
Record fields
| Record Field | Description |
Full Usage:
AllowedPattern
Field type: string option
|
|
Full Usage:
ConstructId
Field type: string option
|
|
|
|
Full Usage:
Description
Field type: string option
|
|
Full Usage:
ParameterName
Field type: string
|
|
Full Usage:
SimpleName
Field type: bool option
|
|
Full Usage:
StringValue
Field type: string option
|
|
|
|
FsCDK