Amazon.PowerShell.Cmdlets.EC2.AmazonEC2ClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see
How to ensure idempotency.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The DNS records created for the endpoint.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-DnsOptions_PrivateDnsOnlyForInboundResolverEndpoint <
Boolean>
Indicates whether to enable private DNS only for inbound endpoints. This option is available only for services that support both gateway and interface endpoints. It routes traffic that originates from the VPC to the gateway endpoint and traffic that originates from on-premises to the interface endpoint.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The IP address type for the endpoint.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Changes the cmdlet behavior to return the value passed to the VpcId parameter. The -PassThru parameter is deprecated, use -Select '^VpcId' instead. This parameter will be removed in a future version.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
(Interface and gateway endpoints) A policy to attach to the endpoint that controls access to the service. The policy must be in valid JSON format. If this parameter is not specified, we attach a default policy that allows full access to the service.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
(Interface endpoint) Indicates whether to associate a private hosted zone with the specified VPC. The private hosted zone contains a record set for the default public DNS name for the service for the Region (for example,
kinesis.us-east-1.amazonaws.com), which resolves to the private IP addresses of the endpoint network interfaces in the VPC. This enables you to make requests to the default public DNS name for the service instead of the public DNS names that are automatically generated by the VPC endpoint service.To use a private hosted zone, you must set the following VPC attributes to
true:
enableDnsHostnames and
enableDnsSupport. Use
ModifyVpcAttribute to set the VPC attributes.Default:
true Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-ResourceConfigurationArn <
String>
The Amazon Resource Name (ARN) of a resource configuration that will be associated with the VPC endpoint of type resource.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
(Gateway endpoint) The route table IDs.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | RouteTableIds |
(Interface endpoint) The IDs of the security groups to associate with the endpoint network interfaces. If this parameter is not specified, we use the default security group for the VPC.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | SecurityGroupIds |
Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateVpcEndpointResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateVpcEndpointResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The name of the endpoint service.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The Amazon Resource Name (ARN) of a service network that will be associated with the VPC endpoint of type service-network.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The Region where the service is hosted. The default is the current Region.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The subnet configurations for the endpoint.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | SubnetConfigurations |
(Interface and Gateway Load Balancer endpoints) The IDs of the subnets in which to create endpoint network interfaces. For a Gateway Load Balancer endpoint, you can specify only one subnet.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | SubnetIds |
The tags to associate with the endpoint.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TagSpecifications |
The type of endpoint.Default: Gateway
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The ID of the VPC.
Required? | True |
Position? | 1 |
Accept pipeline input? | True (ByValue, ByPropertyName) |