pub struct VpcEndpointConnectionNotificationArgs {
pub connection_events: Output<Vec<String>>,
pub connection_notification_arn: Output<String>,
pub vpc_endpoint_id: Output<Option<String>>,
pub vpc_endpoint_service_id: Output<Option<String>>,
}
Fields§
§connection_events: Output<Vec<String>>
One or more endpoint events for which to receive notifications.
NOTE: One of
vpc_endpoint_service_id
orvpc_endpoint_id
must be specified.
connection_notification_arn: Output<String>
The ARN of the SNS topic for the notifications.
vpc_endpoint_id: Output<Option<String>>
The ID of the VPC Endpoint to receive notifications for.
vpc_endpoint_service_id: Output<Option<String>>
The ID of the VPC Endpoint Service to receive notifications for.
Implementations§
source§impl VpcEndpointConnectionNotificationArgs
impl VpcEndpointConnectionNotificationArgs
sourcepub fn builder() -> VpcEndpointConnectionNotificationArgsBuilder
pub fn builder() -> VpcEndpointConnectionNotificationArgsBuilder
Create an instance of VpcEndpointConnectionNotificationArgs
using the builder syntax
Trait Implementations§
source§impl Clone for VpcEndpointConnectionNotificationArgs
impl Clone for VpcEndpointConnectionNotificationArgs
source§fn clone(&self) -> VpcEndpointConnectionNotificationArgs
fn clone(&self) -> VpcEndpointConnectionNotificationArgs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for VpcEndpointConnectionNotificationArgs
impl RefUnwindSafe for VpcEndpointConnectionNotificationArgs
impl Send for VpcEndpointConnectionNotificationArgs
impl Sync for VpcEndpointConnectionNotificationArgs
impl Unpin for VpcEndpointConnectionNotificationArgs
impl UnwindSafe for VpcEndpointConnectionNotificationArgs
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)