@Stability(value=Stable) public static final class CfnVPCEndpointConnectionNotification.Builder extends Object implements software.amazon.jsii.Builder<CfnVPCEndpointConnectionNotification>
CfnVPCEndpointConnectionNotification.| Modifier and Type | Method and Description |
|---|---|
CfnVPCEndpointConnectionNotification |
build() |
CfnVPCEndpointConnectionNotification.Builder |
connectionEvents(List<String> connectionEvents)
One or more endpoint events for which to receive notifications.
|
CfnVPCEndpointConnectionNotification.Builder |
connectionNotificationArn(String connectionNotificationArn)
The ARN of the SNS topic for the notifications.
|
static CfnVPCEndpointConnectionNotification.Builder |
create(software.constructs.Construct scope,
String id) |
CfnVPCEndpointConnectionNotification.Builder |
serviceId(String serviceId)
The ID of the endpoint service.
|
CfnVPCEndpointConnectionNotification.Builder |
vpcEndpointId(String vpcEndpointId)
The ID of the endpoint.
|
@Stability(value=Stable) public static CfnVPCEndpointConnectionNotification.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnVPCEndpointConnectionNotification.Builder.@Stability(value=Stable) public CfnVPCEndpointConnectionNotification.Builder connectionEvents(List<String> connectionEvents)
Valid values are Accept , Connect , Delete , and Reject .
connectionEvents - One or more endpoint events for which to receive notifications. This parameter is required.this@Stability(value=Stable) public CfnVPCEndpointConnectionNotification.Builder connectionNotificationArn(String connectionNotificationArn)
connectionNotificationArn - The ARN of the SNS topic for the notifications. This parameter is required.this@Stability(value=Stable) public CfnVPCEndpointConnectionNotification.Builder serviceId(String serviceId)
serviceId - The ID of the endpoint service. This parameter is required.this@Stability(value=Stable) public CfnVPCEndpointConnectionNotification.Builder vpcEndpointId(String vpcEndpointId)
vpcEndpointId - The ID of the endpoint. This parameter is required.this@Stability(value=Stable) public CfnVPCEndpointConnectionNotification build()
build in interface software.amazon.jsii.Builder<CfnVPCEndpointConnectionNotification>Copyright © 2022. All rights reserved.