Crate mz_cloud_resources

Source
Expand description

Abstractions for management of cloud resources that have no equivalent when running locally, like AWS PrivateLink endpoints.

Re-exports§

pub use vpc_endpoint::AwsExternalIdPrefix;
pub use vpc_endpoint::CloudResourceController;
pub use vpc_endpoint::CloudResourceReader;
pub use vpc_endpoint::VpcEndpointConfig;
pub use vpc_endpoint::VpcEndpointEvent;
pub use vpc_endpoint::id_from_vpc_endpoint_name;
pub use vpc_endpoint::vpc_endpoint_host;
pub use vpc_endpoint::vpc_endpoint_name;

Modules§

crd
Kubernetes custom resources
vpc_endpoint