Interface InterfaceVpcEndpointAttributes
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
InterfaceVpcEndpointAttributes.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:39.428Z")
@Stability(Stable)
public interface InterfaceVpcEndpointAttributes
extends software.amazon.jsii.JsiiSerializable
Construction properties for an ImportedInterfaceVpcEndpoint.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
SecurityGroup securityGroup;
InterfaceVpcEndpointAttributes interfaceVpcEndpointAttributes = InterfaceVpcEndpointAttributes.builder()
.port(123)
.vpcEndpointId("vpcEndpointId")
// the properties below are optional
.securityGroupId("securityGroupId")
.securityGroups(List.of(securityGroup))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forInterfaceVpcEndpointAttributesstatic final classAn implementation forInterfaceVpcEndpointAttributes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()getPort()The port of the service of the interface VPC endpoint.default StringDeprecated.default List<ISecurityGroup>The security groups associated with the interface VPC endpoint.The interface VPC endpoint identifier.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPort
The port of the service of the interface VPC endpoint. -
getVpcEndpointId
The interface VPC endpoint identifier. -
getSecurityGroupId
Deprecated.usesecurityGroupsinstead(deprecated) The identifier of the security group associated with the interface VPC endpoint. -
getSecurityGroups
The security groups associated with the interface VPC endpoint. -
builder
-
securityGroupsinstead