Ec2 Image Builder Distribution Configuration Structure
A distribution configuration.
Type: objectProperties: 8Required: 1
Amazon Web ServicesAutomationContainer ImagesEC2Image BuildingVirtual Machine Images
DistributionConfiguration is a JSON Structure definition published by Amazon EC2 Image Builder, describing 8 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ec2-image-builder/refs/heads/main/json-structure/ec2-image-builder-distribution-configuration-structure.json",
"name": "DistributionConfiguration",
"description": "A distribution configuration.",
"type": "object",
"properties": {
"arn": {
"allOf": [
{
"$ref": "#/components/schemas/ImageBuilderArn"
},
{
"description": "The Amazon Resource Name (ARN) of the distribution configuration."
}
]
},
"name": {
"allOf": [
{
"$ref": "#/components/schemas/ResourceName"
},
{
"description": "The name of the distribution configuration."
}
]
},
"description": {
"allOf": [
{
"$ref": "#/components/schemas/NonEmptyString"
},
{
"description": "The description of the distribution configuration."
}
]
},
"distributions": {
"allOf": [
{
"$ref": "#/components/schemas/DistributionList"
},
{
"description": "The distribution objects that apply Region-specific settings for the deployment of the image to targeted Regions."
}
]
},
"timeoutMinutes": {
"allOf": [
{
"$ref": "#/components/schemas/DistributionTimeoutMinutes"
},
{
"description": "The maximum duration in minutes for this distribution configuration."
}
]
},
"dateCreated": {
"allOf": [
{
"$ref": "#/components/schemas/DateTime"
},
{
"description": "The date on which this distribution configuration was created."
}
]
},
"dateUpdated": {
"allOf": [
{
"$ref": "#/components/schemas/DateTime"
},
{
"description": "The date on which this distribution configuration was last updated."
}
]
},
"tags": {
"allOf": [
{
"$ref": "#/components/schemas/TagMap"
},
{
"description": "The tags of the distribution configuration."
}
]
}
},
"required": [
"timeoutMinutes"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.