Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParameterDataSource ¶
func ParameterDataSource( ssmServiceFactory pluginutils.ServiceFactory[*aws.Config, ssmservice.Service], awsConfigStore pluginutils.ServiceConfigStore[*aws.Config], ) provider.DataSource
ParameterDataSource returns a data source implementation for an AWS Systems Manager (SSM) parameter, used to reference an existing parameter from a blueprint.
func ParameterResource ¶
func ParameterResource( ssmServiceFactory pluginutils.ServiceFactory[*aws.Config, ssmservice.Service], awsConfigStore pluginutils.ServiceConfigStore[*aws.Config], ) provider.Resource
ParameterResource returns the resource implementation for an AWS Systems Manager (SSM) parameter. Unlike most resources in this provider it is a custom implementation against the SSM SDK rather than Cloud Control, because CloudFormation (and therefore Cloud Control) cannot create SecureString parameters, and SecureString is essential to low-cost configuration management as an alternative to Secrets Manager.
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.