@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.040Z") @Stability(value=Stable) public interface CfnVPCEndpointConnectionNotificationProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnVPCEndpointConnectionNotificationProps.Builder
A builder for
CfnVPCEndpointConnectionNotificationProps |
static class |
CfnVPCEndpointConnectionNotificationProps.Jsii$Proxy
An implementation for
CfnVPCEndpointConnectionNotificationProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnVPCEndpointConnectionNotificationProps.Builder |
builder() |
List<String> |
getConnectionEvents()
`AWS::EC2::VPCEndpointConnectionNotification.ConnectionEvents`.
|
String |
getConnectionNotificationArn()
`AWS::EC2::VPCEndpointConnectionNotification.ConnectionNotificationArn`.
|
default String |
getServiceId()
`AWS::EC2::VPCEndpointConnectionNotification.ServiceId`.
|
default String |
getVpcEndpointId()
`AWS::EC2::VPCEndpointConnectionNotification.VPCEndpointId`.
|
@Stability(value=Stable) @NotNull List<String> getConnectionEvents()
@Stability(value=Stable) @NotNull String getConnectionNotificationArn()
@Stability(value=Stable) @Nullable default String getServiceId()
@Stability(value=Stable) @Nullable default String getVpcEndpointId()
@Stability(value=Stable) static CfnVPCEndpointConnectionNotificationProps.Builder builder()
Copyright © 2021. All rights reserved.