PrivateEndpoint
The private endpoint configuration for a gateway target. Defines how the gateway connects to private resources in your VPC.
Inheritors
Types
Configuration for connecting to a private resource using a managed VPC Lattice resource. The gateway creates and manages the VPC Lattice resources on your behalf.
Configuration for connecting to a private resource using a self-managed VPC Lattice resource configuration.
Functions
Casts this PrivateEndpoint as a ManagedLatticeResource and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.ManagedLatticeResource value. Throws an exception if the PrivateEndpoint is not a ManagedLatticeResource.
Casts this PrivateEndpoint as a ManagedLatticeResource and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.ManagedLatticeResource value. Returns null if the PrivateEndpoint is not a ManagedLatticeResource.
Casts this PrivateEndpoint as a SelfManagedLatticeResource and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.SelfManagedLatticeResource value. Throws an exception if the PrivateEndpoint is not a SelfManagedLatticeResource.
Casts this PrivateEndpoint as a SelfManagedLatticeResource and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.SelfManagedLatticeResource value. Returns null if the PrivateEndpoint is not a SelfManagedLatticeResource.