AwsGlobalacceleratorAlbReference

interface AwsGlobalacceleratorAlbReference { arn: Input<string>; }

Reference to an ALB created in the same Pulumi program.

Example

CODE
const alb: AwsGlobalacceleratorAlbReference = { arn: loadBalancer.arn };

Properties

arn: Input<string>

ALB ARN output exposed by the referenced resource or component.