LicenseConfigurationArn

LicenseConfigurationArn schema from EC2 Image Builder

Amazon Web ServicesAutomationContainer ImagesEC2Image BuildingVirtual Machine Images
View JSON Schema on GitHub

JSON Schema

ec2-image-builder-license-configuration-arn-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-ec2-image-builder/refs/heads/main/json-schema/ec2-image-builder-license-configuration-arn-schema.json",
  "title": "LicenseConfigurationArn",
  "description": "LicenseConfigurationArn schema from EC2 Image Builder",
  "type": "string",
  "pattern": "^arn:aws[^:]*:license-manager:[^:]+:[0-9]{12}:license-configuration:lic-[a-z0-9-_]{32}$"
}