Class TrafficSourceAttachmentTrafficSourceArgs.Builder

    • Method Detail

      • identifier

        public TrafficSourceAttachmentTrafficSourceArgs.Builder identifier​(com.pulumi.core.Output<java.lang.String> identifier)
        Parameters:
        identifier - Identifies the traffic source. For Application Load Balancers, Gateway Load Balancers, Network Load Balancers, and VPC Lattice, this will be the Amazon Resource Name (ARN) for a target group in this account and Region. For Classic Load Balancers, this will be the name of the Classic Load Balancer in this account and Region.
        Returns:
        builder
      • identifier

        public TrafficSourceAttachmentTrafficSourceArgs.Builder identifier​(java.lang.String identifier)
        Parameters:
        identifier - Identifies the traffic source. For Application Load Balancers, Gateway Load Balancers, Network Load Balancers, and VPC Lattice, this will be the Amazon Resource Name (ARN) for a target group in this account and Region. For Classic Load Balancers, this will be the name of the Classic Load Balancer in this account and Region.
        Returns:
        builder
      • type

        public TrafficSourceAttachmentTrafficSourceArgs.Builder type​(com.pulumi.core.Output<java.lang.String> type)
        Parameters:
        type - Provides additional context for the value of `identifier`. The following lists the valid values: `elb` if `identifier` is the name of a Classic Load Balancer. `elbv2` if `identifier` is the ARN of an Application Load Balancer, Gateway Load Balancer, or Network Load Balancer target group. `vpc-lattice` if `identifier` is the ARN of a VPC Lattice target group.
        Returns:
        builder
      • type

        public TrafficSourceAttachmentTrafficSourceArgs.Builder type​(java.lang.String type)
        Parameters:
        type - Provides additional context for the value of `identifier`. The following lists the valid values: `elb` if `identifier` is the name of a Classic Load Balancer. `elbv2` if `identifier` is the ARN of an Application Load Balancer, Gateway Load Balancer, or Network Load Balancer target group. `vpc-lattice` if `identifier` is the ARN of a VPC Lattice target group.
        Returns:
        builder