Uses of Interface
software.amazon.awscdk.services.ec2.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
Modifier and TypeMethodDescriptionVpcIngressConnectionProps.getInterfaceVpcEndpoint()
(experimental) The VPC Interface Endpoint for the VPC Ingress Connection.final IInterfaceVpcEndpoint
VpcIngressConnectionProps.Jsii$Proxy.getInterfaceVpcEndpoint()
Modifier 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
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIInterfaceVpcEndpoint
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
A interface VPC endpoint.Modifier and TypeMethodDescriptionstatic IInterfaceVpcEndpoint
InterfaceVpcEndpoint.fromInterfaceVpcEndpointAttributes
(software.constructs.Construct scope, String id, InterfaceVpcEndpointAttributes attrs) Imports an existing interface VPC endpoint. -
Uses of IInterfaceVpcEndpoint in software.amazon.awscdk.services.rds
Modifier and TypeMethodDescriptiondefault IInterfaceVpcEndpoint
CommonRotationUserOptions.getEndpoint()
The VPC interface endpoint to use for the Secrets Manager API.final IInterfaceVpcEndpoint
CommonRotationUserOptions.Jsii$Proxy.getEndpoint()
final IInterfaceVpcEndpoint
RotationMultiUserOptions.Jsii$Proxy.getEndpoint()
final IInterfaceVpcEndpoint
RotationSingleUserOptions.Jsii$Proxy.getEndpoint()
Modifier 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
Modifier and TypeMethodDescriptiondefault IInterfaceVpcEndpoint
SecretRotationProps.getEndpoint()
The VPC interface endpoint to use for the Secrets Manager API.final IInterfaceVpcEndpoint
SecretRotationProps.Jsii$Proxy.getEndpoint()
Modifier 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()