Get Vpc Endpoint Service Plain Args
data class GetVpcEndpointServicePlainArgs(val filters: List<GetVpcEndpointServiceFilter>? = null, val service: String? = null, val serviceName: String? = null, val serviceType: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetVpcEndpointServicePlainArgs>
A collection of arguments for invoking getVpcEndpointService.
Properties
Link copied to clipboard
Configuration block(s) for filtering. Detailed below.
Link copied to clipboard
Service name that is specified when creating a VPC endpoint. For AWS services the service name is usually in the form com.amazonaws.<region>.<service>
(the SageMaker Notebook service is an exception to this rule, the service name is in the form aws.sagemaker.<region>.notebook
).
Link copied to clipboard
Service type, Gateway
or Interface
.