Values.ContainerServiceRegistryLoginSourceDescribes the sign-in credentials for the container image registry of an Amazon Lightsail account.
type nonrec t = {username : String_.t option;The container service registry username to use to push container images to the container image registry of a Lightsail account.
*)password : String_.t option;The container service registry password to use to push container images to the container image registry of a Lightsail account
*)expiresAt : IsoDate.t option;The timestamp of when the container image registry sign-in credentials expire. The log in credentials expire 12 hours after they are created, at which point you will need to create a new set of log in credentials using the CreateContainerServiceRegistryLogin action.
*)registry : String_.t option;The address to use to push container images to the container image registry of a Lightsail account.
*)}