When was the media distribution created.
OptionaldefaultSet this as the default media distribution that will be associated with all future media assets created without an explicit MediaDistributionId set.
Identifier of the media distribution
User-friendly name for the media distribution. The '*' character is not allowed.
OptionalsecurityOptional. Specify security settings for your media distribution.
Optionalkeys?: { key: string; name?: string | null }[]Security keys that can be used to sign a JWT to authenticate media asset views. If no keys are provided the media distribution will be unsecured. This means any associated assets can be viewed without a token, and if a token is provided the signing key will not be validated. If a key is specified the media distribution will be secured and a valid token signed with one of the provided keys will be required to view associated media assets.
Response data for the creation of a media distribution.