Get Vpc Endpoint Plain Args
data class GetVpcEndpointPlainArgs(val filters: List<GetVpcEndpointFilter>? = null, val id: String? = null, val serviceName: String? = null, val state: String? = null, val tags: Map<String, String>? = null, val vpcId: String? = null) : ConvertibleToJava<GetVpcEndpointPlainArgs>
A collection of arguments for invoking getVpcEndpoint.
Properties
Link copied to clipboard
Custom filter block as described below.
Link copied to clipboard
Service name of the specific VPC Endpoint to retrieve. For AWS services the service name is usually in the form com.amazonaws.<region>.<service>
(the SageMaker AI Notebook service is an exception to this rule, the service name is in the form aws.sagemaker.<region>.notebook
).
Link copied to clipboard