Header menu logo FsCDK

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

AllowedPattern

Full Usage: AllowedPattern

Field type: string option
Field type: string option

ConstructId

Full Usage: ConstructId

Field type: string option
Field type: string option

DataType

Full Usage: DataType

Field type: ParameterDataType option
Field type: ParameterDataType option

Description

Full Usage: Description

Field type: string option
Field type: string option

ParameterName

Full Usage: ParameterName

Field type: string
Field type: string

SimpleName

Full Usage: SimpleName

Field type: bool option
Field type: bool option

StringValue

Full Usage: StringValue

Field type: string option
Field type: string option

Tier

Full Usage: Tier

Field type: ParameterTier option
Field type: ParameterTier option

Type something to start searching.