DirectconnectFunctions

Functions

Link copied to clipboard

Retrieve information about a Direct Connect Connection.

suspend fun getConnection(name: String, tags: Map<String, String>? = null): GetConnectionResult
Link copied to clipboard

Retrieve information about a Direct Connect Gateway.

suspend fun getGateway(name: String): GetGatewayResult
suspend fun getGateway(argument: suspend GetGatewayPlainArgsBuilder.() -> Unit): GetGatewayResult
Link copied to clipboard

Retrieve information about a specific AWS Direct Connect location in the current AWS Region. These are the locations that can be specified when configuring aws.directconnect.Connection or aws.directconnect.LinkAggregationGroup resources.

suspend fun getLocation(locationCode: String): GetLocationResult
suspend fun getLocation(argument: suspend GetLocationPlainArgsBuilder.() -> Unit): GetLocationResult
Link copied to clipboard

Retrieve information about the AWS Direct Connect locations in the current AWS Region. These are the locations that can be specified when configuring aws.directconnect.Connection or aws.directconnect.LinkAggregationGroup resources.

Link copied to clipboard

Data source for retrieving Router Configuration instructions for a given AWS Direct Connect Virtual Interface and Router Type.

suspend fun getRouterConfiguration(routerTypeIdentifier: String, virtualInterfaceId: String): GetRouterConfigurationResult