Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnNetworkInterfaceAttachmentPropsMixin.Builder
Packages that use CfnNetworkInterfaceAttachmentPropsMixin.Builder
-
Uses of CfnNetworkInterfaceAttachmentPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnNetworkInterfaceAttachmentPropsMixin.BuilderModifier and TypeMethodDescriptionCfnNetworkInterfaceAttachmentPropsMixin.Builder.create()CfnNetworkInterfaceAttachmentPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnNetworkInterfaceAttachmentPropsMixin.Builder.deleteOnTermination(Boolean deleteOnTermination) Whether to delete the network interface when the instance terminates.CfnNetworkInterfaceAttachmentPropsMixin.Builder.deleteOnTermination(IResolvable deleteOnTermination) Whether to delete the network interface when the instance terminates.CfnNetworkInterfaceAttachmentPropsMixin.Builder.deviceIndex(String deviceIndex) The network interface's position in the attachment order.CfnNetworkInterfaceAttachmentPropsMixin.Builder.enaQueueCount(Number enaQueueCount) The number of ENA queues created with the instance.CfnNetworkInterfaceAttachmentPropsMixin.Builder.enaSrdSpecification(CfnNetworkInterfaceAttachmentPropsMixin.EnaSrdSpecificationProperty enaSrdSpecification) Configures ENA Express for the network interface that this action attaches to the instance.CfnNetworkInterfaceAttachmentPropsMixin.Builder.enaSrdSpecification(IResolvable enaSrdSpecification) Configures ENA Express for the network interface that this action attaches to the instance.CfnNetworkInterfaceAttachmentPropsMixin.Builder.instanceId(String instanceId) The ID of the instance to which you will attach the ENI.CfnNetworkInterfaceAttachmentPropsMixin.Builder.networkInterfaceId(String networkInterfaceId) The ID of the ENI that you want to attach.