Values.SsmParameterConfigurationSourceConfiguration for a single Parameter in the Amazon Web Services Systems Manager (SSM) Parameter Store in a given Region.
type nonrec t = {amiAccountId : AccountId.t option;Specify the account that will own the Parameter in a given Region. During distribution, this account must be specified in distribution settings as a target account for the Region.
*)parameterName : SsmParameterName.t;This is the name of the Parameter in the target Region or account. The image distribution creates the Parameter if it doesn't already exist. Otherwise, it updates the parameter.
*)dataType : SsmParameterDataType.t option;The data type specifies what type of value the Parameter contains. We recommend that you use data type aws:ec2:image.
*)}val make :
?amiAccountId:??? ->
?dataType:??? ->
parameterName:SsmParameterName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of AccountId.t ]) list ]