This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html). # AWS::EC2::VerifiedAccessEndpoint NetworkInterfaceOptions Describes the network interface options when creating an AWS Verified Access endpoint using the `network-interface` type. ## Syntax To declare this entity in your CloudFormation template, use the following syntax: ### JSON ``` { "[NetworkInterfaceId](#cfn-ec2-verifiedaccessendpoint-networkinterfaceoptions-networkinterfaceid)" : {{String}}, "[Port](#cfn-ec2-verifiedaccessendpoint-networkinterfaceoptions-port)" : {{Integer}}, "[PortRanges](#cfn-ec2-verifiedaccessendpoint-networkinterfaceoptions-portranges)" : {{[ PortRange, ... ]}}, "[Protocol](#cfn-ec2-verifiedaccessendpoint-networkinterfaceoptions-protocol)" : {{String}} } ``` ### YAML ``` [NetworkInterfaceId](#cfn-ec2-verifiedaccessendpoint-networkinterfaceoptions-networkinterfaceid): {{String}} [Port](#cfn-ec2-verifiedaccessendpoint-networkinterfaceoptions-port): {{Integer}} [PortRanges](#cfn-ec2-verifiedaccessendpoint-networkinterfaceoptions-portranges): {{ - PortRange}} [Protocol](#cfn-ec2-verifiedaccessendpoint-networkinterfaceoptions-protocol): {{String}} ``` ## Properties `NetworkInterfaceId` The ID of the network interface. *Required*: No *Type*: String *Update requires*: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) `Port` The IP port number. *Required*: No *Type*: Integer *Minimum*: `1` *Maximum*: `65535` *Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) `PortRanges` The port ranges. *Required*: No *Type*: Array of [PortRange](aws-properties-ec2-verifiedaccessendpoint-portrange.md) *Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) `Protocol` The IP protocol. *Required*: No *Type*: String *Allowed values*: `http | https | tcp` *Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

AltStyle によって変換されたページ (->オリジナル) /