Uses of Interface
software.amazon.awscdk.services.ec2.IInterfaceVpcEndpoint
Packages that use IInterfaceVpcEndpoint
Package
Description
AWS::AppRunner Construct Library
Amazon EC2 Construct Library
Amazon Relational Database Service Construct Library
AWS Secrets Manager Construct Library
-
Uses of IInterfaceVpcEndpoint in software.amazon.awscdk.services.apprunner.alpha
Methods in software.amazon.awscdk.services.apprunner.alpha that return IInterfaceVpcEndpointModifier and TypeMethodDescriptionVpcIngressConnectionProps.getInterfaceVpcEndpoint()(experimental) The VPC Interface Endpoint for the VPC Ingress Connection.final IInterfaceVpcEndpointVpcIngressConnectionProps.Jsii$Proxy.getInterfaceVpcEndpoint()Methods in software.amazon.awscdk.services.apprunner.alpha with parameters of type IInterfaceVpcEndpointModifier and TypeMethodDescriptionVpcIngressConnection.Builder.interfaceVpcEndpoint(IInterfaceVpcEndpoint interfaceVpcEndpoint) (experimental) The VPC Interface Endpoint for the VPC Ingress Connection.VpcIngressConnectionProps.Builder.interfaceVpcEndpoint(IInterfaceVpcEndpoint interfaceVpcEndpoint) Sets the value ofVpcIngressConnectionProps.getInterfaceVpcEndpoint() -
Uses of IInterfaceVpcEndpoint in software.amazon.awscdk.services.ec2
Subinterfaces of IInterfaceVpcEndpoint in software.amazon.awscdk.services.ec2Modifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIInterfaceVpcEndpoint.Classes in software.amazon.awscdk.services.ec2 that implement IInterfaceVpcEndpointModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classA interface VPC endpoint.Methods in software.amazon.awscdk.services.ec2 that return IInterfaceVpcEndpointModifier and TypeMethodDescriptionstatic IInterfaceVpcEndpointInterfaceVpcEndpoint.fromInterfaceVpcEndpointAttributes(software.constructs.Construct scope, String id, InterfaceVpcEndpointAttributes attrs) Imports an existing interface VPC endpoint. -
Uses of IInterfaceVpcEndpoint in software.amazon.awscdk.services.rds
Methods in software.amazon.awscdk.services.rds that return IInterfaceVpcEndpointModifier and TypeMethodDescriptiondefault IInterfaceVpcEndpointCommonRotationUserOptions.getEndpoint()The VPC interface endpoint to use for the Secrets Manager API.final IInterfaceVpcEndpointCommonRotationUserOptions.Jsii$Proxy.getEndpoint()final IInterfaceVpcEndpointRotationMultiUserOptions.Jsii$Proxy.getEndpoint()final IInterfaceVpcEndpointRotationSingleUserOptions.Jsii$Proxy.getEndpoint()Methods in software.amazon.awscdk.services.rds with parameters of type IInterfaceVpcEndpointModifier and TypeMethodDescriptionCommonRotationUserOptions.Builder.endpoint(IInterfaceVpcEndpoint endpoint) Sets the value ofCommonRotationUserOptions.getEndpoint()RotationMultiUserOptions.Builder.endpoint(IInterfaceVpcEndpoint endpoint) Sets the value ofCommonRotationUserOptions.getEndpoint()RotationSingleUserOptions.Builder.endpoint(IInterfaceVpcEndpoint endpoint) Sets the value ofCommonRotationUserOptions.getEndpoint() -
Uses of IInterfaceVpcEndpoint in software.amazon.awscdk.services.secretsmanager
Methods in software.amazon.awscdk.services.secretsmanager that return IInterfaceVpcEndpointModifier and TypeMethodDescriptiondefault IInterfaceVpcEndpointSecretRotationProps.getEndpoint()The VPC interface endpoint to use for the Secrets Manager API.final IInterfaceVpcEndpointSecretRotationProps.Jsii$Proxy.getEndpoint()Methods in software.amazon.awscdk.services.secretsmanager with parameters of type IInterfaceVpcEndpointModifier and TypeMethodDescriptionSecretRotation.Builder.endpoint(IInterfaceVpcEndpoint endpoint) The VPC interface endpoint to use for the Secrets Manager API.SecretRotationProps.Builder.endpoint(IInterfaceVpcEndpoint endpoint) Sets the value ofSecretRotationProps.getEndpoint()