VpclatticeFunctions

Functions

Link copied to clipboard

Data source for managing an AWS VPC Lattice Auth Policy.

suspend fun getAuthPolicy(policy: String? = null, resourceIdentifier: String, state: String? = null): GetAuthPolicyResult
Link copied to clipboard

Data source for managing an AWS VPC Lattice Listener.

suspend fun getListener(argument: suspend GetListenerPlainArgsBuilder.() -> Unit): GetListenerResult
suspend fun getListener(listenerIdentifier: String, serviceIdentifier: String, tags: Map<String, String>? = null): GetListenerResult
Link copied to clipboard

Data source for managing an AWS VPC Lattice Service.

suspend fun getService(argument: suspend GetServicePlainArgsBuilder.() -> Unit): GetServiceResult
suspend fun getService(serviceIdentifier: String, tags: Map<String, String>? = null): GetServiceResult
Link copied to clipboard

Data source for managing an AWS VPC Lattice Service Network.

suspend fun getServiceNetwork(serviceNetworkIdentifier: String, tags: Map<String, String>? = null): GetServiceNetworkResult