Class ChannelVpc


  • public final class ChannelVpc
    extends java.lang.Object
    • Method Detail

      • availabilityZones

        public java.util.List<java.lang.String> availabilityZones()
      • networkInterfaceIds

        public java.util.List<java.lang.String> networkInterfaceIds()
      • publicAddressAllocationIds

        public java.util.List<java.lang.String> publicAddressAllocationIds()
        Returns:
        List of public address allocation ids to associate with ENIs that will be created in Output VPC. Must specify one for SINGLE_PIPELINE, two for STANDARD channels.
      • securityGroupIds

        public java.util.List<java.lang.String> securityGroupIds()
        Returns:
        A list of up to 5 EC2 VPC security group IDs to attach to the Output VPC network interfaces. If none are specified then the VPC default security group will be used.
      • subnetIds

        public java.util.List<java.lang.String> subnetIds()
        Returns:
        A list of VPC subnet IDs from the same VPC. If STANDARD channel, subnet IDs must be mapped to two unique availability zones (AZ).