Values.CreateConfigurationOutputSourceReturns information about the created configuration.
type nonrec t = {arn : string;Required. The Amazon Resource Name (ARN) of the configuration.
*)authenticationStrategy : AuthenticationStrategy.t;Optional. The authentication strategy associated with the configuration. The default is SIMPLE.
*)created : string;Required. The date and time of the configuration.
*)id : string;Required. The unique ID that Amazon MQ generates for the configuration.
*)latestRevision : ConfigurationRevision.t option;The latest revision of the configuration.
*)name : string;Required. The name of the configuration. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 1-150 characters long.
*)}val make :
?latestRevision:??? ->
arn:string ->
authenticationStrategy:AuthenticationStrategy.t ->
created:string ->
id:string ->
name:string ->
unit ->
t