ConnectionOrientation
Determines how instances receive a dependency of this resource type.
When a bundle declares a dependency, the connection orientation of the dependency's resource type controls how it gets satisfied at deploy time.
enum ConnectionOrientation {
LINK
ENVIRONMENT_DEFAULT
}
Values​
ConnectionOrientation.LINK {#link}​
The dependency is wired explicitly by drawing a connection between two instances on the canvas. The user chooses which specific instance provides the resource.
ConnectionOrientation.ENVIRONMENT_DEFAULT {#environment-default}​
The dependency is satisfied automatically by an environment-level default. The resource is shared across all instances in the environment without explicit wiring.
Member Of​
ResourceType object