Uses of Interface
software.amazon.awscdk.services.ec2.IInterfaceVpcEndpoint
Packages that use IInterfaceVpcEndpoint
Package
Description
Amazon EC2 Construct Library
Amazon Relational Database Service Construct Library
Route53 Alias Record Targets for the CDK Route53 Library
AWS Secrets Manager Construct Library
-
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.route53.targets
Constructors in software.amazon.awscdk.services.route53.targets with parameters of type IInterfaceVpcEndpoint -
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()