|
100 | 100 | "CreateTrafficMirrorFilter": "<p>Creates a Traffic Mirror filter.</p> <p>A Traffic Mirror filter is a set of rules that defines the traffic to mirror.</p> <p>By default, no traffic is mirrored. To mirror traffic, use <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTrafficMirrorFilterRule.htm\">CreateTrafficMirrorFilterRule</a> to add Traffic Mirror rules to the filter. The rules you add define what traffic gets mirrored. You can also use <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyTrafficMirrorFilterNetworkServices.html\">ModifyTrafficMirrorFilterNetworkServices</a> to mirror supported network services.</p>",
|
101 | 101 | "CreateTrafficMirrorFilterRule": "<p>Creates a Traffic Mirror filter rule.</p> <p>A Traffic Mirror rule defines the Traffic Mirror source traffic to mirror.</p> <p>You need the Traffic Mirror filter ID when you create the rule.</p>",
|
102 | 102 | "CreateTrafficMirrorSession": "<p>Creates a Traffic Mirror session.</p> <p>A Traffic Mirror session actively copies packets from a Traffic Mirror source to a Traffic Mirror target. Create a filter, and then assign it to the session to define a subset of the traffic to mirror, for example all TCP traffic.</p> <p>The Traffic Mirror source and the Traffic Mirror target (monitoring appliances) can be in the same VPC, or in a different VPC connected via VPC peering or a transit gateway. </p> <p>By default, no traffic is mirrored. Use <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTrafficMirrorFilter.htm\">CreateTrafficMirrorFilter</a> to create filter rules that specify the traffic to mirror.</p>",
|
103 |
| - "CreateTrafficMirrorTarget": "<p>Creates a target for your Traffic Mirror session.</p> <p>A Traffic Mirror target is the destination for mirrored traffic. The Traffic Mirror source and the Traffic Mirror target (monitoring appliances) can be in the same VPC, or in different VPCs connected via VPC peering or a transit gateway.</p> <p>A Traffic Mirror target can be a network interface, or a Network Load Balancer.</p> <p>To use the target in a Traffic Mirror session, use <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTrafficMirrorSession.htm\">CreateTrafficMirrorSession</a>.</p>", |
| 103 | + "CreateTrafficMirrorTarget": "<p>Creates a target for your Traffic Mirror session.</p> <p>A Traffic Mirror target is the destination for mirrored traffic. The Traffic Mirror source and the Traffic Mirror target (monitoring appliances) can be in the same VPC, or in different VPCs connected via VPC peering or a transit gateway.</p> <p>A Traffic Mirror target can be a network interface, a Network Load Balancer, or a Gateway Load Balancer endpoint.</p> <p>To use the target in a Traffic Mirror session, use <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTrafficMirrorSession.htm\">CreateTrafficMirrorSession</a>.</p>", |
104 | 104 | "CreateTransitGateway": "<p>Creates a transit gateway.</p> <p>You can use a transit gateway to interconnect your virtual private clouds (VPC) and on-premises networks. After the transit gateway enters the <code>available</code> state, you can attach your VPCs and VPN connections to the transit gateway.</p> <p>To attach your VPCs, use <a>CreateTransitGatewayVpcAttachment</a>.</p> <p>To attach a VPN connection, use <a>CreateCustomerGateway</a> to create a customer gateway and specify the ID of the customer gateway and the ID of the transit gateway in a call to <a>CreateVpnConnection</a>.</p> <p>When you create a transit gateway, we create a default transit gateway route table and use it as the default association route table and the default propagation route table. You can use <a>CreateTransitGatewayRouteTable</a> to create additional transit gateway route tables. If you disable automatic route propagation, we do not create a default transit gateway route table. You can use <a>EnableTransitGatewayRouteTablePropagation</a> to propagate routes from a resource attachment to a transit gateway route table. If you disable automatic associations, you can use <a>AssociateTransitGatewayRouteTable</a> to associate a resource attachment with a transit gateway route table.</p>",
|
105 | 105 | "CreateTransitGatewayConnect": "<p>Creates a Connect attachment from a specified transit gateway attachment. A Connect attachment is a GRE-based tunnel attachment that you can use to establish a connection between a transit gateway and an appliance.</p> <p>A Connect attachment uses an existing VPC or Amazon Web Services Direct Connect attachment as the underlying transport mechanism.</p>",
|
106 | 106 | "CreateTransitGatewayConnectPeer": "<p>Creates a Connect peer for a specified transit gateway Connect attachment between a transit gateway and an appliance.</p> <p>The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6).</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/tgw/tgw-connect.html#tgw-connect-peer\">Connect peers</a> in the <i>Transit Gateways Guide</i>.</p>",
|
|
18032 | 18032 | "TrafficMirrorTarget$NetworkLoadBalancerArn": "<p>The Amazon Resource Name (ARN) of the Network Load Balancer.</p>",
|
18033 | 18033 | "TrafficMirrorTarget$Description": "<p>Information about the Traffic Mirror target.</p>",
|
18034 | 18034 | "TrafficMirrorTarget$OwnerId": "<p>The ID of the account that owns the Traffic Mirror target.</p>",
|
| 18035 | + "TrafficMirrorTarget$GatewayLoadBalancerEndpointId": "<p>The ID of the Gateway Load Balancer endpoint.</p>", |
18035 | 18036 | "TransitGateway$TransitGatewayId": "<p>The ID of the transit gateway.</p>",
|
18036 | 18037 | "TransitGateway$TransitGatewayArn": "<p>The Amazon Resource Name (ARN) of the transit gateway.</p>",
|
18037 | 18038 | "TransitGateway$OwnerId": "<p>The ID of the Amazon Web Services account that owns the transit gateway.</p>",
|
|
20300 | 20301 | "base": null,
|
20301 | 20302 | "refs": {
|
20302 | 20303 | "CreateRouteRequest$VpcEndpointId": "<p>The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.</p>",
|
| 20304 | + "CreateTrafficMirrorTargetRequest$GatewayLoadBalancerEndpointId": "<p>The ID of the Gateway Load Balancer endpoint.</p>", |
20303 | 20305 | "CreateVpcEndpointConnectionNotificationRequest$VpcEndpointId": "<p>The ID of the endpoint.</p>",
|
20304 | 20306 | "ModifyVpcEndpointRequest$VpcEndpointId": "<p>The ID of the endpoint.</p>",
|
20305 | 20307 | "ReplaceRouteRequest$VpcEndpointId": "<p>The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.</p>",
|
|
0 commit comments