Vpclattice Functions
object VpclatticeFunctions
Functions
Link copied to clipboard
Data source for managing an AWS VPC Lattice Auth Policy.
suspend fun getAuthPolicy(argument: suspend GetAuthPolicyPlainArgsBuilder.() -> Unit): GetAuthPolicyResult
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(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(argument: suspend GetServiceNetworkPlainArgsBuilder.() -> Unit): GetServiceNetworkResult
suspend fun getServiceNetwork(serviceNetworkIdentifier: String, tags: Map<String, String>? = null): GetServiceNetworkResult