Hosted Connection
Provides a hosted connection on the specified interconnect or a link aggregation group (LAG) of interconnects. Intended for use by AWS Direct Connect Partners only.
Example Usage
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.aws.directconnect.HostedConnection;
import com.pulumi.aws.directconnect.HostedConnectionArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var hosted = new HostedConnection("hosted", HostedConnectionArgs.builder()
.bandwidth("100Mbps")
.connectionId("dxcon-ffabc123")
.ownerAccountId("123456789012")
.vlan(1)
.build());
}
}
Properties
The ID of the interconnect or LAG.
Indicates whether the connection supports a secondary BGP peer in the same address family (IPv4/IPv6).
Boolean value representing if jumbo frames have been enabled for this connection.
The time of the most recent call to DescribeLoa for this connection.
The ID of the AWS account of the customer for the connection.
The name of the AWS Direct Connect service provider associated with the connection.
The name of the service provider associated with the connection.
The state of the connection. Possible values include: ordering, requested, pending, available, down, deleting, deleted, rejected, unknown. See AllocateHostedConnection for a description of each connection state.