Use the toolbar to configure and customize the component. The following options are available:
Color: Select a fill color for the body of the component and an accent color for its symbol. You can use the same colors for the 2D and 3D views or different colors for each.
Data stored (GB): Enter the amount of data you store in your repositories.
Private: Select if your repository is public or private.
type: string: The type of component. Must be a string of value ecr for this component.
id: string, uuid: The unique identifier for the component. The API uses a UUID v4 internally but accepts any unique string.
arn: string: The globally unique identifier for the component within AWS, known as the Amazon Resource Names.
region: string: The AWS region for the component. The API supports all global regions, except for AWS China.
mapPos: array: The position of the component in the blueprint, expressed as an x- and y-coordinate pair.
storageGB: number: The amount of data stored in the repositories inside the registry, in gigabytes. Defaults to 1.
private: boolean: Whether the repository is private. Defaults to true.
color: object: The fill color for the component body.
isometric: string: A hexadecimal color for the component body in the 3D view. Defaults to #3F7DDE.
2d: string: A hexadecimal color for the component body in the 2D view. Defaults to #D86613.
accentColor: object: The accent color for the component logo.
isometric: string: A hexadecimal color for the component logo in the 3D view. Defaults to #052048.
2d: string: A hexadecimal color for the component logo in the 2D view. Defaults to #FFFFFF.
link: string, uri: A URI that links the component to another diagram or an external website. Accepts one of the following formats: blueprint:// or https://.
locked: boolean: Whether to allow changes to the position of the component through the web interface. Defaults to false.