AWS.Tools.EC2.XML
<?xml version="1.0"?>
<doc> <assembly> <name>AWS.Tools.EC2</name> </assembly> <members> <member name="M:Amazon.PowerShell.Cmdlets.EC2.AmazonEC2Helper.InstanceParamToIDs(System.Object[])"> <summary> Converts a list of string instance ids, RunningInstance objects or Reservation objects to a collection of string instance ids </summary> <param name="instances"></param> <returns></returns> </member> <member name="M:Amazon.PowerShell.Cmdlets.EC2.AmazonEC2Helper.FromResponseTemplateData(Amazon.EC2.Model.ResponseLaunchTemplateData)"> <summary> Constructs a RequestLaunchTemplateData suitable for use in New-EC2LaunchTemplate[Version], from a response shape output by Get-EC2LaunchTemplateData. This enables pipelining of the form Get-EC2LaunchTemplateData | New-EC2LaunchTemplateData[Version].This works around the lack of copy constructors in the sdk. </summary> <param name="t"></param> <returns></returns> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImageByNameCmdlet"> <summary> <para> Outputs a collection of one or more Amazon Machine Images using either a set of supplied service-pack independent 'logical' name pattern(s), or a set of custom name patterns. The set of service-pack independent logical names can be viewed using the -ShowFilters switch. </para> <para> If more than one name pattern is supplied (built-in or custom) then all available machine images that match the pattern are output. If only a single name pattern is supplied and it corresponds to one of the built-in service-pack independent names, then only the very latest machine image that matches is output. To see all versions of a machine image that correspond to a built-in name, use the -AllAvailable switch. </para> <para> This cmdlet is deprecated and will be removed in a future version. Use Get-SSMLatestEC2Image instead. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImageByNameCmdlet.Name"> <summary> <para> A collection of one or more name patterns to use as filters to select an image. If this parameter is not specified, the set of built-in service-pack independent names are output. </para> <para> If the name supplied is recognized as one of the built-in service pack independent 'logical' names, it will be replaced internally by the corresponding pattern mapped by the logical name and used to query EC2 to find the latest available image corresponding to that name pattern. Using independent names means your script will continue to work even after AMIs are deprecated as new service packs are released. Names containing service pack/RTM designations can be deprecated as machine images are periodically refresh and eventually removed from the set of Amazon-published AMIs. </para> <para> If more than one value is supplied for this parameter, all machine images matching the name pattern are output, irrespective of whether the names supplied are from the built-in service-pack independent set or are custom name patterns of your own making. </para> <para> If a single value is supplied and it matches one of the built-in service-pack independent 'logical' names then only the very latest machine image corresponding to that name is output. Use the -AllAvailable switch to obtain the latest plus prior versions of the AMI. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImageByNameCmdlet.ShowFilters"> <summary> If set, the cmdlet emits the actual name pattern used to filter the machine images. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImageByNameCmdlet.AllAvailable"> <summary> <para> Amazon Web Services periodically refreshes machine images and 'deprecates' the prior versions. For a time it is possible for more than one image to correspond to a given logical filter. </para> <para> If this switch is specified and the name filter(s) supplied to the cmdlet are recognized as service pack independent 'logical' filters (i.e. the filter names shown if the -ShowFilters switch is supplied) then the cmdlet will emit all of the images corresponding to the filter. By default, the older images are suppressed and only the very latest image corresponding to the filter is output. </para> <para> If the supplied name filter(s) are not recognized (i.e. they are custom naming patterns of your own construction) then this switch is ignored and all matching images are returned. </para> </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceMetadataCmdlet"> <summary> Return values of available metadata categories for the current EC2 instance. For more information on EC2 instance metadata see http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceMetadataCmdlet.MetadataCategory"> <summary> The currently known categories; some of these descend into further data keys, others are 'convenience' categories that extract some relevant data from data associated with another category (for example Region is a subfield in the data returned with the IdentityDocument category). </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceMetadataCmdlet.Category"> <summary> One or more categories of instance metadata to retrieve. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceMetadataCmdlet.Path"> <summary> One or more instance metadata category paths to retrieve. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceMetadataCmdlet.ListCategory"> <summary> Enumerates the categories that can be used with the -Category parameter to the pipeline. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2PasswordDataCmdlet"> <summary> <para> Retrieves the encrypted administrator password for the instances running Windows and optionally decrypts it. </para> <para> When running on Windows with the desktop version of PowerShell if the -Decrypt switch is specified the cmdlet can attempt to auto-discover the name of the keypair that was used to launch the instance, and inspects the configuration store of the AWS Toolkit for Visual Studio to determine if the corresponding keypair data needed to decrypt the password is available locally. If it is the password will be decrypted without needing to specify the location of the Pem file. </para> <para> On platforms other than Windows, or when running PowerShell Core on Windows, the configuration store of the AWS Toolkit for Visual Studio is not available. In these situations the location of a Pem file containing the data needed to decrypt the password can be supplied to the -PemFile parameter. </para> <para> Note that if the -PemFile parameter is supplied (on any platform), the cmdlet automatically assumes that -Decrypt is set. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2PasswordDataCmdlet.InstanceId"> <summary> The ID of the instance for which to get the password. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2PasswordDataCmdlet.Decrypt"> <summary> <para> If specified the instance password is decrypted and emitted to the pipeline as a string. </para> <para> <b>Note:</b> If the -Pem File parameter is used this switch is assumed to be set. It is included in both parameter sets for this cmdlet for legacy, non-breaking change reasons. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2PasswordDataCmdlet.PemFile"> <summary> <para> The name of a .pem file containing the key materials corresponding to the keypair used to launch the instance. This will be used to decrypt the password data. </para> <para> If -PemFile is specified, then -Decrypt is assumed. </para> </summary> </member> <!-- Badly formed XML comment ignored for member "M:Amazon.PowerShell.Cmdlets.EC2.GetEC2PasswordDataCmdlet.DecryptViaPemDiscovery(System.String,Amazon.EC2.Model.GetPasswordDataResponse,System.String,System.String)" --> <member name="M:Amazon.PowerShell.Cmdlets.EC2.GetEC2PasswordDataCmdlet.DecryptViaPemFile(System.String,Amazon.EC2.Model.GetPasswordDataResponse)"> <summary> Loads the specified .pem file and uses it to decrypt the password data returned from the instance. </summary> <param name="pemFile">The full path to the .pem file to use</param> <param name="passwordDataResponse">Encrypted password data retrieved from the instance</param> <returns>The decrypted password</returns> </member> <member name="M:Amazon.PowerShell.Cmdlets.EC2.GetEC2PasswordDataCmdlet.LookupAccountSettingsKey(System.String,System.String,System.String)"> <summary> Walks the credentials store to find the matching account settings for the specified access key </summary> <param name="accessKey">Access key to serach by.</param> <param name="profileName">ProfileName to search by.</param> <param name="profileLocation">The location of the ini-format credential file.</param> <returns></returns> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.ImportEC2KeyPairCmdlet"> <summary> Imports the public key from an RSA or ED25519 key pair that you created with a third-party tool. Compare this with <a>CreateKeyPair</a>, in which Amazon Web Services creates the key pair and gives the keys to you (Amazon Web Services keeps a copy of the public key). With ImportKeyPair, you create the key pair and give Amazon Web Services just the public key. The private key is never transferred between you and Amazon Web Services. <para> For more information about key pairs, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html">Amazon EC2 key pairs</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2KeyPairCmdlet.PublicKeyMaterial"> <summary> <para> This parameter is obsolete and will be removed in a future version. Use 'PublicKey' instead. The public key. For API calls, the text must be base64-encoded. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2KeyPairCmdlet.KeyName"> <summary> <para> <para>A unique name for the key pair.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2KeyPairCmdlet.PublicKey"> <summary> <para> <para>The public key. For API calls, the text must be base64-encoded. For command line tools, base64 encoding is performed for you.</para> </para> <para>The cmdlet will automatically convert the supplied parameter to Base64 before supplying to the service.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2KeyPairCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the imported key pair.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2KeyPairCmdlet.Select"> <summary> 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.ImportKeyPairResponse). Specifying the name of a property of type Amazon.EC2.Model.ImportKeyPairResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2KeyPairCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the KeyName parameter. The -PassThru parameter is deprecated, use -Select '^KeyName' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2KeyPairCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet"> <summary> Launches the specified number of instances using an AMI for which you have permissions. <para> You can specify a number of options, or leave the default options. The following rules apply: </para><ul><li><para> If you don't specify a subnet ID, we choose a default subnet from your default VPC for you. If you don't have a default VPC, you must specify a subnet ID in the request. </para></li><li><para> All instances have a network interface with a primary private IPv4 address. If you don't specify this address, we choose one from the IPv4 range of your subnet. </para></li><li><para> Not all instance types support IPv6 addresses. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance types</a>. </para></li><li><para> If you don't specify a security group ID, we use the default security group for the VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html">Security groups</a>. </para></li><li><para> If any of the AMIs have a product code attached for which the user has not subscribed, the request fails. </para></li></ul><para> You can create a <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html">launch template</a>, which is a resource that contains the parameters to launch an instance. When you launch an instance using <a>RunInstances</a>, you can specify the launch template instead of specifying the launch parameters. </para><para> To ensure faster instance launches, break up large requests into smaller batches. For example, create five separate launch requests for 100 instances each instead of one launch request for 500 instances. </para><para><c>RunInstances</c> is subject to both request rate limiting and resource rate limiting. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-throttling.html">Request throttling</a>. </para><para> An instance is ready for you to use when it's in the <c>running</c> state. You can check the state of your instance using <a>DescribeInstances</a>. You can tag instances and EBS volumes during launch, after launch, or both. For more information, see <a>CreateTags</a> and <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html">Tagging your Amazon EC2 resources</a>. </para><para> Linux instances have access to the public key of the key pair at boot. You can use this key to provide secure access to the instance. Amazon EC2 public images use this feature to provide secure access without passwords. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html">Key pairs</a>. </para><para> For troubleshooting, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_InstanceStraightToTerminated.html">What to do if an instance immediately terminates</a>, and <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesConnecting.html">Troubleshooting connecting to your instance</a>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.AssociatePublicIp"> <summary> Indicates whether to assign a public IP address to an instance in a VPC. </summary> <remarks> <para>The public IP address is associated with a specific network interface. If set to true, the following rules apply:</para> <ol> <li> <p>Can only be associated with a single network interface with the device index of 0. You can't associate a public IP address with a second network interface, and you can't associate a public IP address if you are launching more than one network interface.</p> </li> <li> <p>Can only be associated with a new network interface, not an existing one.</p> </li> </ol> <p> Default: If launching into a default subnet, the default value is <b>true</b>. If launching into a nondefault subnet, the default value is <b>false</b>. </p> </remarks> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.UserDataFile"> <summary> The name of a file containing base64-encoded MIME user data for the instances. Using this parameter causes any value for the UserData parameter to be ignored. If the -EncodeUserData switch is also set, the contents of the file can be normal ASCII text and will be base64-encoded by the cmdlet. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.EncodeUserData"> <summary> If set and the -UserData or -UserDataFile parameters are specified, the specified user data is base64 encoded prior to submitting to EC2. By default the user data is assumed to be encoded prior to being supplied to the cmdlet. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.AdditionalInfo"> <summary> <para> <para>Reserved.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.Placement_Affinity"> <summary> <para> <para>The affinity setting for the instance on the Dedicated Host.</para><para>This parameter is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet">CreateFleet</a> or <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportInstance.html">ImportInstance</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.IamInstanceProfile_Arn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the instance profile.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.MaintenanceOptions_AutoRecovery"> <summary> <para> <para>Disables the automatic recovery behavior of your instance or sets it to default. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-recover.html#instance-configuration-recovery">Simplified automatic recovery</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.Placement_AvailabilityZone"> <summary> <para> <para>The Availability Zone of the instance.</para><para>If not specified, an Availability Zone will be automatically chosen for you based on the load balancing criteria for the Region.</para><para>This parameter is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet">CreateFleet</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.BlockDeviceMapping"> <summary> <para> <para>The block device mapping, which defines the EBS volumes and instance store volumes to attach to the instance at launch. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html">Block device mappings</a> in the <i>Amazon EC2 User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.CapacityReservationTarget_CapacityReservationId"> <summary> <para> <para>The ID of the Capacity Reservation in which to run the instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.CapacityReservationSpecification_CapacityReservationPreference"> <summary> <para> <para>Indicates the instance's Capacity Reservation preferences. Possible preferences include:</para><ul><li><para><c>open</c> - The instance can run in any <c>open</c> Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).</para></li><li><para><c>none</c> - The instance avoids running in a Capacity Reservation even if one is available. The instance runs as an On-Demand Instance.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.CapacityReservationTarget_CapacityReservationResourceGroupArn"> <summary> <para> <para>The ARN of the Capacity Reservation resource group in which to run the instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.HibernationOptions_Configured"> <summary> <para> <para>Set to <c>true</c> to enable your instance for hibernation.</para><para>For Spot Instances, if you set <c>Configured</c> to <c>true</c>, either omit the <c>InstanceInterruptionBehavior</c> parameter (for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SpotMarketOptions.html"><c>SpotMarketOptions</c></a>), or set it to <c>hibernate</c>. When <c>Configured</c> is true:</para><ul><li><para>If you omit <c>InstanceInterruptionBehavior</c>, it defaults to <c>hibernate</c>.</para></li><li><para>If you set <c>InstanceInterruptionBehavior</c> to a value other than <c>hibernate</c>, you'll get an error.</para></li></ul><para>Default: <c>false</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.CreditSpecification_CpuCredit"> <summary> <para> <para>The credit option for CPU usage of a T instance.</para><para>Valid values: <c>standard</c> | <c>unlimited</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.CpuOption"> <summary> <para> <para>The CPU options for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html">Optimize CPU options</a> in the <i>Amazon EC2 User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.DisableApiStop"> <summary> <para> <para>Indicates whether an instance is enabled for stop protection. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html#Using_StopProtection">Stop protection</a>. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.DisableApiTermination"> <summary> <para> <para>If you set this parameter to <c>true</c>, you can't terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. To change this attribute after launch, use <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyInstanceAttribute.html">ModifyInstanceAttribute</a>. Alternatively, if you set <c>InstanceInitiatedShutdownBehavior</c> to <c>terminate</c>, you can terminate the instance by running the shutdown command from the instance.</para><para>Default: <c>false</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.EbsOptimized"> <summary> <para> <para>Indicates whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal Amazon EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS-optimized instance.</para><para>Default: <c>false</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.ElasticGpuSpecification"> <summary> <para> <para>An elastic GPU to associate with the instance.</para><note><para>Amazon Elastic Graphics reached end of life on January 8, 2024.</para></note> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.ElasticInferenceAccelerator"> <summary> <para> <para>An elastic inference accelerator to associate with the instance.</para><note><para>Amazon Elastic Inference (EI) is no longer available to new customers. For more information, see <a href="http://aws.amazon.com/machine-learning/elastic-inference/faqs/">Amazon Elastic Inference FAQs</a>.</para></note> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.EnclaveOptions_Enabled"> <summary> <para> <para>To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to <c>true</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.EnablePrimaryIpv6"> <summary> <para> <para>If you’re launching an instance into a dual-stack or IPv6-only subnet, you can enable assigning a primary IPv6 address. A primary IPv6 address is an IPv6 GUA address associated with an ENI that you have enabled to use a primary IPv6 address. Use this option if an instance relies on its IPv6 address not changing. When you launch the instance, Amazon Web Services will automatically assign an IPv6 address associated with the ENI attached to your instance to be the primary IPv6 address. Once you enable an IPv6 GUA address to be a primary IPv6, you cannot disable it. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. If you have multiple IPv6 addresses associated with an ENI attached to your instance and you enable a primary IPv6 address, the first IPv6 GUA address associated with the ENI becomes the primary IPv6 address.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.PrivateDnsNameOptions_EnableResourceNameDnsAAAARecord"> <summary> <para> <para>Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.PrivateDnsNameOptions_EnableResourceNameDnsARecord"> <summary> <para> <para>Indicates whether to respond to DNS queries for instance hostnames with DNS A records.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.Placement_GroupId"> <summary> <para> <para>The ID of the placement group that the instance is in. If you specify <c>GroupId</c>, you can't specify <c>GroupName</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.Placement_GroupName"> <summary> <para> <para>The name of the placement group that the instance is in. If you specify <c>GroupName</c>, you can't specify <c>GroupId</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.Placement_HostId"> <summary> <para> <para>The ID of the Dedicated Host on which the instance resides.</para><para>This parameter is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet">CreateFleet</a> or <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportInstance.html">ImportInstance</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.PrivateDnsNameOptions_HostnameType"> <summary> <para> <para>The type of hostname for EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 only subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.Placement_HostResourceGroupArn"> <summary> <para> <para>The ARN of the host resource group in which to launch the instances.</para><para>If you specify this parameter, either omit the <b>Tenancy</b> parameter or set it to <c>host</c>.</para><para>This parameter is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet">CreateFleet</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.MetadataOptions_HttpEndpoint"> <summary> <para> <para>Enables or disables the HTTP metadata endpoint on your instances.</para><para>If you specify a value of <c>disabled</c>, you cannot access your instance metadata.</para><para>Default: <c>enabled</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.MetadataOptions_HttpProtocolIpv6"> <summary> <para> <para>Enables or disables the IPv6 endpoint for the instance metadata service.</para><para>Default: <c>disabled</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.MetadataOptions_HttpPutResponseHopLimit"> <summary> <para> <para>The maximum number of hops that the metadata token can travel.</para><para>Possible values: Integers from 1 to 64</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.MetadataOptions_HttpToken"> <summary> <para> <para>Indicates whether IMDSv2 is required.</para><ul><li><para><c>optional</c> - IMDSv2 is optional, which means that you can use either IMDSv2 or IMDSv1.</para></li><li><para><c>required</c> - IMDSv2 is required, which means that IMDSv1 is disabled, and you must use IMDSv2.</para></li></ul><para>Default:</para><ul><li><para>If the value of <c>ImdsSupport</c> for the Amazon Machine Image (AMI) for your instance is <c>v2.0</c> and the account level default is set to <c>no-preference</c>, the default is <c>required</c>.</para></li><li><para>If the value of <c>ImdsSupport</c> for the Amazon Machine Image (AMI) for your instance is <c>v2.0</c>, but the account level default is set to <c>V1 or V2</c>, the default is <c>optional</c>.</para></li></ul><para>The default value can also be affected by other combinations of parameters. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-options.html#instance-metadata-options-order-of-precedence">Order of precedence for instance metadata options</a> in the <i>Amazon EC2 User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.ImageId"> <summary> <para> <para>The ID of the AMI. An AMI ID is required to launch an instance and must be specified here or in a launch template.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.InstanceInitiatedShutdownBehavior"> <summary> <para> <para>Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).</para><para>Default: <c>stop</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.InstanceMarketOption"> <summary> <para> <para>The market (purchasing) option for the instances.</para><para>For <a>RunInstances</a>, persistent Spot Instance requests are only supported when <b>InstanceInterruptionBehavior</b> is set to either <c>hibernate</c> or <c>stop</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.MetadataOptions_InstanceMetadataTag"> <summary> <para> <para>Set to <c>enabled</c> to allow access to instance tags from the instance metadata. Set to <c>disabled</c> to turn off access to instance tags from the instance metadata. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#work-with-tags-in-IMDS">Work with instance tags using the instance metadata</a>.</para><para>Default: <c>disabled</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.InstanceType"> <summary> <para> <para>The instance type. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Amazon EC2 instance types</a> in the <i>Amazon EC2 User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.Ipv6AddressCount"> <summary> <para> <para>The number of IPv6 addresses to associate with the primary network interface. Amazon EC2 chooses the IPv6 addresses from the range of your subnet. You cannot specify this option and the option to assign specific IPv6 addresses in the same request. You can specify this option if you've specified a minimum number of instances to launch.</para><para>You cannot specify this option and the network interfaces option in the same request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.Ipv6Address"> <summary> <para> <para>The IPv6 addresses from the range of the subnet to associate with the primary network interface. You cannot specify this option and the option to assign a number of IPv6 addresses in the same request. You cannot specify this option if you've specified a minimum number of instances to launch.</para><para>You cannot specify this option and the network interfaces option in the same request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.KernelId"> <summary> <para> <para>The ID of the kernel.</para><important><para>We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html">PV-GRUB</a> in the <i>Amazon EC2 User Guide</i>.</para></important> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.KeyName"> <summary> <para> <para>The name of the key pair. You can create a key pair using <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateKeyPair.html">CreateKeyPair</a> or <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportKeyPair.html">ImportKeyPair</a>.</para><important><para>If you do not specify a key pair, you can't connect to the instance unless you choose an AMI that is configured to allow users another way to log in.</para></important> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.LaunchTemplate"> <summary> <para> <para>The launch template. Any additional parameters that you specify for the new instance overwrite the corresponding parameters included in the launch template.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.LicenseSpecification"> <summary> <para> <para>The license configurations.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.MaxCount"> <summary> <para> <para>The maximum number of instances to launch. If you specify a value that is more capacity than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches the largest possible number of instances above the specified minimum count.</para><para>Constraints: Between 1 and the quota for the specified instance type for your account for this Region. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-instance-quotas.html">Amazon EC2 instance type quotas</a>.</para> </para> <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>1</b>'.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.MinCount"> <summary> <para> <para>The minimum number of instances to launch. If you specify a value that is more capacity than Amazon EC2 can provide in the target Availability Zone, Amazon EC2 does not launch any instances.</para><para>Constraints: Between 1 and the quota for the specified instance type for your account for this Region. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-instance-quotas.html">Amazon EC2 instance type quotas</a>.</para> </para> <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>1</b>'.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.Monitoring"> <summary> <para> <para>Specifies whether detailed monitoring is enabled for the instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.IamInstanceProfile_Name"> <summary> <para> <para>The name of the instance profile.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.NetworkInterface"> <summary> <para> <para>The network interfaces to associate with the instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.Placement_PartitionNumber"> <summary> <para> <para>The number of the partition that the instance is in. Valid only if the placement group strategy is set to <c>partition</c>.</para><para>This parameter is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet">CreateFleet</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.PrivateIpAddress"> <summary> <para> <para>The primary IPv4 address. You must specify a value from the IPv4 address range of the subnet.</para><para>Only one private IP address can be designated as primary. You can't specify this option if you've specified the option to designate a private IP address as the primary IP address in a network interface specification. You cannot specify this option if you're launching more than one instance in the request.</para><para>You cannot specify this option and the network interfaces option in the same request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.RamdiskId"> <summary> <para> <para>The ID of the RAM disk to select. Some kernels require additional drivers at launch. Check the kernel requirements for information about whether you need to specify a RAM disk. To find kernel requirements, go to the Amazon Web Services Resource Center and search for the kernel ID.</para><important><para>We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html">PV-GRUB</a> in the <i>Amazon EC2 User Guide</i>.</para></important> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.SecurityGroupId"> <summary> <para> <para>The IDs of the security groups. You can create a security group using <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateSecurityGroup.html">CreateSecurityGroup</a>.</para><para>If you specify a network interface, you must specify any security groups as part of the network interface instead of using this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.SecurityGroup"> <summary> <para> <para>[Default VPC] The names of the security groups.</para><para>If you specify a network interface, you must specify any security groups as part of the network interface instead of using this parameter.</para><para>Default: Amazon EC2 uses the default security group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.Placement_SpreadDomain"> <summary> <para> <para>Reserved for future use.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.SubnetId"> <summary> <para> <para>The ID of the subnet to launch the instance into.</para><para>If you specify a network interface, you must specify any subnets as part of the network interface instead of using this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the resources that are created during instance launch.</para><para>You can specify tags for the following resources only:</para><ul><li><para>Instances</para></li><li><para>Volumes</para></li><li><para>Spot Instance requests</para></li><li><para>Network interfaces</para></li></ul><para>To tag a resource after it has been created, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.Placement_Tenancy"> <summary> <para> <para>The tenancy of the instance. An instance with a tenancy of <c>dedicated</c> runs on single-tenant hardware.</para><para>This parameter is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet">CreateFleet</a>. The <c>host</c> tenancy is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ImportInstance.html">ImportInstance</a> or for T3 instances that are configured for the <c>unlimited</c> CPU credit option.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.UserData"> <summary> The base64-encoded MIME user data for the instances. If the -EncodeUserData switch is also set, the value for this parameter can be supplied as normal ASCII text and will be base64-encoded by the cmdlet. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.</para><para>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</para><para>Constraints: Maximum 64 ASCII characters</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Reservation'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.RunInstancesResponse). Specifying the name of a property of type Amazon.EC2.Model.RunInstancesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ImageId parameter. The -PassThru parameter is deprecated, use -Select '^ImageId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2LaunchTemplateCmdlet"> <summary> Creates a launch template. <para> A launch template contains the parameters to launch an instance. When you launch an instance using <a>RunInstances</a>, you can specify a launch template instead of providing the launch parameters in the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html">Launch an instance from a launch template</a> in the <i>Amazon EC2 User Guide</i>. </para><para> To clone an existing launch template as the basis for a new launch template, use the Amazon EC2 console. The API, SDKs, and CLI do not support cloning a template. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#create-launch-template-from-existing-launch-template">Create a launch template from an existing launch template</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LaunchTemplateCmdlet.SourceTemplateData"> <summary> <para> The information for the launch template, returned from a call to Get-EC2LaunchTemplateData. The data will be used to construct the data for the -LaunchTemplateData parameter. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LaunchTemplateCmdlet.LaunchTemplateData"> <summary> <para> <para>The information for the launch template.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LaunchTemplateCmdlet.LaunchTemplateName"> <summary> <para> <para>A name for the launch template.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LaunchTemplateCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the launch template on creation. To tag the launch template, the resource type must be <c>launch-template</c>.</para><para>To specify the tags for the resources that are created when an instance is launched, you must use the <c>TagSpecifications</c> parameter in the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestLaunchTemplateData.html">launch template data</a> structure.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LaunchTemplateCmdlet.VersionDescription"> <summary> <para> <para>A description for the first version of the launch template.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LaunchTemplateCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.</para><para>Constraint: Maximum 128 ASCII characters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LaunchTemplateCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'LaunchTemplate'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateLaunchTemplateResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateLaunchTemplateResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LaunchTemplateCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the LaunchTemplateData parameter. The -PassThru parameter is deprecated, use -Select '^LaunchTemplateData' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LaunchTemplateCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2LaunchTemplateVersionCmdlet"> <summary> Creates a new version of a launch template. You must specify an existing launch template, either by name or ID. You can determine whether the new version inherits parameters from a source version, and add or overwrite parameters as needed. <para> Launch template versions are numbered in the order in which they are created. You can't specify, change, or replace the numbering of launch template versions. </para><para> Launch templates are immutable; after you create a launch template, you can't modify it. Instead, you can create a new version of the launch template that includes the changes that you require. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#manage-launch-template-versions">Modify a launch template (manage launch template versions)</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LaunchTemplateVersionCmdlet.SourceTemplateData"> <summary> <para> The information for the launch template, returned from a call to Get-EC2LaunchTemplateData. The data will be used to construct the data for the -LaunchTemplateData parameter. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LaunchTemplateVersionCmdlet.LaunchTemplateData"> <summary> <para> <para>The information for the launch template.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LaunchTemplateVersionCmdlet.LaunchTemplateId"> <summary> <para> <para>The ID of the launch template.</para><para>You must specify either the launch template ID or the launch template name, but not both.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LaunchTemplateVersionCmdlet.LaunchTemplateName"> <summary> <para> <para>The name of the launch template.</para><para>You must specify either the launch template ID or the launch template name, but not both.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LaunchTemplateVersionCmdlet.ResolveAlias"> <summary> <para> <para>If <c>true</c>, and if a Systems Manager parameter is specified for <c>ImageId</c>, the AMI ID is displayed in the response for <c>imageID</c>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#use-an-ssm-parameter-instead-of-an-ami-id">Use a Systems Manager parameter instead of an AMI ID</a> in the <i>Amazon EC2 User Guide</i>.</para><para>Default: <c>false</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LaunchTemplateVersionCmdlet.SourceVersion"> <summary> <para> <para>The version of the launch template on which to base the new version. Snapshots applied to the block device mapping are ignored when creating a new version unless they are explicitly included.</para><para>If you specify this parameter, the new version inherits the launch parameters from the source version. If you specify additional launch parameters for the new version, they overwrite any corresponding launch parameters inherited from the source version.</para><para>If you omit this parameter, the new version contains only the launch parameters that you specify for the new version.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LaunchTemplateVersionCmdlet.VersionDescription"> <summary> <para> <para>A description for the version of the launch template.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LaunchTemplateVersionCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.</para><para>Constraint: Maximum 128 ASCII characters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LaunchTemplateVersionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'LaunchTemplateVersion'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateLaunchTemplateVersionResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateLaunchTemplateVersionResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LaunchTemplateVersionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the LaunchTemplateData parameter. The -PassThru parameter is deprecated, use -Select '^LaunchTemplateData' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LaunchTemplateVersionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.StopEC2InstanceCmdlet"> <summary> Stops an Amazon EBS-backed instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html">Stop and start Amazon EC2 instances</a> in the <i>Amazon EC2 User Guide</i>. <para> You can use the Stop action to hibernate an instance if the instance is <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/enabling-hibernation.html">enabled for hibernation</a> and it meets the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html">hibernation prerequisites</a>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate your Amazon EC2 instance</a> in the <i>Amazon EC2 User Guide</i>. </para><para> We don't charge usage for a stopped instance, or data transfer fees; however, your root partition Amazon EBS volume remains and continues to persist your data, and you are charged for Amazon EBS volume usage. Every time you start your instance, Amazon EC2 charges a one-minute minimum for instance usage, and thereafter charges per second for instance usage. </para><para> You can't stop or hibernate instance store-backed instances. You can't use the Stop action to hibernate Spot Instances, but you can specify that Amazon EC2 should hibernate Spot Instances when they are interrupted. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-interruptions.html#hibernate-spot-instances">Hibernating interrupted Spot Instances</a> in the <i>Amazon EC2 User Guide</i>. </para><para> When you stop or hibernate an instance, we shut it down. You can restart your instance at any time. Before stopping or hibernating an instance, make sure it is in a state from which it can be restarted. Stopping an instance does not preserve data stored in RAM, but hibernating an instance does preserve data stored in RAM. If an instance cannot hibernate successfully, a normal shutdown occurs. </para><para> Stopping and hibernating an instance is different to rebooting or terminating it. For example, when you stop or hibernate an instance, the root device and any other devices attached to the instance persist. When you terminate an instance, the root device and any other devices attached during the instance launch are automatically deleted. For more information about the differences between rebooting, stopping, hibernating, and terminating instances, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html">Instance lifecycle</a> in the <i>Amazon EC2 User Guide</i>. </para><para> When you stop an instance, we attempt to shut it down forcibly after a short while. If your instance appears stuck in the stopping state after a period of time, there may be an issue with the underlying host computer. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesStopping.html">Troubleshoot stopping your instance</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2InstanceCmdlet.ForceStop"> <summary> The ForceStop parameter is deprecated and will be removed in a future version. Use Enforce instead. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2InstanceCmdlet.Enforce"> <summary> <para> <para>Forces the instances to stop. The instances do not have an opportunity to flush file system caches or file system metadata. If you use this option, you must perform file system check and repair procedures. This option is not recommended for Windows instances.</para><para>Default: <c>false</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2InstanceCmdlet.Hibernate"> <summary> <para> <para>Hibernates the instance if the instance was enabled for hibernation at launch. If the instance cannot hibernate successfully, a normal shutdown occurs. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate your instance</a> in the <i>Amazon EC2 User Guide</i>.</para><para> Default: <c>false</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2InstanceCmdlet.InstanceId"> <summary> <para> <para>The IDs of the instances.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2InstanceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'StoppingInstances'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.StopInstancesResponse). Specifying the name of a property of type Amazon.EC2.Model.StopInstancesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2InstanceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2InstanceCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.AddEC2CapacityReservationCmdlet"> <summary> Creates a new Capacity Reservation with the specified attributes. <para> Capacity Reservations enable you to reserve capacity for your Amazon EC2 instances in a specific Availability Zone for any duration. This gives you the flexibility to selectively add capacity reservations and still get the Regional RI discounts for that usage. By creating Capacity Reservations, you ensure that you always have access to Amazon EC2 capacity when you need it, for as long as you need it. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-capacity-reservations.html">Capacity Reservations</a> in the <i>Amazon EC2 User Guide</i>. </para><para> Your request to create a Capacity Reservation could fail if Amazon EC2 does not have sufficient capacity to fulfill the request. If your request fails due to Amazon EC2 capacity constraints, either try again at a later time, try in a different Availability Zone, or request a smaller capacity reservation. If your application is flexible across instance types and sizes, try to create a Capacity Reservation with different instance attributes. </para><para> Your request could also fail if the requested quantity exceeds your On-Demand Instance limit for the selected instance type. If your request fails due to limit constraints, increase your On-Demand Instance limit for the required instance type and try again. For more information about increasing your instance limits, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-resource-limits.html">Amazon EC2 Service Quotas</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2CapacityReservationCmdlet.AvailabilityZone"> <summary> <para> <para>The Availability Zone in which to create the Capacity Reservation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2CapacityReservationCmdlet.AvailabilityZoneId"> <summary> <para> <para>The ID of the Availability Zone in which to create the Capacity Reservation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2CapacityReservationCmdlet.EbsOptimized"> <summary> <para> <para>Indicates whether the Capacity Reservation supports EBS-optimized instances. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS- optimized instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2CapacityReservationCmdlet.EndDate"> <summary> <para> <para>The date and time at which the Capacity Reservation expires. When a Capacity Reservation expires, the reserved capacity is released and you can no longer launch instances into it. The Capacity Reservation's state changes to <c>expired</c> when it reaches its end date and time.</para><para>You must provide an <c>EndDate</c> value if <c>EndDateType</c> is <c>limited</c>. Omit <c>EndDate</c> if <c>EndDateType</c> is <c>unlimited</c>.</para><para>If the <c>EndDateType</c> is <c>limited</c>, the Capacity Reservation is cancelled within an hour from the specified time. For example, if you specify 5/31/2019, 13:30:55, the Capacity Reservation is guaranteed to end between 13:30:55 and 14:30:55 on 5/31/2019.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2CapacityReservationCmdlet.EndDateType"> <summary> <para> <para>Indicates the way in which the Capacity Reservation ends. A Capacity Reservation can have one of the following end types:</para><ul><li><para><c>unlimited</c> - The Capacity Reservation remains active until you explicitly cancel it. Do not provide an <c>EndDate</c> if the <c>EndDateType</c> is <c>unlimited</c>.</para></li><li><para><c>limited</c> - The Capacity Reservation expires automatically at a specified date and time. You must provide an <c>EndDate</c> value if the <c>EndDateType</c> value is <c>limited</c>.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2CapacityReservationCmdlet.EphemeralStorage"> <summary> <para> <para><i>Deprecated.</i></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2CapacityReservationCmdlet.InstanceCount"> <summary> <para> <para>The number of instances for which to reserve capacity.</para><para>Valid range: 1 - 1000</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2CapacityReservationCmdlet.InstanceMatchCriterion"> <summary> <para> <para>Indicates the type of instance launches that the Capacity Reservation accepts. The options include:</para><ul><li><para><c>open</c> - The Capacity Reservation automatically matches all instances that have matching attributes (instance type, platform, and Availability Zone). Instances that have matching attributes run in the Capacity Reservation automatically without specifying any additional parameters.</para></li><li><para><c>targeted</c> - The Capacity Reservation only accepts instances that have matching attributes (instance type, platform, and Availability Zone), and explicitly target the Capacity Reservation. This ensures that only permitted instances can use the reserved capacity. </para></li></ul><para>Default: <c>open</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2CapacityReservationCmdlet.InstancePlatform"> <summary> <para> <para>The type of operating system for which to reserve capacity.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2CapacityReservationCmdlet.InstanceType"> <summary> <para> <para>The instance type for which to reserve capacity. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance types</a> in the <i>Amazon EC2 User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2CapacityReservationCmdlet.OutpostArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the Outpost on which to create the Capacity Reservation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2CapacityReservationCmdlet.PlacementGroupArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the cluster placement group in which to create the Capacity Reservation. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-cpg.html"> Capacity Reservations for cluster placement groups</a> in the <i>Amazon EC2 User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2CapacityReservationCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the Capacity Reservation during launch.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2CapacityReservationCmdlet.Tenancy"> <summary> <para> <para>Indicates the tenancy of the Capacity Reservation. A Capacity Reservation can have one of the following tenancy settings:</para><ul><li><para><c>default</c> - The Capacity Reservation is created on hardware that is shared with other Amazon Web Services accounts.</para></li><li><para><c>dedicated</c> - The Capacity Reservation is created on single-tenant hardware that is dedicated to a single Amazon Web Services account.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2CapacityReservationCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensure Idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2CapacityReservationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'CapacityReservation'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateCapacityReservationResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateCapacityReservationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2CapacityReservationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceType parameter. The -PassThru parameter is deprecated, use -Select '^InstanceType' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2CapacityReservationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.AddEC2ClassicLinkVpcCmdlet"> <summary> <note><para> This action is deprecated. </para></note><para> Links an EC2-Classic instance to a ClassicLink-enabled VPC through one or more of the VPC security groups. You cannot link an EC2-Classic instance to more than one VPC at a time. You can only link an instance that's in the <c>running</c> state. An instance is automatically unlinked from a VPC when it's stopped - you can link it to the VPC again when you restart it. </para><para> After you've linked an instance, you cannot change the VPC security groups that are associated with it. To change the security groups, you must first unlink the instance, and then link it again. </para><para> Linking your instance to a VPC is sometimes referred to as <i>attaching</i> your instance. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2ClassicLinkVpcCmdlet.Group"> <summary> <para> <para>The IDs of the security groups. You cannot specify security groups from a different VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2ClassicLinkVpcCmdlet.InstanceId"> <summary> <para> <para>The ID of the EC2-Classic instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2ClassicLinkVpcCmdlet.VpcId"> <summary> <para> <para>The ID of the ClassicLink-enabled VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2ClassicLinkVpcCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.AttachClassicLinkVpcResponse). Specifying the name of a property of type Amazon.EC2.Model.AttachClassicLinkVpcResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2ClassicLinkVpcCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2ClassicLinkVpcCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.AddEC2InternetGatewayCmdlet"> <summary> Attaches an internet gateway or a virtual private gateway to a VPC, enabling connectivity between the internet and the VPC. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Internet_Gateway.html">Internet gateways</a> in the <i>Amazon VPC User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2InternetGatewayCmdlet.InternetGatewayId"> <summary> <para> <para>The ID of the internet gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2InternetGatewayCmdlet.VpcId"> <summary> <para> <para>The ID of the VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2InternetGatewayCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.AttachInternetGatewayResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2InternetGatewayCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2InternetGatewayCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.AddEC2IpamByoasnCmdlet"> <summary> Provisions your Autonomous System Number (ASN) for use in your Amazon Web Services account. This action requires authorization context for Amazon to bring the ASN to an Amazon Web Services account. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/tutorials-byoasn.html">Tutorial: Bring your ASN to IPAM</a> in the <i>Amazon VPC IPAM guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2IpamByoasnCmdlet.Asn"> <summary> <para> <para>A public 2-byte or 4-byte ASN.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2IpamByoasnCmdlet.IpamId"> <summary> <para> <para>An IPAM ID.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2IpamByoasnCmdlet.AsnAuthorizationContext_Message"> <summary> <para> <para>The authorization context's message.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2IpamByoasnCmdlet.AsnAuthorizationContext_Signature"> <summary> <para> <para>The authorization context's signature.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2IpamByoasnCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Byoasn'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ProvisionIpamByoasnResponse). Specifying the name of a property of type Amazon.EC2.Model.ProvisionIpamByoasnResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2IpamByoasnCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Asn parameter. The -PassThru parameter is deprecated, use -Select '^Asn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2IpamByoasnCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.AddEC2NetworkInterfaceCmdlet"> <summary> Attaches a network interface to an instance. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2NetworkInterfaceCmdlet.DeviceIndex"> <summary> <para> <para>The index of the device for the network interface attachment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2NetworkInterfaceCmdlet.EnaSrdSpecification_EnaSrdEnabled"> <summary> <para> <para>Indicates whether ENA Express is enabled for the network interface.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2NetworkInterfaceCmdlet.EnaSrdUdpSpecification_EnaSrdUdpEnabled"> <summary> <para> <para>Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting, you must first enable ENA Express.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2NetworkInterfaceCmdlet.InstanceId"> <summary> <para> <para>The ID of the instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2NetworkInterfaceCmdlet.NetworkCardIndex"> <summary> <para> <para>The index of the network card. Some instance types support multiple network cards. The primary network interface must be assigned to network card index 0. The default is network card index 0.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2NetworkInterfaceCmdlet.NetworkInterfaceId"> <summary> <para> <para>The ID of the network interface.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2NetworkInterfaceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'AttachmentId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.AttachNetworkInterfaceResponse). Specifying the name of a property of type Amazon.EC2.Model.AttachNetworkInterfaceResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2NetworkInterfaceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2NetworkInterfaceCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.AddEC2SecurityGroupToClientVpnTargetNetworkCmdlet"> <summary> Applies a security group to the association between the target network and the Client VPN endpoint. This action replaces the existing security groups with the specified security groups. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2SecurityGroupToClientVpnTargetNetworkCmdlet.ClientVpnEndpointId"> <summary> <para> <para>The ID of the Client VPN endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2SecurityGroupToClientVpnTargetNetworkCmdlet.SecurityGroupId"> <summary> <para> <para>The IDs of the security groups to apply to the associated target network. Up to 5 security groups can be applied to an associated target network.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2SecurityGroupToClientVpnTargetNetworkCmdlet.VpcId"> <summary> <para> <para>The ID of the VPC in which the associated target network is located.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2SecurityGroupToClientVpnTargetNetworkCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'SecurityGroupIds'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ApplySecurityGroupsToClientVpnTargetNetworkResponse). Specifying the name of a property of type Amazon.EC2.Model.ApplySecurityGroupsToClientVpnTargetNetworkResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2SecurityGroupToClientVpnTargetNetworkCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ClientVpnEndpointId parameter. The -PassThru parameter is deprecated, use -Select '^ClientVpnEndpointId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2SecurityGroupToClientVpnTargetNetworkCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.AddEC2VolumeCmdlet"> <summary> Attaches an EBS volume to a running or stopped instance and exposes it to the instance with the specified device name. <para> Encrypted EBS volumes must be attached to instances that support Amazon EBS encryption. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html">Amazon EBS encryption</a> in the <i>Amazon EBS User Guide</i>. </para><para> After you attach an EBS volume, you must make it available. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-using-volumes.html">Make an EBS volume available for use</a>. </para><para> If a volume has an Amazon Web Services Marketplace product code: </para><ul><li><para> The volume can be attached only to a stopped instance. </para></li><li><para> Amazon Web Services Marketplace product codes are copied from the volume to the instance. </para></li><li><para> You must be subscribed to the product. </para></li><li><para> The instance type and operating system of the instance must support the product. For example, you can't detach a volume from a Windows instance and attach it to a Linux instance. </para></li></ul><para> For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-attaching-volume.html">Attach an Amazon EBS volume to an instance</a> in the <i>Amazon EBS User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2VolumeCmdlet.Device"> <summary> <para> <para>The device name (for example, <c>/dev/sdh</c> or <c>xvdh</c>).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2VolumeCmdlet.InstanceId"> <summary> <para> <para>The ID of the instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2VolumeCmdlet.VolumeId"> <summary> <para> <para>The ID of the EBS volume. The volume and instance must be within the same Availability Zone.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2VolumeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Attachment'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.AttachVolumeResponse). Specifying the name of a property of type Amazon.EC2.Model.AttachVolumeResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2VolumeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2VolumeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.AddEC2VpnGatewayCmdlet"> <summary> Attaches a virtual private gateway to a VPC. You can attach one virtual private gateway to one VPC at a time. <para> For more information, see <a href="https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html">Amazon Web Services Site-to-Site VPN</a> in the <i>Amazon Web Services Site-to-Site VPN User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2VpnGatewayCmdlet.VpcId"> <summary> <para> <para>The ID of the VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2VpnGatewayCmdlet.VpnGatewayId"> <summary> <para> <para>The ID of the virtual private gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2VpnGatewayCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VpcAttachment'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.AttachVpnGatewayResponse). Specifying the name of a property of type Amazon.EC2.Model.AttachVpnGatewayResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2VpnGatewayCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.AddEC2VpnGatewayCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2AddressTransferCmdlet"> <summary> Accepts an Elastic IP address transfer. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-eips.html#using-instance-addressing-eips-transfer-accept">Accept a transferred Elastic IP address</a> in the <i>Amazon VPC User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2AddressTransferCmdlet.Address"> <summary> <para> <para>The Elastic IP address you are accepting for transfer.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2AddressTransferCmdlet.TagSpecification"> <summary> <para> <para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2AddressTransferCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'AddressTransfer'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.AcceptAddressTransferResponse). Specifying the name of a property of type Amazon.EC2.Model.AcceptAddressTransferResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2AddressTransferCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Address parameter. The -PassThru parameter is deprecated, use -Select '^Address' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2AddressTransferCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2EndpointConnectionCmdlet"> <summary> Accepts connection requests to your VPC endpoint service. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2EndpointConnectionCmdlet.ServiceId"> <summary> <para> <para>The ID of the VPC endpoint service.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2EndpointConnectionCmdlet.VpcEndpointId"> <summary> <para> <para>The IDs of the interface VPC endpoints.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2EndpointConnectionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Unsuccessful'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.AcceptVpcEndpointConnectionsResponse). Specifying the name of a property of type Amazon.EC2.Model.AcceptVpcEndpointConnectionsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2EndpointConnectionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ServiceId parameter. The -PassThru parameter is deprecated, use -Select '^ServiceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2EndpointConnectionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2ReservedInstancesExchangeQuoteCmdlet"> <summary> Accepts the Convertible Reserved Instance exchange quote described in the <a>GetReservedInstancesExchangeQuote</a> call. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2ReservedInstancesExchangeQuoteCmdlet.ReservedInstanceId"> <summary> <para> <para>The IDs of the Convertible Reserved Instances to exchange for another Convertible Reserved Instance of the same or higher value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2ReservedInstancesExchangeQuoteCmdlet.TargetConfiguration"> <summary> <para> <para>The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2ReservedInstancesExchangeQuoteCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ExchangeId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.AcceptReservedInstancesExchangeQuoteResponse). Specifying the name of a property of type Amazon.EC2.Model.AcceptReservedInstancesExchangeQuoteResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2ReservedInstancesExchangeQuoteCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ReservedInstanceId parameter. The -PassThru parameter is deprecated, use -Select '^ReservedInstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2ReservedInstancesExchangeQuoteCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2TransitGatewayMulticastDomainAssociationCmdlet"> <summary> Accepts a request to associate subnets with a transit gateway multicast domain. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2TransitGatewayMulticastDomainAssociationCmdlet.SubnetId"> <summary> <para> <para>The IDs of the subnets to associate with the transit gateway multicast domain.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2TransitGatewayMulticastDomainAssociationCmdlet.TransitGatewayAttachmentId"> <summary> <para> <para>The ID of the transit gateway attachment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2TransitGatewayMulticastDomainAssociationCmdlet.TransitGatewayMulticastDomainId"> <summary> <para> <para>The ID of the transit gateway multicast domain.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2TransitGatewayMulticastDomainAssociationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Associations'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.AcceptTransitGatewayMulticastDomainAssociationsResponse). Specifying the name of a property of type Amazon.EC2.Model.AcceptTransitGatewayMulticastDomainAssociationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2TransitGatewayMulticastDomainAssociationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayMulticastDomainId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayMulticastDomainId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2TransitGatewayMulticastDomainAssociationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2TransitGatewayPeeringAttachmentCmdlet"> <summary> Accepts a transit gateway peering attachment request. The peering attachment must be in the <c>pendingAcceptance</c> state. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2TransitGatewayPeeringAttachmentCmdlet.TransitGatewayAttachmentId"> <summary> <para> <para>The ID of the transit gateway attachment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2TransitGatewayPeeringAttachmentCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayPeeringAttachment'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.AcceptTransitGatewayPeeringAttachmentResponse). Specifying the name of a property of type Amazon.EC2.Model.AcceptTransitGatewayPeeringAttachmentResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2TransitGatewayPeeringAttachmentCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayAttachmentId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayAttachmentId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2TransitGatewayPeeringAttachmentCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2TransitGatewayVpcAttachmentCmdlet"> <summary> Accepts a request to attach a VPC to a transit gateway. <para> The VPC attachment must be in the <c>pendingAcceptance</c> state. Use <a>DescribeTransitGatewayVpcAttachments</a> to view your pending VPC attachment requests. Use <a>RejectTransitGatewayVpcAttachment</a> to reject a VPC attachment request. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2TransitGatewayVpcAttachmentCmdlet.TransitGatewayAttachmentId"> <summary> <para> <para>The ID of the attachment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2TransitGatewayVpcAttachmentCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayVpcAttachment'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.AcceptTransitGatewayVpcAttachmentResponse). Specifying the name of a property of type Amazon.EC2.Model.AcceptTransitGatewayVpcAttachmentResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2TransitGatewayVpcAttachmentCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayAttachmentId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayAttachmentId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2TransitGatewayVpcAttachmentCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2VpcPeeringConnectionCmdlet"> <summary> Accept a VPC peering connection request. To accept a request, the VPC peering connection must be in the <c>pending-acceptance</c> state, and you must be the owner of the peer VPC. Use <a>DescribeVpcPeeringConnections</a> to view your outstanding VPC peering connection requests. <para> For an inter-Region VPC peering connection request, you must accept the VPC peering connection in the Region of the accepter VPC. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2VpcPeeringConnectionCmdlet.VpcPeeringConnectionId"> <summary> <para> <para>The ID of the VPC peering connection. You must specify this parameter in the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2VpcPeeringConnectionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VpcPeeringConnection'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.AcceptVpcPeeringConnectionResponse). Specifying the name of a property of type Amazon.EC2.Model.AcceptVpcPeeringConnectionResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2VpcPeeringConnectionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VpcPeeringConnectionId parameter. The -PassThru parameter is deprecated, use -Select '^VpcPeeringConnectionId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ApproveEC2VpcPeeringConnectionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.ConfirmEC2ProductInstanceCmdlet"> <summary> Determines whether a product code is associated with an instance. This action can only be used by the owner of the product code. It is useful when a product code owner must verify whether another user's instance is eligible for support. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ConfirmEC2ProductInstanceCmdlet.InstanceId"> <summary> <para> <para>The ID of the instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ConfirmEC2ProductInstanceCmdlet.ProductCode"> <summary> <para> <para>The product code. This must be a product code that you own.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ConfirmEC2ProductInstanceCmdlet.Select"> <summary> 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.ConfirmProductInstanceResponse). Specifying the name of a property of type Amazon.EC2.Model.ConfirmProductInstanceResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ConfirmEC2ProductInstanceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ConfirmEC2ProductInstanceCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.CopyEC2FpgaImageCmdlet"> <summary> Copies the specified Amazon FPGA Image (AFI) to the current Region. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.CopyEC2FpgaImageCmdlet.Description"> <summary> <para> <para>The description for the new AFI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.CopyEC2FpgaImageCmdlet.Name"> <summary> <para> <para>The name for the new AFI. The default is the name of the source AFI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.CopyEC2FpgaImageCmdlet.SourceFpgaImageId"> <summary> <para> <para>The ID of the source AFI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.CopyEC2FpgaImageCmdlet.SourceRegion"> <summary> <para> <para>The Region that contains the source AFI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.CopyEC2FpgaImageCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.CopyEC2FpgaImageCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'FpgaImageId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CopyFpgaImageResponse). Specifying the name of a property of type Amazon.EC2.Model.CopyFpgaImageResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.CopyEC2FpgaImageCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SourceFpgaImageId parameter. The -PassThru parameter is deprecated, use -Select '^SourceFpgaImageId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.CopyEC2FpgaImageCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.CopyEC2ImageCmdlet"> <summary> Initiates the copy of an AMI. You can copy an AMI from one Region to another, or from a Region to an Outpost. You can't copy an AMI from an Outpost to a Region, from one Outpost to another, or within the same Outpost. To copy an AMI to another partition, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateStoreImageTask.html">CreateStoreImageTask</a>. <para> To copy an AMI from one Region to another, specify the source Region using the <b>SourceRegion</b> parameter, and specify the destination Region using its endpoint. Copies of encrypted backing snapshots for the AMI are encrypted. Copies of unencrypted backing snapshots remain unencrypted, unless you set <c>Encrypted</c> during the copy operation. You cannot create an unencrypted copy of an encrypted backing snapshot. </para><para> To copy an AMI from a Region to an Outpost, specify the source Region using the <b>SourceRegion</b> parameter, and specify the ARN of the destination Outpost using <b>DestinationOutpostArn</b>. Backing snapshots copied to an Outpost are encrypted by default using the default encryption key for the Region, or a different key that you specify in the request using <b>KmsKeyId</b>. Outposts do not support unencrypted snapshots. For more information, <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#ami"> Amazon EBS local snapshots on Outposts</a> in the <i>Amazon EBS User Guide</i>. </para><para> For more information about the prerequisites and limits when copying an AMI, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/CopyingAMIs.html">Copy an AMI</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.CopyEC2ImageCmdlet.CopyImageTag"> <summary> <para> <para>Indicates whether to include your user-defined AMI tags when copying the AMI.</para><para>The following tags will not be copied:</para><ul><li><para>System tags (prefixed with <c>aws:</c>)</para></li><li><para>For public and shared AMIs, user-defined tags that are attached by other Amazon Web Services accounts</para></li></ul><para>Default: Your user-defined AMI tags are not copied.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.CopyEC2ImageCmdlet.Description"> <summary> <para> <para>A description for the new AMI in the destination Region.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.CopyEC2ImageCmdlet.DestinationOutpostArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the Outpost to which to copy the AMI. Only specify this parameter when copying an AMI from an Amazon Web Services Region to an Outpost. The AMI must be in the Region of the destination Outpost. You cannot copy an AMI from an Outpost to a Region, from one Outpost to another, or within the same Outpost.</para><para>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#copy-amis">Copy AMIs from an Amazon Web Services Region to an Outpost</a> in the <i>Amazon EBS User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.CopyEC2ImageCmdlet.Encrypted"> <summary> <para> <para>Specifies whether the destination snapshots of the copied image should be encrypted. You can encrypt a copy of an unencrypted snapshot, but you cannot create an unencrypted copy of an encrypted snapshot. The default KMS key for Amazon EBS is used unless you specify a non-default Key Management Service (KMS) KMS key using <c>KmsKeyId</c>. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html">Amazon EBS encryption</a> in the <i>Amazon EBS User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.CopyEC2ImageCmdlet.KmsKeyId"> <summary> <para> <para>The identifier of the symmetric Key Management Service (KMS) KMS key to use when creating encrypted volumes. If this parameter is not specified, your Amazon Web Services managed KMS key for Amazon EBS is used. If you specify a KMS key, you must also set the encrypted state to <c>true</c>.</para><para>You can specify a KMS key using any of the following:</para><ul><li><para>Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.</para></li><li><para>Key alias. For example, alias/ExampleAlias.</para></li><li><para>Key ARN. For example, arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.</para></li><li><para>Alias ARN. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.</para></li></ul><para>Amazon Web Services authenticates the KMS key asynchronously. Therefore, if you specify an identifier that is not valid, the action can appear to complete, but eventually fails.</para><para>The specified KMS key must exist in the destination Region.</para><para>Amazon EBS does not support asymmetric KMS keys.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.CopyEC2ImageCmdlet.Name"> <summary> <para> <para>The name of the new AMI in the destination Region.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.CopyEC2ImageCmdlet.SourceImageId"> <summary> <para> <para>The ID of the AMI to copy.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.CopyEC2ImageCmdlet.SourceRegion"> <summary> <para> <para>The name of the Region that contains the AMI to copy.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.CopyEC2ImageCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the new AMI and new snapshots. You can tag the AMI, the snapshots, or both.</para><ul><li><para>To tag the new AMI, the value for <c>ResourceType</c> must be <c>image</c>.</para></li><li><para>To tag the new snapshots, the value for <c>ResourceType</c> must be <c>snapshot</c>. The same tag is applied to all the new snapshots.</para></li></ul><para>If you specify other values for <c>ResourceType</c>, the request fails.</para><para>To tag an AMI or snapshot after it has been created, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.CopyEC2ImageCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a> in the <i>Amazon EC2 API Reference</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.CopyEC2ImageCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ImageId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CopyImageResponse). Specifying the name of a property of type Amazon.EC2.Model.CopyImageResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.CopyEC2ImageCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SourceImageId parameter. The -PassThru parameter is deprecated, use -Select '^SourceImageId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.CopyEC2ImageCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.CopyEC2SnapshotCmdlet"> <summary> Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3. You can copy a snapshot within the same Region, from one Region to another, or from a Region to an Outpost. You can't copy a snapshot from an Outpost to a Region, from one Outpost to another, or within the same Outpost. <para> You can use the snapshot to create EBS volumes or Amazon Machine Images (AMIs). </para><para> When copying snapshots to a Region, copies of encrypted EBS snapshots remain encrypted. Copies of unencrypted snapshots remain unencrypted, unless you enable encryption for the snapshot copy operation. By default, encrypted snapshot copies use the default KMS key; however, you can specify a different KMS key. To copy an encrypted snapshot that has been shared from another account, you must have permissions for the KMS key used to encrypt the snapshot. </para><para> Snapshots copied to an Outpost are encrypted by default using the default encryption key for the Region, or a different key that you specify in the request using <b>KmsKeyId</b>. Outposts do not support unencrypted snapshots. For more information, <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#ami"> Amazon EBS local snapshots on Outposts</a> in the <i>Amazon EBS User Guide</i>. </para><para> Snapshots created by copying another snapshot have an arbitrary volume ID that should not be used for any purpose. </para><para> For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-copy-snapshot.html">Copy an Amazon EBS snapshot</a> in the <i>Amazon EBS User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.CopyEC2SnapshotCmdlet.Description"> <summary> <para> <para>A description for the EBS snapshot.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.CopyEC2SnapshotCmdlet.DestinationOutpostArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the Outpost to which to copy the snapshot. Only specify this parameter when copying a snapshot from an Amazon Web Services Region to an Outpost. The snapshot must be in the Region for the destination Outpost. You cannot copy a snapshot from an Outpost to a Region, from one Outpost to another, or within the same Outpost.</para><para>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#copy-snapshots"> Copy snapshots from an Amazon Web Services Region to an Outpost</a> in the <i>Amazon EBS User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.CopyEC2SnapshotCmdlet.DestinationRegion"> <summary> <para> <para>The destination Region to use in the <c>PresignedUrl</c> parameter of a snapshot copy operation. This parameter is only valid for specifying the destination Region in a <c>PresignedUrl</c> parameter, where it is required.</para><para>The snapshot copy is sent to the regional endpoint that you sent the HTTP request to (for example, <c>ec2.us-east-1.amazonaws.com</c>). With the CLI, this is specified using the <c>--region</c> parameter or the default Region in your Amazon Web Services configuration file.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.CopyEC2SnapshotCmdlet.Encrypted"> <summary> <para> <para>To encrypt a copy of an unencrypted snapshot if encryption by default is not enabled, enable encryption using this parameter. Otherwise, omit this parameter. Encrypted snapshots are encrypted, even if you omit this parameter and encryption by default is not enabled. You cannot set this parameter to false. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html">Amazon EBS encryption</a> in the <i>Amazon EBS User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.CopyEC2SnapshotCmdlet.KmsKeyId"> <summary> <para> <para>The identifier of the KMS key to use for Amazon EBS encryption. If this parameter is not specified, your KMS key for Amazon EBS is used. If <c>KmsKeyId</c> is specified, the encrypted state must be <c>true</c>.</para><para>You can specify the KMS key using any of the following:</para><ul><li><para>Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.</para></li><li><para>Key alias. For example, alias/ExampleAlias.</para></li><li><para>Key ARN. For example, arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.</para></li><li><para>Alias ARN. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.</para></li></ul><para>Amazon Web Services authenticates the KMS key asynchronously. Therefore, if you specify an ID, alias, or ARN that is not valid, the action can appear to complete, but eventually fails.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.CopyEC2SnapshotCmdlet.SourceRegion"> <summary> <para> <para>The ID of the Region that contains the snapshot to be copied.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.CopyEC2SnapshotCmdlet.SourceSnapshotId"> <summary> <para> <para>The ID of the EBS snapshot to copy.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.CopyEC2SnapshotCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the new snapshot.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.CopyEC2SnapshotCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'SnapshotId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CopySnapshotResponse). Specifying the name of a property of type Amazon.EC2.Model.CopySnapshotResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.CopyEC2SnapshotCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SourceSnapshotId parameter. The -PassThru parameter is deprecated, use -Select '^SourceSnapshotId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.CopyEC2SnapshotCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.DenyEC2EndpointConnectionCmdlet"> <summary> Rejects VPC endpoint connection requests to your VPC endpoint service. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DenyEC2EndpointConnectionCmdlet.ServiceId"> <summary> <para> <para>The ID of the service.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DenyEC2EndpointConnectionCmdlet.VpcEndpointId"> <summary> <para> <para>The IDs of the VPC endpoints.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DenyEC2EndpointConnectionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Unsuccessful'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.RejectVpcEndpointConnectionsResponse). Specifying the name of a property of type Amazon.EC2.Model.RejectVpcEndpointConnectionsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DenyEC2EndpointConnectionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ServiceId parameter. The -PassThru parameter is deprecated, use -Select '^ServiceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DenyEC2EndpointConnectionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.DenyEC2TransitGatewayMulticastDomainAssociationCmdlet"> <summary> Rejects a request to associate cross-account subnets with a transit gateway multicast domain. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DenyEC2TransitGatewayMulticastDomainAssociationCmdlet.SubnetId"> <summary> <para> <para>The IDs of the subnets to associate with the transit gateway multicast domain.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DenyEC2TransitGatewayMulticastDomainAssociationCmdlet.TransitGatewayAttachmentId"> <summary> <para> <para>The ID of the transit gateway attachment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DenyEC2TransitGatewayMulticastDomainAssociationCmdlet.TransitGatewayMulticastDomainId"> <summary> <para> <para>The ID of the transit gateway multicast domain.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DenyEC2TransitGatewayMulticastDomainAssociationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Associations'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.RejectTransitGatewayMulticastDomainAssociationsResponse). Specifying the name of a property of type Amazon.EC2.Model.RejectTransitGatewayMulticastDomainAssociationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DenyEC2TransitGatewayMulticastDomainAssociationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayMulticastDomainId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayMulticastDomainId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DenyEC2TransitGatewayMulticastDomainAssociationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.DenyEC2TransitGatewayPeeringAttachmentCmdlet"> <summary> Rejects a transit gateway peering attachment request. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DenyEC2TransitGatewayPeeringAttachmentCmdlet.TransitGatewayAttachmentId"> <summary> <para> <para>The ID of the transit gateway peering attachment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DenyEC2TransitGatewayPeeringAttachmentCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayPeeringAttachment'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.RejectTransitGatewayPeeringAttachmentResponse). Specifying the name of a property of type Amazon.EC2.Model.RejectTransitGatewayPeeringAttachmentResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DenyEC2TransitGatewayPeeringAttachmentCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayAttachmentId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayAttachmentId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DenyEC2TransitGatewayPeeringAttachmentCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.DenyEC2TransitGatewayVpcAttachmentCmdlet"> <summary> Rejects a request to attach a VPC to a transit gateway. <para> The VPC attachment must be in the <c>pendingAcceptance</c> state. Use <a>DescribeTransitGatewayVpcAttachments</a> to view your pending VPC attachment requests. Use <a>AcceptTransitGatewayVpcAttachment</a> to accept a VPC attachment request. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DenyEC2TransitGatewayVpcAttachmentCmdlet.TransitGatewayAttachmentId"> <summary> <para> <para>The ID of the attachment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DenyEC2TransitGatewayVpcAttachmentCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayVpcAttachment'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.RejectTransitGatewayVpcAttachmentResponse). Specifying the name of a property of type Amazon.EC2.Model.RejectTransitGatewayVpcAttachmentResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DenyEC2TransitGatewayVpcAttachmentCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayAttachmentId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayAttachmentId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DenyEC2TransitGatewayVpcAttachmentCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.DenyEC2VpcPeeringConnectionCmdlet"> <summary> Rejects a VPC peering connection request. The VPC peering connection must be in the <c>pending-acceptance</c> state. Use the <a>DescribeVpcPeeringConnections</a> request to view your outstanding VPC peering connection requests. To delete an active VPC peering connection, or to delete a VPC peering connection request that you initiated, use <a>DeleteVpcPeeringConnection</a>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DenyEC2VpcPeeringConnectionCmdlet.VpcPeeringConnectionId"> <summary> <para> <para>The ID of the VPC peering connection.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DenyEC2VpcPeeringConnectionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.RejectVpcPeeringConnectionResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DenyEC2VpcPeeringConnectionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VpcPeeringConnectionId parameter. The -PassThru parameter is deprecated, use -Select '^VpcPeeringConnectionId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DenyEC2VpcPeeringConnectionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.DisableEC2AddressTransferCmdlet"> <summary> Disables Elastic IP address transfer. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-eips.html#transfer-EIPs-intro">Transfer Elastic IP addresses</a> in the <i>Amazon VPC User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2AddressTransferCmdlet.AllocationId"> <summary> <para> <para>The allocation ID of an Elastic IP address.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2AddressTransferCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'AddressTransfer'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DisableAddressTransferResponse). Specifying the name of a property of type Amazon.EC2.Model.DisableAddressTransferResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2AddressTransferCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AllocationId parameter. The -PassThru parameter is deprecated, use -Select '^AllocationId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2AddressTransferCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.DisableEC2AwsNetworkPerformanceMetricSubscriptionCmdlet"> <summary> Disables Infrastructure Performance metric subscriptions. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2AwsNetworkPerformanceMetricSubscriptionCmdlet.Destination"> <summary> <para> <para>The target Region or Availability Zone that the metric subscription is disabled for. For example, <c>eu-north-1</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2AwsNetworkPerformanceMetricSubscriptionCmdlet.Metric"> <summary> <para> <para>The metric used for the disabled subscription.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2AwsNetworkPerformanceMetricSubscriptionCmdlet.Source"> <summary> <para> <para>The source Region or Availability Zone that the metric subscription is disabled for. For example, <c>us-east-1</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2AwsNetworkPerformanceMetricSubscriptionCmdlet.Statistic"> <summary> <para> <para>The statistic used for the disabled subscription. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2AwsNetworkPerformanceMetricSubscriptionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Output'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DisableAwsNetworkPerformanceMetricSubscriptionResponse). Specifying the name of a property of type Amazon.EC2.Model.DisableAwsNetworkPerformanceMetricSubscriptionResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2AwsNetworkPerformanceMetricSubscriptionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.DisableEC2EbsEncryptionByDefaultCmdlet"> <summary> Disables EBS encryption by default for your account in the current Region. <para> After you disable encryption by default, you can still create encrypted volumes by enabling encryption when you create each volume. </para><para> Disabling encryption by default does not change the encryption status of your existing volumes. </para><para> For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html">Amazon EBS encryption</a> in the <i>Amazon EBS User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2EbsEncryptionByDefaultCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'EbsEncryptionByDefault'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DisableEbsEncryptionByDefaultResponse). Specifying the name of a property of type Amazon.EC2.Model.DisableEbsEncryptionByDefaultResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2EbsEncryptionByDefaultCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.DisableEC2FastLaunchCmdlet"> <summary> Discontinue Windows fast launch for a Windows AMI, and clean up existing pre-provisioned snapshots. After you disable Windows fast launch, the AMI uses the standard launch process for each new instance. Amazon EC2 must remove all pre-provisioned snapshots before you can enable Windows fast launch again. <note><para> You can only change these settings for Windows AMIs that you own or that have been shared with you. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2FastLaunchCmdlet.ForceStop"> <summary> <para> <para>Forces the image settings to turn off Windows fast launch for your Windows AMI. This parameter overrides any errors that are encountered while cleaning up resources in your account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2FastLaunchCmdlet.ImageId"> <summary> <para> <para>Specify the ID of the image for which to disable Windows fast launch.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2FastLaunchCmdlet.Select"> <summary> 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.DisableFastLaunchResponse). Specifying the name of a property of type Amazon.EC2.Model.DisableFastLaunchResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2FastLaunchCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ImageId parameter. The -PassThru parameter is deprecated, use -Select '^ImageId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2FastLaunchCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.DisableEC2FastSnapshotRestoreCmdlet"> <summary> Disables fast snapshot restores for the specified snapshots in the specified Availability Zones. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2FastSnapshotRestoreCmdlet.AvailabilityZone"> <summary> <para> <para>One or more Availability Zones. For example, <c>us-east-2a</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2FastSnapshotRestoreCmdlet.SourceSnapshotId"> <summary> <para> <para>The IDs of one or more snapshots. For example, <c>snap-1234567890abcdef0</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2FastSnapshotRestoreCmdlet.Select"> <summary> 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.DisableFastSnapshotRestoresResponse). Specifying the name of a property of type Amazon.EC2.Model.DisableFastSnapshotRestoresResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2FastSnapshotRestoreCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.DisableEC2ImageCmdlet"> <summary> Sets the AMI state to <c>disabled</c> and removes all launch permissions from the AMI. A disabled AMI can't be used for instance launches. <para> A disabled AMI can't be shared. If an AMI was public or previously shared, it is made private. If an AMI was shared with an Amazon Web Services account, organization, or Organizational Unit, they lose access to the disabled AMI. </para><para> A disabled AMI does not appear in <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImages.html">DescribeImages</a> API calls by default. </para><para> Only the AMI owner can disable an AMI. </para><para> You can re-enable a disabled AMI using <a href="http://amazonaws.com/AWSEC2/latest/APIReference/API_EnableImage.html">EnableImage</a>. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/disable-an-ami.html">Disable an AMI</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2ImageCmdlet.ImageId"> <summary> <para> <para>The ID of the AMI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2ImageCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DisableImageResponse). Specifying the name of a property of type Amazon.EC2.Model.DisableImageResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2ImageCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ImageId parameter. The -PassThru parameter is deprecated, use -Select '^ImageId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2ImageCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.DisableEC2ImageBlockPublicAccessCmdlet"> <summary> Disables <i>block public access for AMIs</i> at the account level in the specified Amazon Web Services Region. This removes the <i>block public access</i> restriction from your account. With the restriction removed, you can publicly share your AMIs in the specified Amazon Web Services Region. <para> The API can take up to 10 minutes to configure this setting. During this time, if you run <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetImageBlockPublicAccessState.html">GetImageBlockPublicAccessState</a>, the response will be <c>block-new-sharing</c>. When the API has completed the configuration, the response will be <c>unblocked</c>. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sharingamis-intro.html#block-public-access-to-amis">Block public access to your AMIs</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2ImageBlockPublicAccessCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ImageBlockPublicAccessState'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DisableImageBlockPublicAccessResponse). Specifying the name of a property of type Amazon.EC2.Model.DisableImageBlockPublicAccessResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2ImageBlockPublicAccessCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.DisableEC2ImageDeprecationCmdlet"> <summary> Cancels the deprecation of the specified AMI. <para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-deprecate.html">Deprecate an AMI</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2ImageDeprecationCmdlet.ImageId"> <summary> <para> <para>The ID of the AMI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2ImageDeprecationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DisableImageDeprecationResponse). Specifying the name of a property of type Amazon.EC2.Model.DisableImageDeprecationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2ImageDeprecationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ImageId parameter. The -PassThru parameter is deprecated, use -Select '^ImageId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2ImageDeprecationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.DisableEC2ImageDeregistrationProtectionCmdlet"> <summary> Disables deregistration protection for an AMI. When deregistration protection is disabled, the AMI can be deregistered. <para> If you chose to include a 24-hour cooldown period when you enabled deregistration protection for the AMI, then, when you disable deregistration protection, you won’t immediately be able to deregister the AMI. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/deregister-ami.html#ami-deregistration-protection">Protect an AMI from deregistration</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2ImageDeregistrationProtectionCmdlet.ImageId"> <summary> <para> <para>The ID of the AMI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2ImageDeregistrationProtectionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DisableImageDeregistrationProtectionResponse). Specifying the name of a property of type Amazon.EC2.Model.DisableImageDeregistrationProtectionResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2ImageDeregistrationProtectionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ImageId parameter. The -PassThru parameter is deprecated, use -Select '^ImageId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2ImageDeregistrationProtectionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.DisableEC2IpamOrganizationAdminAccountCmdlet"> <summary> Disable the IPAM account. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/enable-integ-ipam.html">Enable integration with Organizations</a> in the <i>Amazon VPC IPAM User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2IpamOrganizationAdminAccountCmdlet.DelegatedAdminAccountId"> <summary> <para> <para>The Organizations member account ID that you want to disable as IPAM account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2IpamOrganizationAdminAccountCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Success'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DisableIpamOrganizationAdminAccountResponse). Specifying the name of a property of type Amazon.EC2.Model.DisableIpamOrganizationAdminAccountResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2IpamOrganizationAdminAccountCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the DelegatedAdminAccountId parameter. The -PassThru parameter is deprecated, use -Select '^DelegatedAdminAccountId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2IpamOrganizationAdminAccountCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.DisableEC2SerialConsoleAccessCmdlet"> <summary> Disables access to the EC2 serial console of all instances for your account. By default, access to the EC2 serial console is disabled for your account. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configure-access-to-serial-console.html#serial-console-account-access">Manage account access to the EC2 serial console</a> in the <i>Amazon EC2 User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2SerialConsoleAccessCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'SerialConsoleAccessEnabled'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DisableSerialConsoleAccessResponse). Specifying the name of a property of type Amazon.EC2.Model.DisableSerialConsoleAccessResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2SerialConsoleAccessCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.DisableEC2SnapshotBlockPublicAccessCmdlet"> <summary> Disables the <i>block public access for snapshots</i> setting at the account level for the specified Amazon Web Services Region. After you disable block public access for snapshots in a Region, users can publicly share snapshots in that Region. <para> If block public access is enabled in <c>block-all-sharing</c> mode, and you disable block public access, all snapshots that were previously publicly shared are no longer treated as private and they become publicly accessible again. </para><para> For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/block-public-access-snapshots.html"> Block public access for snapshots</a> in the <i>Amazon EBS User Guide</i> . </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2SnapshotBlockPublicAccessCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'State'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DisableSnapshotBlockPublicAccessResponse). Specifying the name of a property of type Amazon.EC2.Model.DisableSnapshotBlockPublicAccessResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2SnapshotBlockPublicAccessCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.DisableEC2TransitGatewayRouteTablePropagationCmdlet"> <summary> Disables the specified resource attachment from propagating routes to the specified propagation route table. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2TransitGatewayRouteTablePropagationCmdlet.TransitGatewayAttachmentId"> <summary> <para> <para>The ID of the attachment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2TransitGatewayRouteTablePropagationCmdlet.TransitGatewayRouteTableAnnouncementId"> <summary> <para> <para>The ID of the route table announcement.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2TransitGatewayRouteTablePropagationCmdlet.TransitGatewayRouteTableId"> <summary> <para> <para>The ID of the propagation route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2TransitGatewayRouteTablePropagationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Propagation'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DisableTransitGatewayRouteTablePropagationResponse). Specifying the name of a property of type Amazon.EC2.Model.DisableTransitGatewayRouteTablePropagationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2TransitGatewayRouteTablePropagationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayRouteTableId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayRouteTableId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2TransitGatewayRouteTablePropagationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.DisableEC2VgwRoutePropagationCmdlet"> <summary> Disables a virtual private gateway (VGW) from propagating routes to a specified route table of a VPC. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2VgwRoutePropagationCmdlet.GatewayId"> <summary> <para> <para>The ID of the virtual private gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2VgwRoutePropagationCmdlet.RouteTableId"> <summary> <para> <para>The ID of the route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2VgwRoutePropagationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DisableVgwRoutePropagationResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2VgwRoutePropagationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the RouteTableId parameter. The -PassThru parameter is deprecated, use -Select '^RouteTableId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2VgwRoutePropagationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.DisableEC2VpcClassicLinkCmdlet"> <summary> <note><para> This action is deprecated. </para></note><para> Disables ClassicLink for a VPC. You cannot disable ClassicLink for a VPC that has EC2-Classic instances linked to it. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2VpcClassicLinkCmdlet.VpcId"> <summary> <para> <para>The ID of the VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2VpcClassicLinkCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DisableVpcClassicLinkResponse). Specifying the name of a property of type Amazon.EC2.Model.DisableVpcClassicLinkResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2VpcClassicLinkCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2VpcClassicLinkCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.DisableEC2VpcClassicLinkDnsSupportCmdlet"> <summary> <note><para> This action is deprecated. </para></note><para> Disables ClassicLink DNS support for a VPC. If disabled, DNS hostnames resolve to public IP addresses when addressed between a linked EC2-Classic instance and instances in the VPC to which it's linked. </para><para> You must specify a VPC ID in the request. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2VpcClassicLinkDnsSupportCmdlet.VpcId"> <summary> <para> <para>The ID of the VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2VpcClassicLinkDnsSupportCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DisableVpcClassicLinkDnsSupportResponse). Specifying the name of a property of type Amazon.EC2.Model.DisableVpcClassicLinkDnsSupportResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2VpcClassicLinkDnsSupportCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DisableEC2VpcClassicLinkDnsSupportCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.DismountEC2ClassicLinkVpcCmdlet"> <summary> <note><para> This action is deprecated. </para></note><para> Unlinks (detaches) a linked EC2-Classic instance from a VPC. After the instance has been unlinked, the VPC security groups are no longer associated with it. An instance is automatically unlinked from a VPC when it's stopped. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2ClassicLinkVpcCmdlet.InstanceId"> <summary> <para> <para>The ID of the instance to unlink from the VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2ClassicLinkVpcCmdlet.VpcId"> <summary> <para> <para>The ID of the VPC to which the instance is linked.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2ClassicLinkVpcCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DetachClassicLinkVpcResponse). Specifying the name of a property of type Amazon.EC2.Model.DetachClassicLinkVpcResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2ClassicLinkVpcCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2ClassicLinkVpcCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.DismountEC2InternetGatewayCmdlet"> <summary> Detaches an internet gateway from a VPC, disabling connectivity between the internet and the VPC. The VPC must not contain any running instances with Elastic IP addresses or public IPv4 addresses. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2InternetGatewayCmdlet.InternetGatewayId"> <summary> <para> <para>The ID of the internet gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2InternetGatewayCmdlet.VpcId"> <summary> <para> <para>The ID of the VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2InternetGatewayCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DetachInternetGatewayResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2InternetGatewayCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2InternetGatewayCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.DismountEC2NetworkInterfaceCmdlet"> <summary> Detaches a network interface from an instance. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2NetworkInterfaceCmdlet.AttachmentId"> <summary> <para> <para>The ID of the attachment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2NetworkInterfaceCmdlet.ForceDismount"> <summary> <para> <para>Specifies whether to force a detachment.</para><note><ul><li><para>Use the <c>Force</c> parameter only as a last resort to detach a network interface from a failed instance. </para></li><li><para>If you use the <c>Force</c> parameter to detach a network interface, you might not be able to attach a different network interface to the same index on the instance without first stopping and starting the instance.</para></li><li><para>If you force the detachment of a network interface, the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html">instance metadata</a> might not get updated. This means that the attributes associated with the detached network interface might still be visible. The instance metadata will get updated when you stop and start the instance.</para></li></ul></note> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2NetworkInterfaceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DetachNetworkInterfaceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2NetworkInterfaceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AttachmentId parameter. The -PassThru parameter is deprecated, use -Select '^AttachmentId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2NetworkInterfaceCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.DismountEC2VerifiedAccessTrustProviderCmdlet"> <summary> Detaches the specified Amazon Web Services Verified Access trust provider from the specified Amazon Web Services Verified Access instance. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2VerifiedAccessTrustProviderCmdlet.VerifiedAccessInstanceId"> <summary> <para> <para>The ID of the Verified Access instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2VerifiedAccessTrustProviderCmdlet.VerifiedAccessTrustProviderId"> <summary> <para> <para>The ID of the Verified Access trust provider.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2VerifiedAccessTrustProviderCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2VerifiedAccessTrustProviderCmdlet.Select"> <summary> 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.DetachVerifiedAccessTrustProviderResponse). Specifying the name of a property of type Amazon.EC2.Model.DetachVerifiedAccessTrustProviderResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2VerifiedAccessTrustProviderCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VerifiedAccessTrustProviderId parameter. The -PassThru parameter is deprecated, use -Select '^VerifiedAccessTrustProviderId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2VerifiedAccessTrustProviderCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.DismountEC2VolumeCmdlet"> <summary> Detaches an EBS volume from an instance. Make sure to unmount any file systems on the device within your operating system before detaching the volume. Failure to do so can result in the volume becoming stuck in the <c>busy</c> state while detaching. If this happens, detachment can be delayed indefinitely until you unmount the volume, force detachment, reboot the instance, or all three. If an EBS volume is the root device of an instance, it can't be detached while the instance is running. To detach the root volume, stop the instance first. <para> When a volume with an Amazon Web Services Marketplace product code is detached from an instance, the product code is no longer associated with the instance. </para><para> You can't detach or force detach volumes that are attached to Amazon ECS or Fargate tasks. Attempting to do this results in the <c>UnsupportedOperationException</c> exception with the <c>Unable to detach volume attached to ECS tasks</c> error message. </para><para> For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-detaching-volume.html">Detach an Amazon EBS volume</a> in the <i>Amazon EBS User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2VolumeCmdlet.Device"> <summary> <para> <para>The device name.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2VolumeCmdlet.ForceDismount"> <summary> <para> <para>Forces detachment if the previous detachment attempt did not occur cleanly (for example, logging into an instance, unmounting the volume, and detaching normally). This option can lead to data loss or a corrupted file system. Use this option only as a last resort to detach a volume from a failed instance. The instance won't have an opportunity to flush file system caches or file system metadata. If you use this option, you must perform file system check and repair procedures.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2VolumeCmdlet.InstanceId"> <summary> <para> <para>The ID of the instance. If you are detaching a Multi-Attach enabled volume, you must specify an instance ID.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2VolumeCmdlet.VolumeId"> <summary> <para> <para>The ID of the volume.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2VolumeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Attachment'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DetachVolumeResponse). Specifying the name of a property of type Amazon.EC2.Model.DetachVolumeResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2VolumeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2VolumeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.DismountEC2VpnGatewayCmdlet"> <summary> Detaches a virtual private gateway from a VPC. You do this if you're planning to turn off the VPC and not use it anymore. You can confirm a virtual private gateway has been completely detached from a VPC by describing the virtual private gateway (any attachments to the virtual private gateway are also described). <para> You must wait for the attachment's state to switch to <c>detached</c> before you can delete the VPC or attach a different VPC to the virtual private gateway. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2VpnGatewayCmdlet.VpcId"> <summary> <para> <para>The ID of the VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2VpnGatewayCmdlet.VpnGatewayId"> <summary> <para> <para>The ID of the virtual private gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2VpnGatewayCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DetachVpnGatewayResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2VpnGatewayCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.DismountEC2VpnGatewayCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2AddressAttributeCmdlet"> <summary> Modifies an attribute of the specified Elastic IP address. For requirements, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html#Using_Elastic_Addressing_Reverse_DNS">Using reverse DNS for email applications</a>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2AddressAttributeCmdlet.AllocationId"> <summary> <para> <para>[EC2-VPC] The allocation ID.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2AddressAttributeCmdlet.DomainName"> <summary> <para> <para>The domain name to modify for the IP address.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2AddressAttributeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Address'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyAddressAttributeResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyAddressAttributeResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2AddressAttributeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AllocationId parameter. The -PassThru parameter is deprecated, use -Select '^AllocationId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2AddressAttributeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2AvailabilityZoneGroupCmdlet"> <summary> Changes the opt-in status of the specified zone group for your account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2AvailabilityZoneGroupCmdlet.GroupName"> <summary> <para> <para>The name of the Availability Zone group, Local Zone group, or Wavelength Zone group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2AvailabilityZoneGroupCmdlet.OptInStatus"> <summary> <para> <para>Indicates whether to opt in to the zone group. The only valid value is <c>opted-in</c>. You must contact Amazon Web Services Support to opt out of a Local Zone or Wavelength Zone group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2AvailabilityZoneGroupCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyAvailabilityZoneGroupResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyAvailabilityZoneGroupResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2AvailabilityZoneGroupCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GroupName parameter. The -PassThru parameter is deprecated, use -Select '^GroupName' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2AvailabilityZoneGroupCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2CapacityReservationCmdlet"> <summary> Modifies a Capacity Reservation's capacity and the conditions under which it is to be released. You cannot change a Capacity Reservation's instance type, EBS optimization, instance store settings, platform, Availability Zone, or instance eligibility. If you need to modify any of these attributes, we recommend that you cancel the Capacity Reservation, and then create a new one with the required attributes. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2CapacityReservationCmdlet.Accept"> <summary> <para> <para>Reserved. Capacity Reservations you have created are accepted by default.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2CapacityReservationCmdlet.AdditionalInfo"> <summary> <para> <para>Reserved for future use.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2CapacityReservationCmdlet.CapacityReservationId"> <summary> <para> <para>The ID of the Capacity Reservation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2CapacityReservationCmdlet.EndDate"> <summary> <para> <para>The date and time at which the Capacity Reservation expires. When a Capacity Reservation expires, the reserved capacity is released and you can no longer launch instances into it. The Capacity Reservation's state changes to <c>expired</c> when it reaches its end date and time.</para><para>The Capacity Reservation is cancelled within an hour from the specified time. For example, if you specify 5/31/2019, 13:30:55, the Capacity Reservation is guaranteed to end between 13:30:55 and 14:30:55 on 5/31/2019.</para><para>You must provide an <c>EndDate</c> value if <c>EndDateType</c> is <c>limited</c>. Omit <c>EndDate</c> if <c>EndDateType</c> is <c>unlimited</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2CapacityReservationCmdlet.EndDateType"> <summary> <para> <para>Indicates the way in which the Capacity Reservation ends. A Capacity Reservation can have one of the following end types:</para><ul><li><para><c>unlimited</c> - The Capacity Reservation remains active until you explicitly cancel it. Do not provide an <c>EndDate</c> value if <c>EndDateType</c> is <c>unlimited</c>.</para></li><li><para><c>limited</c> - The Capacity Reservation expires automatically at a specified date and time. You must provide an <c>EndDate</c> value if <c>EndDateType</c> is <c>limited</c>.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2CapacityReservationCmdlet.InstanceCount"> <summary> <para> <para>The number of instances for which to reserve capacity. The number of instances can't be increased or decreased by more than <c>1000</c> in a single request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2CapacityReservationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyCapacityReservationResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyCapacityReservationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2CapacityReservationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the CapacityReservationId parameter. The -PassThru parameter is deprecated, use -Select '^CapacityReservationId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2CapacityReservationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2CapacityReservationFleetCmdlet"> <summary> Modifies a Capacity Reservation Fleet. <para> When you modify the total target capacity of a Capacity Reservation Fleet, the Fleet automatically creates new Capacity Reservations, or modifies or cancels existing Capacity Reservations in the Fleet to meet the new total target capacity. When you modify the end date for the Fleet, the end dates for all of the individual Capacity Reservations in the Fleet are updated accordingly. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2CapacityReservationFleetCmdlet.CapacityReservationFleetId"> <summary> <para> <para>The ID of the Capacity Reservation Fleet to modify.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2CapacityReservationFleetCmdlet.EndDate"> <summary> <para> <para>The date and time at which the Capacity Reservation Fleet expires. When the Capacity Reservation Fleet expires, its state changes to <c>expired</c> and all of the Capacity Reservations in the Fleet expire.</para><para>The Capacity Reservation Fleet expires within an hour after the specified time. For example, if you specify <c>5/31/2019</c>, <c>13:30:55</c>, the Capacity Reservation Fleet is guaranteed to expire between <c>13:30:55</c> and <c>14:30:55</c> on <c>5/31/2019</c>.</para><para>You can't specify <b>EndDate</b> and <b> RemoveEndDate</b> in the same request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2CapacityReservationFleetCmdlet.RemoveEndDate"> <summary> <para> <para>Indicates whether to remove the end date from the Capacity Reservation Fleet. If you remove the end date, the Capacity Reservation Fleet does not expire and it remains active until you explicitly cancel it using the <b>CancelCapacityReservationFleet</b> action.</para><para>You can't specify <b>RemoveEndDate</b> and <b> EndDate</b> in the same request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2CapacityReservationFleetCmdlet.TotalTargetCapacity"> <summary> <para> <para>The total number of capacity units to be reserved by the Capacity Reservation Fleet. This value, together with the instance type weights that you assign to each instance type used by the Fleet determine the number of instances for which the Fleet reserves capacity. Both values are based on units that make sense for your workload. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target capacity</a> in the <i>Amazon EC2 User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2CapacityReservationFleetCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyCapacityReservationFleetResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyCapacityReservationFleetResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2CapacityReservationFleetCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the CapacityReservationFleetId parameter. The -PassThru parameter is deprecated, use -Select '^CapacityReservationFleetId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2CapacityReservationFleetCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2ClientVpnEndpointCmdlet"> <summary> Modifies the specified Client VPN endpoint. Modifying the DNS server resets existing client connections. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ClientVpnEndpointCmdlet.ClientLoginBannerOptions_BannerText"> <summary> <para> <para>Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session is established. UTF-8 encoded characters only. Maximum of 1400 characters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ClientVpnEndpointCmdlet.ClientVpnEndpointId"> <summary> <para> <para>The ID of the Client VPN endpoint to modify.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ClientVpnEndpointCmdlet.ConnectionLogOptions_CloudwatchLogGroup"> <summary> <para> <para>The name of the CloudWatch Logs log group. Required if connection logging is enabled.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ClientVpnEndpointCmdlet.ConnectionLogOptions_CloudwatchLogStream"> <summary> <para> <para>The name of the CloudWatch Logs log stream to which the connection data is published.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ClientVpnEndpointCmdlet.DnsServers_CustomDnsServer"> <summary> <para> <para>The IPv4 address range, in CIDR notation, of the DNS servers to be used. You can specify up to two DNS servers. Ensure that the DNS servers can be reached by the clients. The specified values overwrite the existing values.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ClientVpnEndpointCmdlet.Description"> <summary> <para> <para>A brief description of the Client VPN endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ClientVpnEndpointCmdlet.ClientConnectOptions_Enabled"> <summary> <para> <para>Indicates whether client connect options are enabled. The default is <c>false</c> (not enabled).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ClientVpnEndpointCmdlet.ClientLoginBannerOptions_Enabled"> <summary> <para> <para>Enable or disable a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.</para><para>Valid values: <c>true | false</c></para><para>Default value: <c>false</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ClientVpnEndpointCmdlet.ConnectionLogOptions_Enabled"> <summary> <para> <para>Indicates whether connection logging is enabled.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ClientVpnEndpointCmdlet.DnsServers_Enabled"> <summary> <para> <para>Indicates whether DNS servers should be used. Specify <c>False</c> to delete the existing DNS servers.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ClientVpnEndpointCmdlet.ClientConnectOptions_LambdaFunctionArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ClientVpnEndpointCmdlet.SecurityGroupId"> <summary> <para> <para>The IDs of one or more security groups to apply to the target network.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ClientVpnEndpointCmdlet.SelfServicePortal"> <summary> <para> <para>Specify whether to enable the self-service portal for the Client VPN endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ClientVpnEndpointCmdlet.ServerCertificateArn"> <summary> <para> <para>The ARN of the server certificate to be used. The server certificate must be provisioned in Certificate Manager (ACM).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ClientVpnEndpointCmdlet.SessionTimeoutHour"> <summary> <para> <para>The maximum VPN session duration time in hours.</para><para>Valid values: <c>8 | 10 | 12 | 24</c></para><para>Default value: <c>24</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ClientVpnEndpointCmdlet.SplitTunnel"> <summary> <para> <para>Indicates whether the VPN is split-tunnel.</para><para>For information about split-tunnel VPN endpoints, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/split-tunnel-vpn.html">Split-tunnel Client VPN endpoint</a> in the <i>Client VPN Administrator Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ClientVpnEndpointCmdlet.VpcId"> <summary> <para> <para>The ID of the VPC to associate with the Client VPN endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ClientVpnEndpointCmdlet.VpnPort"> <summary> <para> <para>The port number to assign to the Client VPN endpoint for TCP and UDP traffic.</para><para>Valid Values: <c>443</c> | <c>1194</c></para><para>Default Value: <c>443</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ClientVpnEndpointCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyClientVpnEndpointResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyClientVpnEndpointResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ClientVpnEndpointCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ClientVpnEndpointId parameter. The -PassThru parameter is deprecated, use -Select '^ClientVpnEndpointId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ClientVpnEndpointCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2DefaultCreditSpecificationCmdlet"> <summary> Modifies the default credit option for CPU usage of burstable performance instances. The default credit option is set at the account level per Amazon Web Services Region, and is specified per instance family. All new burstable performance instances in the account launch using the default credit option. <para><c>ModifyDefaultCreditSpecification</c> is an asynchronous operation, which works at an Amazon Web Services Region level and modifies the credit option for each Availability Zone. All zones in a Region are updated within five minutes. But if instances are launched during this operation, they might not get the new credit option until the zone is updated. To verify whether the update has occurred, you can call <c>GetDefaultCreditSpecification</c> and check <c>DefaultCreditSpecification</c> for updates. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html">Burstable performance instances</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2DefaultCreditSpecificationCmdlet.CpuCredit"> <summary> <para> <para>The credit option for CPU usage of the instance family.</para><para>Valid Values: <c>standard</c> | <c>unlimited</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2DefaultCreditSpecificationCmdlet.InstanceFamily"> <summary> <para> <para>The instance family.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2DefaultCreditSpecificationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InstanceFamilyCreditSpecification'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyDefaultCreditSpecificationResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyDefaultCreditSpecificationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2DefaultCreditSpecificationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceFamily parameter. The -PassThru parameter is deprecated, use -Select '^InstanceFamily' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2DefaultCreditSpecificationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2EbsDefaultKmsKeyIdCmdlet"> <summary> Changes the default KMS key for EBS encryption by default for your account in this Region. <para> Amazon Web Services creates a unique Amazon Web Services managed KMS key in each Region for use with encryption by default. If you change the default KMS key to a symmetric customer managed KMS key, it is used instead of the Amazon Web Services managed KMS key. To reset the default KMS key to the Amazon Web Services managed KMS key for EBS, use <a>ResetEbsDefaultKmsKeyId</a>. Amazon EBS does not support asymmetric KMS keys. </para><para> If you delete or disable the customer managed KMS key that you specified for use with encryption by default, your instances will fail to launch. </para><para> For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html">Amazon EBS encryption</a> in the <i>Amazon EBS User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2EbsDefaultKmsKeyIdCmdlet.KmsKeyId"> <summary> <para> <para>The identifier of the KMS key to use for Amazon EBS encryption. If this parameter is not specified, your KMS key for Amazon EBS is used. If <c>KmsKeyId</c> is specified, the encrypted state must be <c>true</c>.</para><para>You can specify the KMS key using any of the following:</para><ul><li><para>Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.</para></li><li><para>Key alias. For example, alias/ExampleAlias.</para></li><li><para>Key ARN. For example, arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.</para></li><li><para>Alias ARN. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.</para></li></ul><para>Amazon Web Services authenticates the KMS key asynchronously. Therefore, if you specify an ID, alias, or ARN that is not valid, the action can appear to complete, but eventually fails.</para><para>Amazon EBS does not support asymmetric KMS keys.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2EbsDefaultKmsKeyIdCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'KmsKeyId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyEbsDefaultKmsKeyIdResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyEbsDefaultKmsKeyIdResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2EbsDefaultKmsKeyIdCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the KmsKeyId parameter. The -PassThru parameter is deprecated, use -Select '^KmsKeyId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2EbsDefaultKmsKeyIdCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2EndpointServicePermissionCmdlet"> <summary> Modifies the permissions for your VPC endpoint service. You can add or remove permissions for service consumers (Amazon Web Services accounts, users, and IAM roles) to connect to your endpoint service. <para> If you grant permissions to all principals, the service is public. Any users who know the name of a public service can send a request to attach an endpoint. If the service does not require manual approval, attachments are automatically approved. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2EndpointServicePermissionCmdlet.AddAllowedPrincipal"> <summary> <para> <para>The Amazon Resource Names (ARN) of the principals. Permissions are granted to the principals in this list. To grant permissions to all principals, specify an asterisk (*).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2EndpointServicePermissionCmdlet.RemoveAllowedPrincipal"> <summary> <para> <para>The Amazon Resource Names (ARN) of the principals. Permissions are revoked for principals in this list.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2EndpointServicePermissionCmdlet.ServiceId"> <summary> <para> <para>The ID of the service.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2EndpointServicePermissionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ReturnValue'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyVpcEndpointServicePermissionsResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyVpcEndpointServicePermissionsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2EndpointServicePermissionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ServiceId parameter. The -PassThru parameter is deprecated, use -Select '^ServiceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2EndpointServicePermissionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2FleetCmdlet"> <summary> Modifies the specified EC2 Fleet. <para> You can only modify an EC2 Fleet request of type <c>maintain</c>. </para><para> While the EC2 Fleet is being modified, it is in the <c>modifying</c> state. </para><para> To scale up your EC2 Fleet, increase its target capacity. The EC2 Fleet launches the additional Spot Instances according to the allocation strategy for the EC2 Fleet request. If the allocation strategy is <c>lowest-price</c>, the EC2 Fleet launches instances using the Spot Instance pool with the lowest price. If the allocation strategy is <c>diversified</c>, the EC2 Fleet distributes the instances across the Spot Instance pools. If the allocation strategy is <c>capacity-optimized</c>, EC2 Fleet launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching. </para><para> To scale down your EC2 Fleet, decrease its target capacity. First, the EC2 Fleet cancels any open requests that exceed the new target capacity. You can request that the EC2 Fleet terminate Spot Instances until the size of the fleet no longer exceeds the new target capacity. If the allocation strategy is <c>lowest-price</c>, the EC2 Fleet terminates the instances with the highest price per unit. If the allocation strategy is <c>capacity-optimized</c>, the EC2 Fleet terminates the instances in the Spot Instance pools that have the least available Spot Instance capacity. If the allocation strategy is <c>diversified</c>, the EC2 Fleet terminates instances across the Spot Instance pools. Alternatively, you can request that the EC2 Fleet keep the fleet at its current size, but not replace any Spot Instances that are interrupted or that you terminate manually. </para><para> If you are finished with your EC2 Fleet for now, but will use it again later, you can set the target capacity to 0. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2FleetCmdlet.Context"> <summary> <para> <para>Reserved.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2FleetCmdlet.TargetCapacitySpecification_DefaultTargetCapacityType"> <summary> <para> <para>The default target capacity type.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2FleetCmdlet.ExcessCapacityTerminationPolicy"> <summary> <para> <para>Indicates whether running instances should be terminated if the total target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.</para><para>Supported only for fleets of type <c>maintain</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2FleetCmdlet.FleetId"> <summary> <para> <para>The ID of the EC2 Fleet.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2FleetCmdlet.LaunchTemplateConfig"> <summary> <para> <para>The launch template and overrides.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2FleetCmdlet.TargetCapacitySpecification_OnDemandTargetCapacity"> <summary> <para> <para>The number of On-Demand units to request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2FleetCmdlet.TargetCapacitySpecification_SpotTargetCapacity"> <summary> <para> <para>The number of Spot units to request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2FleetCmdlet.TargetCapacitySpecification_TargetCapacityUnitType"> <summary> <para> <para>The unit for the target capacity. You can specify this parameter only when using attributed-based instance type selection.</para><para>Default: <c>units</c> (the number of instances)</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2FleetCmdlet.TargetCapacitySpecification_TotalTargetCapacity"> <summary> <para> <para>The number of units to request, filled using the default target capacity type.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2FleetCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyFleetResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyFleetResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2FleetCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the FleetId parameter. The -PassThru parameter is deprecated, use -Select '^FleetId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2FleetCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2FpgaImageAttributeCmdlet"> <summary> Modifies the specified attribute of the specified Amazon FPGA Image (AFI). </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2FpgaImageAttributeCmdlet.LoadPermission_Add"> <summary> <para> <para>The load permissions to add.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2FpgaImageAttributeCmdlet.Attribute"> <summary> <para> <para>The name of the attribute.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2FpgaImageAttributeCmdlet.Description"> <summary> <para> <para>A description for the AFI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2FpgaImageAttributeCmdlet.FpgaImageId"> <summary> <para> <para>The ID of the AFI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2FpgaImageAttributeCmdlet.Name"> <summary> <para> <para>A name for the AFI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2FpgaImageAttributeCmdlet.OperationType"> <summary> <para> <para>The operation type.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2FpgaImageAttributeCmdlet.ProductCode"> <summary> <para> <para>The product codes. After you add a product code to an AFI, it can't be removed. This parameter is valid only when modifying the <c>productCodes</c> attribute.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2FpgaImageAttributeCmdlet.LoadPermission_Remove"> <summary> <para> <para>The load permissions to remove.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2FpgaImageAttributeCmdlet.UserGroup"> <summary> <para> <para>The user groups. This parameter is valid only when modifying the <c>loadPermission</c> attribute.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2FpgaImageAttributeCmdlet.UserId"> <summary> <para> <para>The Amazon Web Services account IDs. This parameter is valid only when modifying the <c>loadPermission</c> attribute.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2FpgaImageAttributeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'FpgaImageAttribute'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyFpgaImageAttributeResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyFpgaImageAttributeResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2FpgaImageAttributeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Attribute parameter. The -PassThru parameter is deprecated, use -Select '^Attribute' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2FpgaImageAttributeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2HostCmdlet"> <summary> Modify the auto-placement setting of a Dedicated Host. When auto-placement is enabled, any instances that you launch with a tenancy of <c>host</c> but without a specific host ID are placed onto any available Dedicated Host in your account that has auto-placement enabled. When auto-placement is disabled, you need to provide a host ID to have the instance launch onto a specific host. If no host ID is provided, the instance is launched onto a suitable host with auto-placement enabled. <para> You can also use this API action to modify a Dedicated Host to support either multiple instance types in an instance family, or to support a specific instance type only. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2HostCmdlet.AutoPlacement"> <summary> <para> <para>Specify whether to enable or disable auto-placement.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2HostCmdlet.HostId"> <summary> <para> <para>The IDs of the Dedicated Hosts to modify.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2HostCmdlet.HostMaintenance"> <summary> <para> <para>Indicates whether to enable or disable host maintenance for the Dedicated Host. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-maintenance.html">Host maintenance</a> in the <i>Amazon EC2 User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2HostCmdlet.HostRecovery"> <summary> <para> <para>Indicates whether to enable or disable host recovery for the Dedicated Host. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-recovery.html">Host recovery</a> in the <i>Amazon EC2 User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2HostCmdlet.InstanceFamily"> <summary> <para> <para>Specifies the instance family to be supported by the Dedicated Host. Specify this parameter to modify a Dedicated Host to support multiple instance types within its current instance family.</para><para>If you want to modify a Dedicated Host to support a specific instance type only, omit this parameter and specify <b>InstanceType</b> instead. You cannot specify <b>InstanceFamily</b> and <b>InstanceType</b> in the same request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2HostCmdlet.InstanceType"> <summary> <para> <para>Specifies the instance type to be supported by the Dedicated Host. Specify this parameter to modify a Dedicated Host to support only a specific instance type.</para><para>If you want to modify a Dedicated Host to support multiple instance types in its current instance family, omit this parameter and specify <b>InstanceFamily</b> instead. You cannot specify <b>InstanceType</b> and <b>InstanceFamily</b> in the same request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2HostCmdlet.Select"> <summary> 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.ModifyHostsResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyHostsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2HostCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the HostId parameter. The -PassThru parameter is deprecated, use -Select '^HostId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2HostCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2IdentityIdFormatCmdlet"> <summary> Modifies the ID format of a resource for a specified IAM user, IAM role, or the root user for an account; or all IAM users, IAM roles, and the root user for an account. You can specify that resources should receive longer IDs (17-character IDs) when they are created. <para> This request can only be used to modify longer ID settings for resource types that are within the opt-in period. Resources currently in their opt-in period include: <c>bundle</c> | <c>conversion-task</c> | <c>customer-gateway</c> | <c>dhcp-options</c> | <c>elastic-ip-allocation</c> | <c>elastic-ip-association</c> | <c>export-task</c> | <c>flow-log</c> | <c>image</c> | <c>import-task</c> | <c>internet-gateway</c> | <c>network-acl</c> | <c>network-acl-association</c> | <c>network-interface</c> | <c>network-interface-attachment</c> | <c>prefix-list</c> | <c>route-table</c> | <c>route-table-association</c> | <c>security-group</c> | <c>subnet</c> | <c>subnet-cidr-block-association</c> | <c>vpc</c> | <c>vpc-cidr-block-association</c> | <c>vpc-endpoint</c> | <c>vpc-peering-connection</c> | <c>vpn-connection</c> | <c>vpn-gateway</c>. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/resource-ids.html">Resource IDs</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para><para> This setting applies to the principal specified in the request; it does not apply to the principal that makes the request. </para><para> Resources created with longer IDs are visible to all IAM roles and users, regardless of these settings and provided that they have permission to use the relevant <c>Describe</c> command for the resource type. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IdentityIdFormatCmdlet.PrincipalArn"> <summary> <para> <para>The ARN of the principal, which can be an IAM user, IAM role, or the root user. Specify <c>all</c> to modify the ID format for all IAM users, IAM roles, and the root user of the account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IdentityIdFormatCmdlet.Resource"> <summary> <para> <para>The type of resource: <c>bundle</c> | <c>conversion-task</c> | <c>customer-gateway</c> | <c>dhcp-options</c> | <c>elastic-ip-allocation</c> | <c>elastic-ip-association</c> | <c>export-task</c> | <c>flow-log</c> | <c>image</c> | <c>import-task</c> | <c>internet-gateway</c> | <c>network-acl</c> | <c>network-acl-association</c> | <c>network-interface</c> | <c>network-interface-attachment</c> | <c>prefix-list</c> | <c>route-table</c> | <c>route-table-association</c> | <c>security-group</c> | <c>subnet</c> | <c>subnet-cidr-block-association</c> | <c>vpc</c> | <c>vpc-cidr-block-association</c> | <c>vpc-endpoint</c> | <c>vpc-peering-connection</c> | <c>vpn-connection</c> | <c>vpn-gateway</c>.</para><para>Alternatively, use the <c>all-current</c> option to include all resource types that are currently within their opt-in period for longer IDs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IdentityIdFormatCmdlet.UseLongId"> <summary> <para> <para>Indicates whether the resource should use longer IDs (17-character IDs)</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IdentityIdFormatCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyIdentityIdFormatResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IdentityIdFormatCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the PrincipalArn parameter. The -PassThru parameter is deprecated, use -Select '^PrincipalArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IdentityIdFormatCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2IdFormatCmdlet"> <summary> Modifies the ID format for the specified resource on a per-Region basis. You can specify that resources should receive longer IDs (17-character IDs) when they are created. <para> This request can only be used to modify longer ID settings for resource types that are within the opt-in period. Resources currently in their opt-in period include: <c>bundle</c> | <c>conversion-task</c> | <c>customer-gateway</c> | <c>dhcp-options</c> | <c>elastic-ip-allocation</c> | <c>elastic-ip-association</c> | <c>export-task</c> | <c>flow-log</c> | <c>image</c> | <c>import-task</c> | <c>internet-gateway</c> | <c>network-acl</c> | <c>network-acl-association</c> | <c>network-interface</c> | <c>network-interface-attachment</c> | <c>prefix-list</c> | <c>route-table</c> | <c>route-table-association</c> | <c>security-group</c> | <c>subnet</c> | <c>subnet-cidr-block-association</c> | <c>vpc</c> | <c>vpc-cidr-block-association</c> | <c>vpc-endpoint</c> | <c>vpc-peering-connection</c> | <c>vpn-connection</c> | <c>vpn-gateway</c>. </para><para> This setting applies to the IAM user who makes the request; it does not apply to the entire Amazon Web Services account. By default, an IAM user defaults to the same settings as the root user. If you're using this action as the root user, then these settings apply to the entire account, unless an IAM user explicitly overrides these settings for themselves. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/resource-ids.html">Resource IDs</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para><para> Resources created with longer IDs are visible to all IAM roles and users, regardless of these settings and provided that they have permission to use the relevant <c>Describe</c> command for the resource type. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IdFormatCmdlet.Resource"> <summary> <para> <para>The type of resource: <c>bundle</c> | <c>conversion-task</c> | <c>customer-gateway</c> | <c>dhcp-options</c> | <c>elastic-ip-allocation</c> | <c>elastic-ip-association</c> | <c>export-task</c> | <c>flow-log</c> | <c>image</c> | <c>import-task</c> | <c>internet-gateway</c> | <c>network-acl</c> | <c>network-acl-association</c> | <c>network-interface</c> | <c>network-interface-attachment</c> | <c>prefix-list</c> | <c>route-table</c> | <c>route-table-association</c> | <c>security-group</c> | <c>subnet</c> | <c>subnet-cidr-block-association</c> | <c>vpc</c> | <c>vpc-cidr-block-association</c> | <c>vpc-endpoint</c> | <c>vpc-peering-connection</c> | <c>vpn-connection</c> | <c>vpn-gateway</c>.</para><para>Alternatively, use the <c>all-current</c> option to include all resource types that are currently within their opt-in period for longer IDs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IdFormatCmdlet.UseLongId"> <summary> <para> <para>Indicate whether the resource should use longer IDs (17-character IDs).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IdFormatCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyIdFormatResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IdFormatCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Resource parameter. The -PassThru parameter is deprecated, use -Select '^Resource' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IdFormatCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2ImageAttributeCmdlet"> <summary> Modifies the specified attribute of the specified AMI. You can specify only one attribute at a time. <para> To specify the attribute, you can use the <c>Attribute</c> parameter, or one of the following parameters: <c>Description</c>, <c>ImdsSupport</c>, or <c>LaunchPermission</c>. </para><para> Images with an Amazon Web Services Marketplace product code cannot be made public. </para><para> To enable the SriovNetSupport enhanced networking attribute of an image, enable SriovNetSupport on an instance and create an AMI from the instance. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ImageAttributeCmdlet.LaunchPermission_Add"> <summary> <para> <para>The Amazon Web Services account ID, organization ARN, or OU ARN to add to the list of launch permissions for the AMI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ImageAttributeCmdlet.Attribute"> <summary> <para> <para>The name of the attribute to modify.</para><para>Valid values: <c>description</c> | <c>imdsSupport</c> | <c>launchPermission</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ImageAttributeCmdlet.Description"> <summary> <para> <para>A new description for the AMI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ImageAttributeCmdlet.ImageId"> <summary> <para> <para>The ID of the AMI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ImageAttributeCmdlet.ImdsSupport"> <summary> <para> <para>Set to <c>v2.0</c> to indicate that IMDSv2 is specified in the AMI. Instances launched from this AMI will have <c>HttpTokens</c> automatically set to <c>required</c> so that, by default, the instance requires that IMDSv2 is used when requesting instance metadata. In addition, <c>HttpPutResponseHopLimit</c> is set to <c>2</c>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration">Configure the AMI</a> in the <i>Amazon EC2 User Guide</i>.</para><important><para>Do not use this parameter unless your AMI software supports IMDSv2. After you set the value to <c>v2.0</c>, you can't undo it. The only way to “reset” your AMI is to create a new AMI from the underlying snapshot.</para></important> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ImageAttributeCmdlet.OperationType"> <summary> <para> <para>The operation type. This parameter can be used only when the <c>Attribute</c> parameter is <c>launchPermission</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ImageAttributeCmdlet.OrganizationalUnitArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of an organizational unit (OU). This parameter can be used only when the <c>Attribute</c> parameter is <c>launchPermission</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ImageAttributeCmdlet.OrganizationArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of an organization. This parameter can be used only when the <c>Attribute</c> parameter is <c>launchPermission</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ImageAttributeCmdlet.ProductCode"> <summary> <para> <para>Not supported.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ImageAttributeCmdlet.LaunchPermission_Remove"> <summary> <para> <para>The Amazon Web Services account ID, organization ARN, or OU ARN to remove from the list of launch permissions for the AMI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ImageAttributeCmdlet.UserGroup"> <summary> <para> <para>The user groups. This parameter can be used only when the <c>Attribute</c> parameter is <c>launchPermission</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ImageAttributeCmdlet.UserId"> <summary> <para> <para>The Amazon Web Services account IDs. This parameter can be used only when the <c>Attribute</c> parameter is <c>launchPermission</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ImageAttributeCmdlet.Value"> <summary> <para> <para>The value of the attribute being modified. This parameter can be used only when the <c>Attribute</c> parameter is <c>description</c> or <c>imdsSupport</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ImageAttributeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyImageAttributeResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ImageAttributeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ImageId parameter. The -PassThru parameter is deprecated, use -Select '^ImageId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ImageAttributeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceAttributeCmdlet"> <summary> Modifies the specified attribute of the specified instance. You can specify only one attribute at a time. <para><b>Note: </b>Using this action to change the security groups associated with an elastic network interface (ENI) attached to an instance can result in an error if the instance has more than one ENI. To change the security groups associated with an ENI attached to an instance that has multiple ENIs, we recommend that you use the <a>ModifyNetworkInterfaceAttribute</a> action. </para><para> To modify some attributes, the instance must be stopped. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_ChangingAttributesWhileInstanceStopped.html">Modify a stopped instance</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceAttributeCmdlet.Attribute"> <summary> <para> <para>The name of the attribute to modify.</para><important><para>You can modify the following attributes only: <c>disableApiTermination</c> | <c>instanceType</c> | <c>kernel</c> | <c>ramdisk</c> | <c>instanceInitiatedShutdownBehavior</c> | <c>blockDeviceMapping</c> | <c>userData</c> | <c>sourceDestCheck</c> | <c>groupSet</c> | <c>ebsOptimized</c> | <c>sriovNetSupport</c> | <c>enaSupport</c> | <c>nvmeSupport</c> | <c>disableApiStop</c> | <c>enclaveOptions</c></para></important> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceAttributeCmdlet.BlockDeviceMapping"> <summary> <para> <para>Modifies the <c>DeleteOnTermination</c> attribute for volumes that are currently attached. The volume must be owned by the caller. If no value is specified for <c>DeleteOnTermination</c>, the default is <c>true</c> and the volume is deleted when the instance is terminated. You can't modify the <c>DeleteOnTermination</c> attribute for volumes that are attached to Fargate tasks.</para><para>To add instance store volumes to an Amazon EBS-backed instance, you must add them when you launch the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html#Using_OverridingAMIBDM">Update the block device mapping when launching an instance</a> in the <i>Amazon EC2 User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceAttributeCmdlet.DisableApiStop"> <summary> <para> <para>Indicates whether an instance is enabled for stop protection. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-stop-protection.html">Enable stop protection for your instance</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceAttributeCmdlet.DisableApiTermination"> <summary> <para> <para>If the value is <c>true</c>, you can't terminate the instance using the Amazon EC2 console, CLI, or API; otherwise, you can. You cannot use this parameter for Spot Instances.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceAttributeCmdlet.EbsOptimized"> <summary> <para> <para>Specifies whether the instance is optimized for Amazon EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceAttributeCmdlet.EnaSupport"> <summary> <para> <para>Set to <c>true</c> to enable enhanced networking with ENA for the instance.</para><para>This option is supported only for HVM instances. Specifying this option with a PV instance can make it unreachable.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceAttributeCmdlet.Group"> <summary> <para> <para>Replaces the security groups of the instance with the specified security groups. You must specify the ID of at least one security group, even if it's just the default security group for the VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceAttributeCmdlet.InstanceId"> <summary> <para> <para>The ID of the instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceAttributeCmdlet.InstanceInitiatedShutdownBehavior"> <summary> <para> <para>Specifies whether an instance stops or terminates when you initiate shutdown from the instance (using the operating system command for system shutdown).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceAttributeCmdlet.InstanceType"> <summary> <para> <para>Changes the instance type to the specified value. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance types</a> in the <i>Amazon EC2 User Guide</i>. If the instance type is not valid, the error returned is <c>InvalidInstanceAttributeValue</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceAttributeCmdlet.Kernel"> <summary> <para> <para>Changes the instance's kernel to the specified value. We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedKernels.html">PV-GRUB</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceAttributeCmdlet.Ramdisk"> <summary> <para> <para>Changes the instance's RAM disk to the specified value. We recommend that you use PV-GRUB instead of kernels and RAM disks. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedKernels.html">PV-GRUB</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceAttributeCmdlet.SourceDestCheck"> <summary> <para> <para>Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives. If the value is <c>true</c>, source/destination checks are enabled; otherwise, they are disabled. The default value is <c>true</c>. You must disable source/destination checks if the instance runs services such as network address translation, routing, or firewalls.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceAttributeCmdlet.SriovNetSupport"> <summary> <para> <para>Set to <c>simple</c> to enable enhanced networking with the Intel 82599 Virtual Function interface for the instance.</para><para>There is no way to disable enhanced networking with the Intel 82599 Virtual Function interface at this time.</para><para>This option is supported only for HVM instances. Specifying this option with a PV instance can make it unreachable.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceAttributeCmdlet.UserData"> <summary> <para> <para>Changes the instance's user data to the specified value. User data must be base64-encoded. Depending on the tool or SDK that you're using, the base64-encoding might be performed for you. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-add-user-data.html">Work with instance user data</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceAttributeCmdlet.Value"> <summary> <para> <para>A new value for the attribute. Use only with the <c>kernel</c>, <c>ramdisk</c>, <c>userData</c>, <c>disableApiTermination</c>, or <c>instanceInitiatedShutdownBehavior</c> attribute.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceAttributeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyInstanceAttributeResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceAttributeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceAttributeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceCapacityReservationAttributeCmdlet"> <summary> Modifies the Capacity Reservation settings for a stopped instance. Use this action to configure an instance to target a specific Capacity Reservation, run in any <c>open</c> Capacity Reservation with matching attributes, or run On-Demand Instance capacity. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceCapacityReservationAttributeCmdlet.CapacityReservationTarget_CapacityReservationId"> <summary> <para> <para>The ID of the Capacity Reservation in which to run the instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceCapacityReservationAttributeCmdlet.CapacityReservationSpecification_CapacityReservationPreference"> <summary> <para> <para>Indicates the instance's Capacity Reservation preferences. Possible preferences include:</para><ul><li><para><c>open</c> - The instance can run in any <c>open</c> Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).</para></li><li><para><c>none</c> - The instance avoids running in a Capacity Reservation even if one is available. The instance runs as an On-Demand Instance.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceCapacityReservationAttributeCmdlet.CapacityReservationTarget_CapacityReservationResourceGroupArn"> <summary> <para> <para>The ARN of the Capacity Reservation resource group in which to run the instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceCapacityReservationAttributeCmdlet.InstanceId"> <summary> <para> <para>The ID of the instance to be modified.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceCapacityReservationAttributeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyInstanceCapacityReservationAttributesResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyInstanceCapacityReservationAttributesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceCapacityReservationAttributeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceCapacityReservationAttributeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceCreditSpecificationCmdlet"> <summary> Modifies the credit option for CPU usage on a running or stopped burstable performance instance. The credit options are <c>standard</c> and <c>unlimited</c>. <para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html">Burstable performance instances</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceCreditSpecificationCmdlet.InstanceCreditSpecification"> <summary> <para> <para>Information about the credit option for CPU usage.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceCreditSpecificationCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceCreditSpecificationCmdlet.Select"> <summary> 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.ModifyInstanceCreditSpecificationResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyInstanceCreditSpecificationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceCreditSpecificationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceEventStartTimeCmdlet"> <summary> Modifies the start time for a scheduled Amazon EC2 instance event. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceEventStartTimeCmdlet.InstanceEventId"> <summary> <para> <para>The ID of the event whose date and time you are modifying.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceEventStartTimeCmdlet.InstanceId"> <summary> <para> <para>The ID of the instance with the scheduled event.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceEventStartTimeCmdlet.NotBefore"> <summary> <para> <para>The new date and time when the event will take place.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceEventStartTimeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Event'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyInstanceEventStartTimeResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyInstanceEventStartTimeResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceEventStartTimeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceEventStartTimeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceEventWindowCmdlet"> <summary> Modifies the specified event window. <para> You can define either a set of time ranges or a cron expression when modifying the event window, but not both. </para><para> To modify the targets associated with the event window, use the <a>AssociateInstanceEventWindow</a> and <a>DisassociateInstanceEventWindow</a> API. </para><para> If Amazon Web Services has already scheduled an event, modifying an event window won't change the time of the scheduled event. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/event-windows.html">Define event windows for scheduled events</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceEventWindowCmdlet.CronExpression"> <summary> <para> <para>The cron expression of the event window, for example, <c>* 0-4,20-23 * * 1,5</c>.</para><para>Constraints:</para><ul><li><para>Only hour and day of the week values are supported.</para></li><li><para>For day of the week values, you can specify either integers <c>0</c> through <c>6</c>, or alternative single values <c>SUN</c> through <c>SAT</c>.</para></li><li><para>The minute, month, and year must be specified by <c>*</c>.</para></li><li><para>The hour value must be one or a multiple range, for example, <c>0-4</c> or <c>0-4,20-23</c>.</para></li><li><para>Each hour range must be >= 2 hours, for example, <c>0-2</c> or <c>20-23</c>.</para></li><li><para>The event window must be >= 4 hours. The combined total time ranges in the event window must be >= 4 hours.</para></li></ul><para>For more information about cron expressions, see <a href="https://en.wikipedia.org/wiki/Cron">cron</a> on the <i>Wikipedia website</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceEventWindowCmdlet.InstanceEventWindowId"> <summary> <para> <para>The ID of the event window.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceEventWindowCmdlet.Name"> <summary> <para> <para>The name of the event window.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceEventWindowCmdlet.TimeRange"> <summary> <para> <para>The time ranges of the event window.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceEventWindowCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InstanceEventWindow'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyInstanceEventWindowResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyInstanceEventWindowResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceEventWindowCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceEventWindowId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceEventWindowId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceEventWindowCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceMaintenanceOptionCmdlet"> <summary> Modifies the recovery behavior of your instance to disable simplified automatic recovery or set the recovery behavior to default. The default configuration will not enable simplified automatic recovery for an unsupported instance type. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-recover.html#instance-configuration-recovery">Simplified automatic recovery</a>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceMaintenanceOptionCmdlet.AutoRecovery"> <summary> <para> <para>Disables the automatic recovery behavior of your instance or sets it to default.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceMaintenanceOptionCmdlet.InstanceId"> <summary> <para> <para>The ID of the instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceMaintenanceOptionCmdlet.Select"> <summary> 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.ModifyInstanceMaintenanceOptionsResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyInstanceMaintenanceOptionsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceMaintenanceOptionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceMaintenanceOptionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceMetadataDefaultCmdlet"> <summary> Modifies the default instance metadata service (IMDS) settings at the account level in the specified Amazon Web Services Region. <note><para> To remove a parameter's account-level default setting, specify <c>no-preference</c>. If an account-level setting is cleared with <c>no-preference</c>, then the instance launch considers the other instance metadata settings. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-options.html#instance-metadata-options-order-of-precedence">Order of precedence for instance metadata options</a> in the <i>Amazon EC2 User Guide</i>. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceMetadataDefaultCmdlet.HttpEndpoint"> <summary> <para> <para>Enables or disables the IMDS endpoint on an instance. When disabled, the instance metadata can't be accessed.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceMetadataDefaultCmdlet.HttpPutResponseHopLimit"> <summary> <para> <para>The maximum number of hops that the metadata token can travel. To indicate no preference, specify <c>-1</c>.</para><para>Possible values: Integers from <c>1</c> to <c>64</c>, and <c>-1</c> to indicate no preference</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceMetadataDefaultCmdlet.HttpToken"> <summary> <para> <para>Indicates whether IMDSv2 is required.</para><ul><li><para><c>optional</c> – IMDSv2 is optional, which means that you can use either IMDSv2 or IMDSv1.</para></li><li><para><c>required</c> – IMDSv2 is required, which means that IMDSv1 is disabled, and you must use IMDSv2.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceMetadataDefaultCmdlet.InstanceMetadataTag"> <summary> <para> <para>Enables or disables access to an instance's tags from the instance metadata. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#work-with-tags-in-IMDS">Work with instance tags using the instance metadata</a> in the <i>Amazon EC2 User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceMetadataDefaultCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyInstanceMetadataDefaultsResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyInstanceMetadataDefaultsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceMetadataDefaultCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceMetadataOptionCmdlet"> <summary> Modify the instance metadata parameters on a running or stopped instance. When you modify the parameters on a stopped instance, they are applied when the instance is started. When you modify the parameters on a running instance, the API responds with a state of “pending”. After the parameter modifications are successfully applied to the instance, the state of the modifications changes from “pending” to “applied” in subsequent describe-instances API calls. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html">Instance metadata and user data</a> in the <i>Amazon EC2 User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceMetadataOptionCmdlet.HttpEndpoint"> <summary> <para> <para>Enables or disables the HTTP metadata endpoint on your instances. If this parameter is not specified, the existing state is maintained.</para><para>If you specify a value of <c>disabled</c>, you cannot access your instance metadata.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceMetadataOptionCmdlet.HttpProtocolIpv6"> <summary> <para> <para>Enables or disables the IPv6 endpoint for the instance metadata service. Applies only if you enabled the HTTP metadata endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceMetadataOptionCmdlet.HttpPutResponseHopLimit"> <summary> <para> <para>The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel. If no parameter is specified, the existing state is maintained.</para><para>Possible values: Integers from 1 to 64</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceMetadataOptionCmdlet.HttpToken"> <summary> <para> <para>Indicates whether IMDSv2 is required.</para><ul><li><para><c>optional</c> - IMDSv2 is optional. You can choose whether to send a session token in your instance metadata retrieval requests. If you retrieve IAM role credentials without a session token, you receive the IMDSv1 role credentials. If you retrieve IAM role credentials using a valid session token, you receive the IMDSv2 role credentials.</para></li><li><para><c>required</c> - IMDSv2 is required. You must send a session token in your instance metadata retrieval requests. With this option, retrieving the IAM role credentials always returns IMDSv2 credentials; IMDSv1 credentials are not available.</para></li></ul><para>Default:</para><ul><li><para>If the value of <c>ImdsSupport</c> for the Amazon Machine Image (AMI) for your instance is <c>v2.0</c> and the account level default is set to <c>no-preference</c>, the default is <c>required</c>.</para></li><li><para>If the value of <c>ImdsSupport</c> for the Amazon Machine Image (AMI) for your instance is <c>v2.0</c>, but the account level default is set to <c>V1 or V2</c>, the default is <c>optional</c>.</para></li></ul><para>The default value can also be affected by other combinations of parameters. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-options.html#instance-metadata-options-order-of-precedence">Order of precedence for instance metadata options</a> in the <i>Amazon EC2 User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceMetadataOptionCmdlet.InstanceId"> <summary> <para> <para>The ID of the instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceMetadataOptionCmdlet.InstanceMetadataTag"> <summary> <para> <para>Set to <c>enabled</c> to allow access to instance tags from the instance metadata. Set to <c>disabled</c> to turn off access to instance tags from the instance metadata. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#work-with-tags-in-IMDS">Work with instance tags using the instance metadata</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceMetadataOptionCmdlet.Select"> <summary> 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.ModifyInstanceMetadataOptionsResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyInstanceMetadataOptionsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceMetadataOptionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstanceMetadataOptionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstancePlacementCmdlet"> <summary> Modifies the placement attributes for a specified instance. You can do the following: <ul><li><para> Modify the affinity between an instance and a <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-overview.html">Dedicated Host</a>. When affinity is set to <c>host</c> and the instance is not associated with a specific Dedicated Host, the next time the instance is started, it is automatically associated with the host on which it lands. If the instance is restarted or rebooted, this relationship persists. </para></li><li><para> Change the Dedicated Host with which an instance is associated. </para></li><li><para> Change the instance tenancy of an instance. </para></li><li><para> Move an instance to or from a <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html">placement group</a>. </para></li></ul><para> At least one attribute for affinity, host ID, tenancy, or placement group name must be specified in the request. Affinity and tenancy can be modified in the same request. </para><para> To modify the host ID, tenancy, placement group, or partition for an instance, the instance must be in the <c>stopped</c> state. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstancePlacementCmdlet.Affinity"> <summary> <para> <para>The affinity setting for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/how-dedicated-hosts-work.html#dedicated-hosts-affinity">Host affinity</a> in the <i>Amazon EC2 User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstancePlacementCmdlet.GroupId"> <summary> <para> <para>The Group Id of a placement group. You must specify the Placement Group <b>Group Id</b> to launch an instance in a shared placement group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstancePlacementCmdlet.GroupName"> <summary> <para> <para>The name of the placement group in which to place the instance. For spread placement groups, the instance must have a tenancy of <c>default</c>. For cluster and partition placement groups, the instance must have a tenancy of <c>default</c> or <c>dedicated</c>.</para><para>To remove an instance from a placement group, specify an empty string ("").</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstancePlacementCmdlet.HostId"> <summary> <para> <para>The ID of the Dedicated Host with which to associate the instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstancePlacementCmdlet.HostResourceGroupArn"> <summary> <para> <para>The ARN of the host resource group in which to place the instance. The instance must have a tenancy of <c>host</c> to specify this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstancePlacementCmdlet.InstanceId"> <summary> <para> <para>The ID of the instance that you are modifying.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstancePlacementCmdlet.PartitionNumber"> <summary> <para> <para>The number of the partition in which to place the instance. Valid only if the placement group strategy is set to <c>partition</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstancePlacementCmdlet.Tenancy"> <summary> <para> <para>The tenancy for the instance.</para><note><para>For T3 instances, you must launch the instance on a Dedicated Host to use a tenancy of <c>host</c>. You can't change the tenancy from <c>host</c> to <c>dedicated</c> or <c>default</c>. Attempting to make one of these unsupported tenancy changes results in an <c>InvalidRequest</c> error code.</para></note> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstancePlacementCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyInstancePlacementResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyInstancePlacementResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstancePlacementCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2InstancePlacementCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamCmdlet"> <summary> Modify the configurations of an IPAM. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamCmdlet.AddOperatingRegion"> <summary> <para> <para>Choose the operating Regions for the IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</para><para>For more information about operating Regions, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/create-ipam.html">Create an IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamCmdlet.Description"> <summary> <para> <para>The description of the IPAM you want to modify.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamCmdlet.IpamId"> <summary> <para> <para>The ID of the IPAM you want to modify.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamCmdlet.RemoveOperatingRegion"> <summary> <para> <para>The operating Regions to remove.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamCmdlet.Tier"> <summary> <para> <para>IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see <a href="http://aws.amazon.com/vpc/pricing/">Amazon VPC pricing > IPAM tab</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Ipam'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyIpamResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyIpamResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the IpamId parameter. The -PassThru parameter is deprecated, use -Select '^IpamId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamPoolCmdlet"> <summary> Modify the configurations of an IPAM pool. <para> For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/mod-pool-ipam.html">Modify a pool</a> in the <i>Amazon VPC IPAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamPoolCmdlet.AddAllocationResourceTag"> <summary> <para> <para>Add tag allocation rules to a pool. For more information about allocation rules, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/create-top-ipam.html">Create a top-level pool</a> in the <i>Amazon VPC IPAM User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamPoolCmdlet.AllocationDefaultNetmaskLength"> <summary> <para> <para>The default netmask length for allocations added to this pool. If, for example, the CIDR assigned to this pool is 10.0.0.0/8 and you enter 16 here, new allocations will default to 10.0.0.0/16.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamPoolCmdlet.AllocationMaxNetmaskLength"> <summary> <para> <para>The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant. Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.The maximum netmask length must be greater than the minimum netmask length.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamPoolCmdlet.AllocationMinNetmaskLength"> <summary> <para> <para>The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant. Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128. The minimum netmask length must be less than the maximum netmask length.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamPoolCmdlet.AutoImport"> <summary> <para> <para>If true, IPAM will continuously look for resources within the CIDR range of this pool and automatically import them as allocations into your IPAM. The CIDRs that will be allocated for these resources must not already be allocated to other resources in order for the import to succeed. IPAM will import a CIDR regardless of its compliance with the pool's allocation rules, so a resource might be imported and subsequently marked as noncompliant. If IPAM discovers multiple CIDRs that overlap, IPAM will import the largest CIDR only. If IPAM discovers multiple CIDRs with matching CIDRs, IPAM will randomly import one of them only. </para><para>A locale must be set on the pool for this feature to work.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamPoolCmdlet.ClearAllocationDefaultNetmaskLength"> <summary> <para> <para>Clear the default netmask length allocation rule for this pool.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamPoolCmdlet.Description"> <summary> <para> <para>The description of the IPAM pool you want to modify.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamPoolCmdlet.IpamPoolId"> <summary> <para> <para>The ID of the IPAM pool you want to modify.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamPoolCmdlet.RemoveAllocationResourceTag"> <summary> <para> <para>Remove tag allocation rules from a pool.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamPoolCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'IpamPool'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyIpamPoolResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyIpamPoolResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamPoolCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the IpamPoolId parameter. The -PassThru parameter is deprecated, use -Select '^IpamPoolId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamPoolCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamResourceCidrCmdlet"> <summary> Modify a resource CIDR. You can use this action to transfer resource CIDRs between scopes and ignore resource CIDRs that you do not want to manage. If set to false, the resource will not be tracked for overlap, it cannot be auto-imported into a pool, and it will be removed from any pool it has an allocation in. <para> For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/move-resource-ipam.html">Move resource CIDRs between scopes</a> and <a href="https://docs.aws.amazon.com/vpc/latest/ipam/change-monitoring-state-ipam.html">Change the monitoring state of resource CIDRs</a> in the <i>Amazon VPC IPAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamResourceCidrCmdlet.CurrentIpamScopeId"> <summary> <para> <para>The ID of the current scope that the resource CIDR is in.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamResourceCidrCmdlet.DestinationIpamScopeId"> <summary> <para> <para>The ID of the scope you want to transfer the resource CIDR to.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamResourceCidrCmdlet.Monitored"> <summary> <para> <para>Determines if the resource is monitored by IPAM. If a resource is monitored, the resource is discovered by IPAM and you can view details about the resource’s CIDR.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamResourceCidrCmdlet.ResourceCidr"> <summary> <para> <para>The CIDR of the resource you want to modify.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamResourceCidrCmdlet.ResourceId"> <summary> <para> <para>The ID of the resource you want to modify.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamResourceCidrCmdlet.ResourceRegion"> <summary> <para> <para>The Amazon Web Services Region of the resource you want to modify.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamResourceCidrCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'IpamResourceCidr'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyIpamResourceCidrResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyIpamResourceCidrResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamResourceCidrCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the CurrentIpamScopeId parameter. The -PassThru parameter is deprecated, use -Select '^CurrentIpamScopeId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamResourceCidrCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamResourceDiscoveryCmdlet"> <summary> Modifies a resource discovery. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamResourceDiscoveryCmdlet.AddOperatingRegion"> <summary> <para> <para>Add operating Regions to the resource discovery. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamResourceDiscoveryCmdlet.Description"> <summary> <para> <para>A resource discovery description.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamResourceDiscoveryCmdlet.IpamResourceDiscoveryId"> <summary> <para> <para>A resource discovery ID.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamResourceDiscoveryCmdlet.RemoveOperatingRegion"> <summary> <para> <para>Remove operating Regions.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamResourceDiscoveryCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'IpamResourceDiscovery'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyIpamResourceDiscoveryResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyIpamResourceDiscoveryResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamResourceDiscoveryCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the IpamResourceDiscoveryId parameter. The -PassThru parameter is deprecated, use -Select '^IpamResourceDiscoveryId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamResourceDiscoveryCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamScopeCmdlet"> <summary> Modify an IPAM scope. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamScopeCmdlet.Description"> <summary> <para> <para>The description of the scope you want to modify.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamScopeCmdlet.IpamScopeId"> <summary> <para> <para>The ID of the scope you want to modify.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamScopeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'IpamScope'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyIpamScopeResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyIpamScopeResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamScopeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the IpamScopeId parameter. The -PassThru parameter is deprecated, use -Select '^IpamScopeId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2IpamScopeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2LaunchTemplateCmdlet"> <summary> Modifies a launch template. You can specify which version of the launch template to set as the default version. When launching an instance, the default version applies when a launch template version is not specified. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2LaunchTemplateCmdlet.DefaultVersion"> <summary> <para> <para>The version number of the launch template to set as the default version.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2LaunchTemplateCmdlet.LaunchTemplateId"> <summary> <para> <para>The ID of the launch template.</para><para>You must specify either the launch template ID or the launch template name, but not both.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2LaunchTemplateCmdlet.LaunchTemplateName"> <summary> <para> <para>The name of the launch template.</para><para>You must specify either the launch template ID or the launch template name, but not both.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2LaunchTemplateCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.</para><para>Constraint: Maximum 128 ASCII characters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2LaunchTemplateCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'LaunchTemplate'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyLaunchTemplateResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyLaunchTemplateResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2LaunchTemplateCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2LocalGatewayRouteCmdlet"> <summary> Modifies the specified local gateway route. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2LocalGatewayRouteCmdlet.DestinationCidrBlock"> <summary> <para> <para>The CIDR block used for destination matches. The value that you provide must match the CIDR of an existing route in the table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2LocalGatewayRouteCmdlet.DestinationPrefixListId"> <summary> <para> <para> The ID of the prefix list. Use a prefix list in place of <c>DestinationCidrBlock</c>. You cannot use <c>DestinationPrefixListId</c> and <c>DestinationCidrBlock</c> in the same request. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2LocalGatewayRouteCmdlet.LocalGatewayRouteTableId"> <summary> <para> <para>The ID of the local gateway route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2LocalGatewayRouteCmdlet.LocalGatewayVirtualInterfaceGroupId"> <summary> <para> <para> The ID of the virtual interface group. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2LocalGatewayRouteCmdlet.NetworkInterfaceId"> <summary> <para> <para>The ID of the network interface.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2LocalGatewayRouteCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Route'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyLocalGatewayRouteResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyLocalGatewayRouteResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2LocalGatewayRouteCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the LocalGatewayRouteTableId parameter. The -PassThru parameter is deprecated, use -Select '^LocalGatewayRouteTableId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2LocalGatewayRouteCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2ManagedPrefixListCmdlet"> <summary> Modifies the specified managed prefix list. <para> Adding or removing entries in a prefix list creates a new version of the prefix list. Changing the name of the prefix list does not affect the version. </para><para> If you specify a current version number that does not match the true current version number, the request fails. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ManagedPrefixListCmdlet.AddEntry"> <summary> <para> <para>One or more entries to add to the prefix list.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ManagedPrefixListCmdlet.CurrentVersion"> <summary> <para> <para>The current version of the prefix list.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ManagedPrefixListCmdlet.MaxEntry"> <summary> <para> <para>The maximum number of entries for the prefix list. You cannot modify the entries of a prefix list and modify the size of a prefix list at the same time.</para><para>If any of the resources that reference the prefix list cannot support the new maximum size, the modify operation fails. Check the state message for the IDs of the first ten resources that do not support the new maximum size.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ManagedPrefixListCmdlet.PrefixListId"> <summary> <para> <para>The ID of the prefix list.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ManagedPrefixListCmdlet.PrefixListName"> <summary> <para> <para>A name for the prefix list.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ManagedPrefixListCmdlet.RemoveEntry"> <summary> <para> <para>One or more entries to remove from the prefix list.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ManagedPrefixListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'PrefixList'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyManagedPrefixListResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyManagedPrefixListResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ManagedPrefixListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the PrefixListId parameter. The -PassThru parameter is deprecated, use -Select '^PrefixListId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ManagedPrefixListCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2NetworkInterfaceAttributeCmdlet"> <summary> Modifies the specified network interface attribute. You can specify only one attribute at a time. You can use this action to attach and detach security groups from an existing EC2 instance. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2NetworkInterfaceAttributeCmdlet.AssociatePublicIpAddress"> <summary> <para> <para>Indicates whether to assign a public IPv4 address to a network interface. This option can be enabled for any network interface but will only apply to the primary network interface (eth0).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2NetworkInterfaceAttributeCmdlet.Attachment_AttachmentId"> <summary> <para> <para>The ID of the network interface attachment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2NetworkInterfaceAttributeCmdlet.Attachment_DeleteOnTermination"> <summary> <para> <para>Indicates whether the network interface is deleted when the instance is terminated.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2NetworkInterfaceAttributeCmdlet.Description"> <summary> <para> <para>A description for the network interface.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2NetworkInterfaceAttributeCmdlet.EnablePrimaryIpv6"> <summary> <para> <para>If you’re modifying a network interface in a dual-stack or IPv6-only subnet, you have the option to assign a primary IPv6 IP address. A primary IPv6 address is an IPv6 GUA address associated with an ENI that you have enabled to use a primary IPv6 address. Use this option if the instance that this ENI will be attached to relies on its IPv6 address not changing. Amazon Web Services will automatically assign an IPv6 address associated with the ENI attached to your instance to be the primary IPv6 address. Once you enable an IPv6 GUA address to be a primary IPv6, you cannot disable it. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. If you have multiple IPv6 addresses associated with an ENI attached to your instance and you enable a primary IPv6 address, the first IPv6 GUA address associated with the ENI becomes the primary IPv6 address.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2NetworkInterfaceAttributeCmdlet.EnaSrdSpecification_EnaSrdEnabled"> <summary> <para> <para>Indicates whether ENA Express is enabled for the network interface.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2NetworkInterfaceAttributeCmdlet.EnaSrdUdpSpecification_EnaSrdUdpEnabled"> <summary> <para> <para>Indicates whether UDP traffic to and from the instance uses ENA Express. To specify this setting, you must first enable ENA Express.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2NetworkInterfaceAttributeCmdlet.Group"> <summary> <para> <para>Changes the security groups for the network interface. The new set of groups you specify replaces the current set. You must specify at least one group, even if it's just the default security group in the VPC. You must specify the ID of the security group, not the name.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2NetworkInterfaceAttributeCmdlet.NetworkInterfaceId"> <summary> <para> <para>The ID of the network interface.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2NetworkInterfaceAttributeCmdlet.SourceDestCheck"> <summary> <para> <para>Enable or disable source/destination checks, which ensure that the instance is either the source or the destination of any traffic that it receives. If the value is <c>true</c>, source/destination checks are enabled; otherwise, they are disabled. The default value is <c>true</c>. You must disable source/destination checks if the instance runs services such as network address translation, routing, or firewalls.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2NetworkInterfaceAttributeCmdlet.ConnectionTrackingSpecification_TcpEstablishedTimeout"> <summary> <para> <para>Timeout (in seconds) for idle TCP connections in an established state. Min: 60 seconds. Max: 432000 seconds (5 days). Default: 432000 seconds. Recommended: Less than 432000 seconds.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2NetworkInterfaceAttributeCmdlet.ConnectionTrackingSpecification_UdpStreamTimeout"> <summary> <para> <para>Timeout (in seconds) for idle UDP flows classified as streams which have seen more than one request-response transaction. Min: 60 seconds. Max: 180 seconds (3 minutes). Default: 180 seconds.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2NetworkInterfaceAttributeCmdlet.ConnectionTrackingSpecification_UdpTimeout"> <summary> <para> <para>Timeout (in seconds) for idle UDP flows that have seen traffic only in a single direction or a single request-response transaction. Min: 30 seconds. Max: 60 seconds. Default: 30 seconds.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2NetworkInterfaceAttributeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyNetworkInterfaceAttributeResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2NetworkInterfaceAttributeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NetworkInterfaceId parameter. The -PassThru parameter is deprecated, use -Select '^NetworkInterfaceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2NetworkInterfaceAttributeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2PrivateDnsNameOptionCmdlet"> <summary> Modifies the options for instance hostnames for the specified instance. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2PrivateDnsNameOptionCmdlet.EnableResourceNameDnsAAAARecord"> <summary> <para> <para>Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2PrivateDnsNameOptionCmdlet.EnableResourceNameDnsARecord"> <summary> <para> <para>Indicates whether to respond to DNS queries for instance hostnames with DNS A records.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2PrivateDnsNameOptionCmdlet.InstanceId"> <summary> <para> <para>The ID of the instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2PrivateDnsNameOptionCmdlet.PrivateDnsHostnameType"> <summary> <para> <para>The type of hostname for EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 only subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2PrivateDnsNameOptionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyPrivateDnsNameOptionsResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyPrivateDnsNameOptionsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2PrivateDnsNameOptionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2PrivateDnsNameOptionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2ReservedInstanceCmdlet"> <summary> Modifies the configuration of your Reserved Instances, such as the Availability Zone, instance count, or instance type. The Reserved Instances to be modified must be identical, except for Availability Zone, network platform, and instance type. <para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-modifying.html">Modify Reserved Instances</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ReservedInstanceCmdlet.ReservedInstancesId"> <summary> <para> <para>The IDs of the Reserved Instances to modify.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ReservedInstanceCmdlet.TargetConfiguration"> <summary> <para> <para>The configuration settings for the Reserved Instances to modify.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ReservedInstanceCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive token you provide to ensure idempotency of your modification request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ReservedInstanceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ReservedInstancesModificationId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyReservedInstancesResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyReservedInstancesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ReservedInstanceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ReservedInstancesId parameter. The -PassThru parameter is deprecated, use -Select '^ReservedInstancesId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2ReservedInstanceCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2SecurityGroupRuleCmdlet"> <summary> Modifies the rules of a security group. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SecurityGroupRuleCmdlet.GroupId"> <summary> <para> <para>The ID of the security group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SecurityGroupRuleCmdlet.SecurityGroupRule"> <summary> <para> <para>Information about the security group properties to update.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SecurityGroupRuleCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifySecurityGroupRulesResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifySecurityGroupRulesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SecurityGroupRuleCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GroupId parameter. The -PassThru parameter is deprecated, use -Select '^GroupId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SecurityGroupRuleCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2SnapshotAttributeCmdlet"> <summary> Adds or removes permission settings for the specified snapshot. You may add or remove specified Amazon Web Services account IDs from a snapshot's list of create volume permissions, but you cannot do both in a single operation. If you need to both add and remove account IDs for a snapshot, you must use multiple operations. You can make up to 500 modifications to a snapshot in a single operation. <para> Encrypted snapshots and snapshots with Amazon Web Services Marketplace product codes cannot be made public. Snapshots encrypted with your default KMS key cannot be shared with other accounts. </para><para> For more information about modifying snapshot permissions, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-modifying-snapshot-permissions.html">Share a snapshot</a> in the <i>Amazon EBS User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SnapshotAttributeCmdlet.CreateVolumePermission_Add"> <summary> <para> <para>Adds the specified Amazon Web Services account ID or group to the list.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SnapshotAttributeCmdlet.Attribute"> <summary> <para> <para>The snapshot attribute to modify. Only volume creation permissions can be modified.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SnapshotAttributeCmdlet.GroupName"> <summary> <para> <para>The group to modify for the snapshot.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SnapshotAttributeCmdlet.OperationType"> <summary> <para> <para>The type of operation to perform to the attribute.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SnapshotAttributeCmdlet.CreateVolumePermission_Remove"> <summary> <para> <para>Removes the specified Amazon Web Services account ID or group from the list.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SnapshotAttributeCmdlet.SnapshotId"> <summary> <para> <para>The ID of the snapshot.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SnapshotAttributeCmdlet.UserId"> <summary> <para> <para>The account ID to modify for the snapshot.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SnapshotAttributeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifySnapshotAttributeResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SnapshotAttributeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SnapshotId parameter. The -PassThru parameter is deprecated, use -Select '^SnapshotId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SnapshotAttributeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2SnapshotTierCmdlet"> <summary> Archives an Amazon EBS snapshot. When you archive a snapshot, it is converted to a full snapshot that includes all of the blocks of data that were written to the volume at the time the snapshot was created, and moved from the standard tier to the archive tier. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshot-archive.html">Archive Amazon EBS snapshots</a> in the <i>Amazon EBS User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SnapshotTierCmdlet.SnapshotId"> <summary> <para> <para>The ID of the snapshot.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SnapshotTierCmdlet.StorageTier"> <summary> <para> <para>The name of the storage tier. You must specify <c>archive</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SnapshotTierCmdlet.Select"> <summary> 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.ModifySnapshotTierResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifySnapshotTierResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SnapshotTierCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SnapshotId parameter. The -PassThru parameter is deprecated, use -Select '^SnapshotId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SnapshotTierCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2SpotFleetRequestCmdlet"> <summary> Modifies the specified Spot Fleet request. <para> You can only modify a Spot Fleet request of type <c>maintain</c>. </para><para> While the Spot Fleet request is being modified, it is in the <c>modifying</c> state. </para><para> To scale up your Spot Fleet, increase its target capacity. The Spot Fleet launches the additional Spot Instances according to the allocation strategy for the Spot Fleet request. If the allocation strategy is <c>lowestPrice</c>, the Spot Fleet launches instances using the Spot Instance pool with the lowest price. If the allocation strategy is <c>diversified</c>, the Spot Fleet distributes the instances across the Spot Instance pools. If the allocation strategy is <c>capacityOptimized</c>, Spot Fleet launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching. </para><para> To scale down your Spot Fleet, decrease its target capacity. First, the Spot Fleet cancels any open requests that exceed the new target capacity. You can request that the Spot Fleet terminate Spot Instances until the size of the fleet no longer exceeds the new target capacity. If the allocation strategy is <c>lowestPrice</c>, the Spot Fleet terminates the instances with the highest price per unit. If the allocation strategy is <c>capacityOptimized</c>, the Spot Fleet terminates the instances in the Spot Instance pools that have the least available Spot Instance capacity. If the allocation strategy is <c>diversified</c>, the Spot Fleet terminates instances across the Spot Instance pools. Alternatively, you can request that the Spot Fleet keep the fleet at its current size, but not replace any Spot Instances that are interrupted or that you terminate manually. </para><para> If you are finished with your Spot Fleet for now, but will use it again later, you can set the target capacity to 0. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SpotFleetRequestCmdlet.Context"> <summary> <para> <para>Reserved.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SpotFleetRequestCmdlet.ExcessCapacityTerminationPolicy"> <summary> <para> <para>Indicates whether running instances should be terminated if the target capacity of the Spot Fleet request is decreased below the current size of the Spot Fleet.</para><para>Supported only for fleets of type <c>maintain</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SpotFleetRequestCmdlet.LaunchTemplateConfig"> <summary> <para> <para>The launch template and overrides. You can only use this parameter if you specified a launch template (<c>LaunchTemplateConfigs</c>) in your Spot Fleet request. If you specified <c>LaunchSpecifications</c> in your Spot Fleet request, then omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SpotFleetRequestCmdlet.OnDemandTargetCapacity"> <summary> <para> <para>The number of On-Demand Instances in the fleet.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SpotFleetRequestCmdlet.TargetCapacity"> <summary> <para> <para>The size of the fleet.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SpotFleetRequestCmdlet.SpotFleetRequestId"> <summary> <para> <para>The ID of the Spot Fleet request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SpotFleetRequestCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifySpotFleetRequestResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifySpotFleetRequestResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SpotFleetRequestCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SpotFleetRequestId parameter. The -PassThru parameter is deprecated, use -Select '^SpotFleetRequestId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SpotFleetRequestCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2SubnetAttributeCmdlet"> <summary> Modifies a subnet attribute. You can only modify one attribute at a time. <para> Use this action to modify subnets on Amazon Web Services Outposts. </para><ul><li><para> To modify a subnet on an Outpost rack, set both <c>MapCustomerOwnedIpOnLaunch</c> and <c>CustomerOwnedIpv4Pool</c>. These two parameters act as a single attribute. </para></li><li><para> To modify a subnet on an Outpost server, set either <c>EnableLniAtDeviceIndex</c> or <c>DisableLniAtDeviceIndex</c>. </para></li></ul><para> For more information about Amazon Web Services Outposts, see the following: </para><ul><li><para><a href="https://docs.aws.amazon.com/outposts/latest/userguide/how-servers-work.html">Outpost servers</a></para></li><li><para><a href="https://docs.aws.amazon.com/outposts/latest/userguide/how-racks-work.html">Outpost racks</a></para></li></ul> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SubnetAttributeCmdlet.AssignIpv6AddressOnCreation"> <summary> <para> <para>Specify <c>true</c> to indicate that network interfaces created in the specified subnet should be assigned an IPv6 address. This includes a network interface that's created when launching an instance into the subnet (the instance therefore receives an IPv6 address). </para><para>If you enable the IPv6 addressing feature for your subnet, your network interface or instance only receives an IPv6 address if it's created using version <c>2016-11-15</c> or later of the Amazon EC2 API.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SubnetAttributeCmdlet.CustomerOwnedIpv4Pool"> <summary> <para> <para>The customer-owned IPv4 address pool associated with the subnet.</para><para>You must set this value when you specify <c>true</c> for <c>MapCustomerOwnedIpOnLaunch</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SubnetAttributeCmdlet.DisableLniAtDeviceIndex"> <summary> <para> <para> Specify <c>true</c> to indicate that local network interfaces at the current position should be disabled. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SubnetAttributeCmdlet.EnableDns64"> <summary> <para> <para>Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SubnetAttributeCmdlet.EnableLniAtDeviceIndex"> <summary> <para> <para> Indicates the device position for local network interfaces in this subnet. For example, <c>1</c> indicates local network interfaces in this subnet are the secondary network interface (eth1). A local network interface cannot be the primary network interface (eth0). </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SubnetAttributeCmdlet.EnableResourceNameDnsAAAARecordOnLaunch"> <summary> <para> <para>Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SubnetAttributeCmdlet.EnableResourceNameDnsARecordOnLaunch"> <summary> <para> <para>Indicates whether to respond to DNS queries for instance hostnames with DNS A records.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SubnetAttributeCmdlet.MapCustomerOwnedIpOnLaunch"> <summary> <para> <para>Specify <c>true</c> to indicate that network interfaces attached to instances created in the specified subnet should be assigned a customer-owned IPv4 address.</para><para>When this value is <c>true</c>, you must specify the customer-owned IP pool using <c>CustomerOwnedIpv4Pool</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SubnetAttributeCmdlet.MapPublicIpOnLaunch"> <summary> <para> <para>Specify <c>true</c> to indicate that network interfaces attached to instances created in the specified subnet should be assigned a public IPv4 address.</para><para>Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses associated with running instances and Elastic IP addresses. For more information, see the <i>Public IPv4 Address</i> tab on the <a href="http://aws.amazon.com/vpc/pricing/">Amazon VPC pricing page</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SubnetAttributeCmdlet.PrivateDnsHostnameTypeOnLaunch"> <summary> <para> <para>The type of hostname to assign to instances in the subnet at launch. For IPv4-only and dual-stack (IPv4 and IPv6) subnets, an instance DNS name can be based on the instance IPv4 address (ip-name) or the instance ID (resource-name). For IPv6 only subnets, an instance DNS name must be based on the instance ID (resource-name).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SubnetAttributeCmdlet.SubnetId"> <summary> <para> <para>The ID of the subnet.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SubnetAttributeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifySubnetAttributeResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SubnetAttributeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SubnetId parameter. The -PassThru parameter is deprecated, use -Select '^SubnetId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2SubnetAttributeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorFilterNetworkServiceCmdlet"> <summary> Allows or restricts mirroring network services. <para> By default, Amazon DNS network services are not eligible for Traffic Mirror. Use <c>AddNetworkServices</c> to add network services to a Traffic Mirror filter. When a network service is added to the Traffic Mirror filter, all traffic related to that network service will be mirrored. When you no longer want to mirror network services, use <c>RemoveNetworkServices</c> to remove the network services from the Traffic Mirror filter. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorFilterNetworkServiceCmdlet.AddNetworkService"> <summary> <para> <para>The network service, for example Amazon DNS, that you want to mirror.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorFilterNetworkServiceCmdlet.RemoveNetworkService"> <summary> <para> <para>The network service, for example Amazon DNS, that you no longer want to mirror.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorFilterNetworkServiceCmdlet.TrafficMirrorFilterId"> <summary> <para> <para>The ID of the Traffic Mirror filter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorFilterNetworkServiceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TrafficMirrorFilter'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyTrafficMirrorFilterNetworkServicesResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyTrafficMirrorFilterNetworkServicesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorFilterNetworkServiceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TrafficMirrorFilterId parameter. The -PassThru parameter is deprecated, use -Select '^TrafficMirrorFilterId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorFilterNetworkServiceCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorFilterRuleCmdlet"> <summary> Modifies the specified Traffic Mirror rule. <para><c>DestinationCidrBlock</c> and <c>SourceCidrBlock</c> must both be an IPv4 range or an IPv6 range. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorFilterRuleCmdlet.Description"> <summary> <para> <para>The description to assign to the Traffic Mirror rule.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorFilterRuleCmdlet.DestinationCidrBlock"> <summary> <para> <para>The destination CIDR block to assign to the Traffic Mirror rule.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorFilterRuleCmdlet.DestinationPortRange_FromPort"> <summary> <para> <para>The first port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorFilterRuleCmdlet.SourcePortRange_FromPort"> <summary> <para> <para>The first port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorFilterRuleCmdlet.Protocol"> <summary> <para> <para>The protocol, for example TCP, to assign to the Traffic Mirror rule.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorFilterRuleCmdlet.RemoveField"> <summary> <para> <para>The properties that you want to remove from the Traffic Mirror filter rule.</para><para>When you remove a property from a Traffic Mirror filter rule, the property is set to the default.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorFilterRuleCmdlet.RuleAction"> <summary> <para> <para>The action to assign to the rule.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorFilterRuleCmdlet.RuleNumber"> <summary> <para> <para>The number of the Traffic Mirror rule. This number must be unique for each Traffic Mirror rule in a given direction. The rules are processed in ascending order by rule number.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorFilterRuleCmdlet.SourceCidrBlock"> <summary> <para> <para>The source CIDR block to assign to the Traffic Mirror rule.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorFilterRuleCmdlet.DestinationPortRange_ToPort"> <summary> <para> <para>The last port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorFilterRuleCmdlet.SourcePortRange_ToPort"> <summary> <para> <para>The last port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorFilterRuleCmdlet.TrafficDirection"> <summary> <para> <para>The type of traffic to assign to the rule.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorFilterRuleCmdlet.TrafficMirrorFilterRuleId"> <summary> <para> <para>The ID of the Traffic Mirror rule.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorFilterRuleCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TrafficMirrorFilterRule'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyTrafficMirrorFilterRuleResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyTrafficMirrorFilterRuleResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorFilterRuleCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TrafficMirrorFilterRuleId parameter. The -PassThru parameter is deprecated, use -Select '^TrafficMirrorFilterRuleId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorFilterRuleCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorSessionCmdlet"> <summary> Modifies a Traffic Mirror session. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorSessionCmdlet.Description"> <summary> <para> <para>The description to assign to the Traffic Mirror session.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorSessionCmdlet.PacketLength"> <summary> <para> <para>The number of bytes in each packet to mirror. These are bytes after the VXLAN header. To mirror a subset, set this to the length (in bytes) to mirror. For example, if you set this value to 100, then the first 100 bytes that meet the filter criteria are copied to the target. Do not specify this parameter when you want to mirror the entire packet.</para><para>For sessions with Network Load Balancer (NLB) traffic mirror targets, the default <c>PacketLength</c> will be set to 8500. Valid values are 1-8500. Setting a <c>PacketLength</c> greater than 8500 will result in an error response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorSessionCmdlet.RemoveField"> <summary> <para> <para>The properties that you want to remove from the Traffic Mirror session.</para><para>When you remove a property from a Traffic Mirror session, the property is set to the default.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorSessionCmdlet.SessionNumber"> <summary> <para> <para>The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions. The first session with a matching filter is the one that mirrors the packets.</para><para>Valid values are 1-32766.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorSessionCmdlet.TrafficMirrorFilterId"> <summary> <para> <para>The ID of the Traffic Mirror filter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorSessionCmdlet.TrafficMirrorSessionId"> <summary> <para> <para>The ID of the Traffic Mirror session.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorSessionCmdlet.TrafficMirrorTargetId"> <summary> <para> <para>The Traffic Mirror target. The target must be in the same VPC as the source, or have a VPC peering connection with the source.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorSessionCmdlet.VirtualNetworkId"> <summary> <para> <para>The virtual network ID of the Traffic Mirror session.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorSessionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TrafficMirrorSession'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyTrafficMirrorSessionResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyTrafficMirrorSessionResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorSessionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TrafficMirrorSessionId parameter. The -PassThru parameter is deprecated, use -Select '^TrafficMirrorSessionId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TrafficMirrorSessionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayCmdlet"> <summary> Modifies the specified transit gateway. When you modify a transit gateway, the modified options are applied to new transit gateway attachments only. Your existing transit gateway attachments are not modified. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayCmdlet.Options_AddTransitGatewayCidrBlock"> <summary> <para> <para>Adds IPv4 or IPv6 CIDR blocks for the transit gateway. Must be a size /24 CIDR block or larger for IPv4, or a size /64 CIDR block or larger for IPv6.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayCmdlet.Options_AmazonSideAsn"> <summary> <para> <para>A private Autonomous System Number (ASN) for the Amazon side of a BGP session. The range is 64512 to 65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs.</para><para>The modify ASN operation is not allowed on a transit gateway with active BGP sessions. You must first delete all transit gateway attachments that have BGP configured prior to modifying the ASN on the transit gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayCmdlet.Options_AssociationDefaultRouteTableId"> <summary> <para> <para>The ID of the default association route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayCmdlet.Options_AutoAcceptSharedAttachment"> <summary> <para> <para>Enable or disable automatic acceptance of attachment requests.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayCmdlet.Options_DefaultRouteTableAssociation"> <summary> <para> <para>Enable or disable automatic association with the default association route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayCmdlet.Options_DefaultRouteTablePropagation"> <summary> <para> <para>Enable or disable automatic propagation of routes to the default propagation route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayCmdlet.Description"> <summary> <para> <para>The description for the transit gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayCmdlet.Options_DnsSupport"> <summary> <para> <para>Enable or disable DNS support.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayCmdlet.Options_PropagationDefaultRouteTableId"> <summary> <para> <para>The ID of the default propagation route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayCmdlet.Options_RemoveTransitGatewayCidrBlock"> <summary> <para> <para>Removes CIDR blocks for the transit gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayCmdlet.Options_SecurityGroupReferencingSupport"> <summary> <para> <note><para>This parameter is in preview and may not be available for your account.</para></note><para>Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayCmdlet.TransitGatewayId"> <summary> <para> <para>The ID of the transit gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayCmdlet.Options_VpnEcmpSupport"> <summary> <para> <para>Enable or disable Equal Cost Multipath Protocol support.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGateway'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyTransitGatewayResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyTransitGatewayResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayPrefixListReferenceCmdlet"> <summary> Modifies a reference (route) to a prefix list in a specified transit gateway route table. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayPrefixListReferenceCmdlet.Blackhole"> <summary> <para> <para>Indicates whether to drop traffic that matches this route.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayPrefixListReferenceCmdlet.PrefixListId"> <summary> <para> <para>The ID of the prefix list.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayPrefixListReferenceCmdlet.TransitGatewayAttachmentId"> <summary> <para> <para>The ID of the attachment to which traffic is routed.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayPrefixListReferenceCmdlet.TransitGatewayRouteTableId"> <summary> <para> <para>The ID of the transit gateway route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayPrefixListReferenceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayPrefixListReference'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyTransitGatewayPrefixListReferenceResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyTransitGatewayPrefixListReferenceResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayPrefixListReferenceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayRouteTableId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayRouteTableId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayPrefixListReferenceCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayVpcAttachmentCmdlet"> <summary> Modifies the specified VPC attachment. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayVpcAttachmentCmdlet.AddSubnetId"> <summary> <para> <para>The IDs of one or more subnets to add. You can specify at most one subnet per Availability Zone.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayVpcAttachmentCmdlet.Options_ApplianceModeSupport"> <summary> <para> <para>Enable or disable support for appliance mode. If enabled, a traffic flow between a source and destination uses the same Availability Zone for the VPC attachment for the lifetime of that flow. The default is <c>disable</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayVpcAttachmentCmdlet.Options_DnsSupport"> <summary> <para> <para>Enable or disable DNS support. The default is <c>enable</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayVpcAttachmentCmdlet.Options_Ipv6Support"> <summary> <para> <para>Enable or disable IPv6 support. The default is <c>enable</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayVpcAttachmentCmdlet.RemoveSubnetId"> <summary> <para> <para>The IDs of one or more subnets to remove.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayVpcAttachmentCmdlet.Options_SecurityGroupReferencingSupport"> <summary> <para> <note><para>This parameter is in preview and may not be available for your account.</para></note><para>Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayVpcAttachmentCmdlet.TransitGatewayAttachmentId"> <summary> <para> <para>The ID of the attachment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayVpcAttachmentCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayVpcAttachment'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyTransitGatewayVpcAttachmentResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyTransitGatewayVpcAttachmentResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayVpcAttachmentCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayAttachmentId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayAttachmentId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2TransitGatewayVpcAttachmentCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessEndpointCmdlet"> <summary> Modifies the configuration of the specified Amazon Web Services Verified Access endpoint. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessEndpointCmdlet.Description"> <summary> <para> <para>A description for the Verified Access endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessEndpointCmdlet.LoadBalancerOptions_Port"> <summary> <para> <para>The IP port number.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessEndpointCmdlet.NetworkInterfaceOptions_Port"> <summary> <para> <para>The IP port number.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessEndpointCmdlet.LoadBalancerOptions_Protocol"> <summary> <para> <para>The IP protocol.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessEndpointCmdlet.NetworkInterfaceOptions_Protocol"> <summary> <para> <para>The IP protocol.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessEndpointCmdlet.LoadBalancerOptions_SubnetId"> <summary> <para> <para>The IDs of the subnets.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessEndpointCmdlet.VerifiedAccessEndpointId"> <summary> <para> <para>The ID of the Verified Access endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessEndpointCmdlet.VerifiedAccessGroupId"> <summary> <para> <para>The ID of the Verified Access group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessEndpointCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessEndpointCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VerifiedAccessEndpoint'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyVerifiedAccessEndpointResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyVerifiedAccessEndpointResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessEndpointCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VerifiedAccessEndpointId parameter. The -PassThru parameter is deprecated, use -Select '^VerifiedAccessEndpointId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessEndpointCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessEndpointPolicyCmdlet"> <summary> Modifies the specified Amazon Web Services Verified Access endpoint policy. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessEndpointPolicyCmdlet.SseSpecification_CustomerManagedKeyEnabled"> <summary> <para> <para> Enable or disable the use of customer managed KMS keys for server side encryption. </para><para>Valid values: <c>True</c> | <c>False</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessEndpointPolicyCmdlet.SseSpecification_KmsKeyArn"> <summary> <para> <para> The ARN of the KMS key. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessEndpointPolicyCmdlet.PolicyDocument"> <summary> <para> <para>The Verified Access policy document.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessEndpointPolicyCmdlet.PolicyEnabled"> <summary> <para> <para>The status of the Verified Access policy.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessEndpointPolicyCmdlet.VerifiedAccessEndpointId"> <summary> <para> <para>The ID of the Verified Access endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessEndpointPolicyCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessEndpointPolicyCmdlet.Select"> <summary> 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.ModifyVerifiedAccessEndpointPolicyResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyVerifiedAccessEndpointPolicyResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessEndpointPolicyCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VerifiedAccessEndpointId parameter. The -PassThru parameter is deprecated, use -Select '^VerifiedAccessEndpointId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessEndpointPolicyCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessGroupCmdlet"> <summary> Modifies the specified Amazon Web Services Verified Access group configuration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessGroupCmdlet.Description"> <summary> <para> <para>A description for the Verified Access group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessGroupCmdlet.VerifiedAccessGroupId"> <summary> <para> <para>The ID of the Verified Access group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessGroupCmdlet.VerifiedAccessInstanceId"> <summary> <para> <para>The ID of the Verified Access instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessGroupCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessGroupCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VerifiedAccessGroup'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyVerifiedAccessGroupResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyVerifiedAccessGroupResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessGroupCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VerifiedAccessGroupId parameter. The -PassThru parameter is deprecated, use -Select '^VerifiedAccessGroupId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessGroupCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessGroupPolicyCmdlet"> <summary> Modifies the specified Amazon Web Services Verified Access group policy. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessGroupPolicyCmdlet.SseSpecification_CustomerManagedKeyEnabled"> <summary> <para> <para> Enable or disable the use of customer managed KMS keys for server side encryption. </para><para>Valid values: <c>True</c> | <c>False</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessGroupPolicyCmdlet.SseSpecification_KmsKeyArn"> <summary> <para> <para> The ARN of the KMS key. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessGroupPolicyCmdlet.PolicyDocument"> <summary> <para> <para>The Verified Access policy document.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessGroupPolicyCmdlet.PolicyEnabled"> <summary> <para> <para>The status of the Verified Access policy.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessGroupPolicyCmdlet.VerifiedAccessGroupId"> <summary> <para> <para>The ID of the Verified Access group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessGroupPolicyCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessGroupPolicyCmdlet.Select"> <summary> 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.ModifyVerifiedAccessGroupPolicyResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyVerifiedAccessGroupPolicyResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessGroupPolicyCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VerifiedAccessGroupId parameter. The -PassThru parameter is deprecated, use -Select '^VerifiedAccessGroupId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessGroupPolicyCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessInstanceCmdlet"> <summary> Modifies the configuration of the specified Amazon Web Services Verified Access instance. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessInstanceCmdlet.Description"> <summary> <para> <para>A description for the Verified Access instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessInstanceCmdlet.VerifiedAccessInstanceId"> <summary> <para> <para>The ID of the Verified Access instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessInstanceCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessInstanceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VerifiedAccessInstance'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyVerifiedAccessInstanceResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyVerifiedAccessInstanceResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessInstanceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VerifiedAccessInstanceId parameter. The -PassThru parameter is deprecated, use -Select '^VerifiedAccessInstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessInstanceCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessInstanceLoggingConfigurationCmdlet"> <summary> Modifies the logging configuration for the specified Amazon Web Services Verified Access instance. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessInstanceLoggingConfigurationCmdlet.S3_BucketName"> <summary> <para> <para>The bucket name.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessInstanceLoggingConfigurationCmdlet.S3_BucketOwner"> <summary> <para> <para>The ID of the Amazon Web Services account that owns the Amazon S3 bucket.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessInstanceLoggingConfigurationCmdlet.KinesisDataFirehose_DeliveryStream"> <summary> <para> <para>The ID of the delivery stream.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessInstanceLoggingConfigurationCmdlet.CloudWatchLogs_Enabled"> <summary> <para> <para>Indicates whether logging is enabled.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessInstanceLoggingConfigurationCmdlet.KinesisDataFirehose_Enabled"> <summary> <para> <para>Indicates whether logging is enabled.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessInstanceLoggingConfigurationCmdlet.S3_Enabled"> <summary> <para> <para>Indicates whether logging is enabled.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessInstanceLoggingConfigurationCmdlet.AccessLogs_IncludeTrustContext"> <summary> <para> <para>Indicates whether to include trust data sent by trust providers in the logs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessInstanceLoggingConfigurationCmdlet.CloudWatchLogs_LogGroup"> <summary> <para> <para>The ID of the CloudWatch Logs log group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessInstanceLoggingConfigurationCmdlet.AccessLogs_LogVersion"> <summary> <para> <para>The logging version.</para><para>Valid values: <c>ocsf-0.1</c> | <c>ocsf-1.0.0-rc.2</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessInstanceLoggingConfigurationCmdlet.S3_Prefix"> <summary> <para> <para>The bucket prefix.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessInstanceLoggingConfigurationCmdlet.VerifiedAccessInstanceId"> <summary> <para> <para>The ID of the Verified Access instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessInstanceLoggingConfigurationCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessInstanceLoggingConfigurationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'LoggingConfiguration'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyVerifiedAccessInstanceLoggingConfigurationResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyVerifiedAccessInstanceLoggingConfigurationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessInstanceLoggingConfigurationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VerifiedAccessInstanceId parameter. The -PassThru parameter is deprecated, use -Select '^VerifiedAccessInstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessInstanceLoggingConfigurationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessTrustProviderCmdlet"> <summary> Modifies the configuration of the specified Amazon Web Services Verified Access trust provider. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessTrustProviderCmdlet.OidcOptions_AuthorizationEndpoint"> <summary> <para> <para>The OIDC authorization endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessTrustProviderCmdlet.OidcOptions_ClientId"> <summary> <para> <para>The client identifier.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessTrustProviderCmdlet.OidcOptions_ClientSecret"> <summary> <para> <para>The client secret.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessTrustProviderCmdlet.SseSpecification_CustomerManagedKeyEnabled"> <summary> <para> <para> Enable or disable the use of customer managed KMS keys for server side encryption. </para><para>Valid values: <c>True</c> | <c>False</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessTrustProviderCmdlet.Description"> <summary> <para> <para>A description for the Verified Access trust provider.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessTrustProviderCmdlet.OidcOptions_Issuer"> <summary> <para> <para>The OIDC issuer.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessTrustProviderCmdlet.SseSpecification_KmsKeyArn"> <summary> <para> <para> The ARN of the KMS key. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessTrustProviderCmdlet.DeviceOptions_PublicSigningKeyUrl"> <summary> <para> <para> The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessTrustProviderCmdlet.OidcOptions_Scope"> <summary> <para> <para>OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user's details. Each scope returns a specific set of user attributes.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessTrustProviderCmdlet.OidcOptions_TokenEndpoint"> <summary> <para> <para>The OIDC token endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessTrustProviderCmdlet.OidcOptions_UserInfoEndpoint"> <summary> <para> <para>The OIDC user info endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessTrustProviderCmdlet.VerifiedAccessTrustProviderId"> <summary> <para> <para>The ID of the Verified Access trust provider.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessTrustProviderCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessTrustProviderCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VerifiedAccessTrustProvider'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyVerifiedAccessTrustProviderResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyVerifiedAccessTrustProviderResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessTrustProviderCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VerifiedAccessTrustProviderId parameter. The -PassThru parameter is deprecated, use -Select '^VerifiedAccessTrustProviderId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VerifiedAccessTrustProviderCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2VolumeCmdlet"> <summary> You can modify several parameters of an existing EBS volume, including volume size, volume type, and IOPS capacity. If your EBS volume is attached to a current-generation EC2 instance type, you might be able to apply these changes without stopping the instance or detaching the volume from it. For more information about modifying EBS volumes, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-modify-volume.html">Amazon EBS Elastic Volumes</a> in the <i>Amazon EBS User Guide</i>. <para> When you complete a resize operation on your volume, you need to extend the volume's file-system size to take advantage of the new storage capacity. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/recognize-expanded-volume-linux.html">Extend the file system</a>. </para><para> For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/monitoring-volume-modifications.html">Monitor the progress of volume modifications</a> in the <i>Amazon EBS User Guide</i>. </para><para> With previous-generation instance types, resizing an EBS volume might require detaching and reattaching the volume or stopping and restarting the instance. </para><para> After modifying a volume, you must wait at least six hours and ensure that the volume is in the <c>in-use</c> or <c>available</c> state before you can modify the same volume. This is sometimes referred to as a cooldown period. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VolumeCmdlet.Iops"> <summary> <para> <para>The target IOPS rate of the volume. This parameter is valid only for <c>gp3</c>, <c>io1</c>, and <c>io2</c> volumes.</para><para>The following are the supported values for each volume type:</para><ul><li><para><c>gp3</c>: 3,000 - 16,000 IOPS</para></li><li><para><c>io1</c>: 100 - 64,000 IOPS</para></li><li><para><c>io2</c>: 100 - 256,000 IOPS</para></li></ul><para>For <c>io2</c> volumes, you can achieve up to 256,000 IOPS on <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html">instances built on the Nitro System</a>. On other instances, you can achieve performance up to 32,000 IOPS.</para><para>Default: The existing value is retained if you keep the same volume type. If you change the volume type to <c>io1</c>, <c>io2</c>, or <c>gp3</c>, the default is 3,000.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VolumeCmdlet.MultiAttachEnabled"> <summary> <para> <para>Specifies whether to enable Amazon EBS Multi-Attach. If you enable Multi-Attach, you can attach the volume to up to 16 <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html"> Nitro-based instances</a> in the same Availability Zone. This parameter is supported with <c>io1</c> and <c>io2</c> volumes only. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volumes-multi.html"> Amazon EBS Multi-Attach</a> in the <i>Amazon EBS User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VolumeCmdlet.Size"> <summary> <para> <para>The target size of the volume, in GiB. The target volume size must be greater than or equal to the existing size of the volume.</para><para>The following are the supported volumes sizes for each volume type:</para><ul><li><para><c>gp2</c> and <c>gp3</c>: 1 - 16,384 GiB</para></li><li><para><c>io1</c>: 4 - 16,384 GiB</para></li><li><para><c>io2</c>: 4 - 65,536 GiB</para></li><li><para><c>st1</c> and <c>sc1</c>: 125 - 16,384 GiB</para></li><li><para><c>standard</c>: 1 - 1024 GiB</para></li></ul><para>Default: The existing size is retained.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VolumeCmdlet.Throughput"> <summary> <para> <para>The target throughput of the volume, in MiB/s. This parameter is valid only for <c>gp3</c> volumes. The maximum value is 1,000.</para><para>Default: The existing value is retained if the source and target volume type is <c>gp3</c>. Otherwise, the default value is 125.</para><para>Valid Range: Minimum value of 125. Maximum value of 1000.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VolumeCmdlet.VolumeId"> <summary> <para> <para>The ID of the volume.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VolumeCmdlet.VolumeType"> <summary> <para> <para>The target EBS volume type of the volume. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volume-types.html">Amazon EBS volume types</a> in the <i>Amazon EBS User Guide</i>.</para><para>Default: The existing type is retained.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VolumeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VolumeModification'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyVolumeResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyVolumeResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VolumeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VolumeId parameter. The -PassThru parameter is deprecated, use -Select '^VolumeId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VolumeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2VolumeAttributeCmdlet"> <summary> Modifies a volume attribute. <para> By default, all I/O operations for the volume are suspended when the data on the volume is determined to be potentially inconsistent, to prevent undetectable, latent data corruption. The I/O access to the volume can be resumed by first enabling I/O access and then checking the data consistency on your volume. </para><para> You can change the default behavior to resume I/O operations. We recommend that you change this only for boot volumes or for volumes that are stateless or disposable. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VolumeAttributeCmdlet.AutoEnableIO"> <summary> <para> <para>Indicates whether the volume should be auto-enabled for I/O operations.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VolumeAttributeCmdlet.VolumeId"> <summary> <para> <para>The ID of the volume.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VolumeAttributeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyVolumeAttributeResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VolumeAttributeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VolumeId parameter. The -PassThru parameter is deprecated, use -Select '^VolumeId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VolumeAttributeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcAttributeCmdlet"> <summary> Modifies the specified attribute of the specified VPC. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcAttributeCmdlet.EnableDnsHostname"> <summary> <para> <para>Indicates whether the instances launched in the VPC get DNS hostnames. If enabled, instances in the VPC get DNS hostnames; otherwise, they do not.</para><para>You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute. You can only enable DNS hostnames if you've enabled DNS support.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcAttributeCmdlet.EnableDnsSupport"> <summary> <para> <para>Indicates whether the DNS resolution is supported for the VPC. If enabled, queries to the Amazon provided DNS server at the 169.254.169.253 IP address, or the reserved IP address at the base of the VPC network range "plus two" succeed. If disabled, the Amazon provided DNS service in the VPC that resolves public DNS hostnames to IP addresses is not enabled.</para><para>You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcAttributeCmdlet.EnableNetworkAddressUsageMetric"> <summary> <para> <para>Indicates whether Network Address Usage metrics are enabled for your VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcAttributeCmdlet.VpcId"> <summary> <para> <para>The ID of the VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcAttributeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyVpcAttributeResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcAttributeCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcAttributeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointCmdlet"> <summary> Modifies attributes of a specified VPC endpoint. The attributes that you can modify depend on the type of VPC endpoint (interface, gateway, or Gateway Load Balancer). For more information, see the <a href="https://docs.aws.amazon.com/vpc/latest/privatelink/">Amazon Web Services PrivateLink Guide</a>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointCmdlet.AddRouteTableId"> <summary> <para> <para>(Gateway endpoint) The IDs of the route tables to associate with the endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointCmdlet.AddSecurityGroupId"> <summary> <para> <para>(Interface endpoint) The IDs of the security groups to associate with the endpoint network interfaces.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointCmdlet.AddSubnetId"> <summary> <para> <para>(Interface and Gateway Load Balancer endpoints) The IDs of the subnets in which to serve the endpoint. For a Gateway Load Balancer endpoint, you can specify only one subnet.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointCmdlet.DnsOptions_DnsRecordIpType"> <summary> <para> <para>The DNS records created for the endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointCmdlet.IpAddressType"> <summary> <para> <para>The IP address type for the endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointCmdlet.PolicyDocument"> <summary> <para> <para>(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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointCmdlet.PrivateDnsEnabled"> <summary> <para> <para>(Interface endpoint) Indicates whether a private hosted zone is associated with the VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointCmdlet.DnsOptions_PrivateDnsOnlyForInboundResolverEndpoint"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointCmdlet.RemoveRouteTableId"> <summary> <para> <para>(Gateway endpoint) The IDs of the route tables to disassociate from the endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointCmdlet.RemoveSecurityGroupId"> <summary> <para> <para>(Interface endpoint) The IDs of the security groups to disassociate from the endpoint network interfaces.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointCmdlet.RemoveSubnetId"> <summary> <para> <para>(Interface endpoint) The IDs of the subnets from which to remove the endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointCmdlet.ResetPolicy"> <summary> <para> <para>(Gateway endpoint) Specify <c>true</c> to reset the policy document to the default policy. The default policy allows full access to the service.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointCmdlet.SubnetConfiguration"> <summary> <para> <para>The subnet configurations for the endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointCmdlet.VpcEndpointId"> <summary> <para> <para>The ID of the endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyVpcEndpointResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VpcEndpointId parameter. The -PassThru parameter is deprecated, use -Select '^VpcEndpointId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointConnectionNotificationCmdlet"> <summary> Modifies a connection notification for VPC endpoint or VPC endpoint service. You can change the SNS topic for the notification, or the events for which to be notified. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointConnectionNotificationCmdlet.ConnectionEvent"> <summary> <para> <para>The events for the endpoint. Valid values are <c>Accept</c>, <c>Connect</c>, <c>Delete</c>, and <c>Reject</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointConnectionNotificationCmdlet.ConnectionNotificationArn"> <summary> <para> <para>The ARN for the SNS topic for the notification.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointConnectionNotificationCmdlet.ConnectionNotificationId"> <summary> <para> <para>The ID of the notification.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointConnectionNotificationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ReturnValue'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyVpcEndpointConnectionNotificationResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyVpcEndpointConnectionNotificationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointConnectionNotificationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ConnectionNotificationId parameter. The -PassThru parameter is deprecated, use -Select '^ConnectionNotificationId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointConnectionNotificationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointServiceConfigurationCmdlet"> <summary> Modifies the attributes of your VPC endpoint service configuration. You can change the Network Load Balancers or Gateway Load Balancers for your service, and you can specify whether acceptance is required for requests to connect to your endpoint service through an interface VPC endpoint. <para> If you set or modify the private DNS name, you must prove that you own the private DNS domain name. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointServiceConfigurationCmdlet.AcceptanceRequired"> <summary> <para> <para>Indicates whether requests to create an endpoint to your service must be accepted.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointServiceConfigurationCmdlet.AddGatewayLoadBalancerArn"> <summary> <para> <para>The Amazon Resource Names (ARNs) of Gateway Load Balancers to add to your service configuration.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointServiceConfigurationCmdlet.AddNetworkLoadBalancerArn"> <summary> <para> <para>The Amazon Resource Names (ARNs) of Network Load Balancers to add to your service configuration.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointServiceConfigurationCmdlet.AddSupportedIpAddressType"> <summary> <para> <para>The IP address types to add to your service configuration.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointServiceConfigurationCmdlet.PrivateDnsName"> <summary> <para> <para>(Interface endpoint configuration) The private DNS name to assign to the endpoint service.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointServiceConfigurationCmdlet.RemoveGatewayLoadBalancerArn"> <summary> <para> <para>The Amazon Resource Names (ARNs) of Gateway Load Balancers to remove from your service configuration.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointServiceConfigurationCmdlet.RemoveNetworkLoadBalancerArn"> <summary> <para> <para>The Amazon Resource Names (ARNs) of Network Load Balancers to remove from your service configuration.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointServiceConfigurationCmdlet.RemovePrivateDnsName"> <summary> <para> <para>(Interface endpoint configuration) Removes the private DNS name of the endpoint service.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointServiceConfigurationCmdlet.RemoveSupportedIpAddressType"> <summary> <para> <para>The IP address types to remove from your service configuration.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointServiceConfigurationCmdlet.ServiceId"> <summary> <para> <para>The ID of the service.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointServiceConfigurationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyVpcEndpointServiceConfigurationResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyVpcEndpointServiceConfigurationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointServiceConfigurationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ServiceId parameter. The -PassThru parameter is deprecated, use -Select '^ServiceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointServiceConfigurationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointServicePayerResponsibilityCmdlet"> <summary> Modifies the payer responsibility for your VPC endpoint service. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointServicePayerResponsibilityCmdlet.PayerResponsibility"> <summary> <para> <para>The entity that is responsible for the endpoint costs. The default is the endpoint owner. If you set the payer responsibility to the service owner, you cannot set it back to the endpoint owner.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointServicePayerResponsibilityCmdlet.ServiceId"> <summary> <para> <para>The ID of the service.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointServicePayerResponsibilityCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ReturnValue'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyVpcEndpointServicePayerResponsibilityResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyVpcEndpointServicePayerResponsibilityResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointServicePayerResponsibilityCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ServiceId parameter. The -PassThru parameter is deprecated, use -Select '^ServiceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcEndpointServicePayerResponsibilityCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcPeeringConnectionOptionCmdlet"> <summary> Modifies the VPC peering connection options on one side of a VPC peering connection. <para> If the peered VPCs are in the same Amazon Web Services account, you can enable DNS resolution for queries from the local VPC. This ensures that queries from the local VPC resolve to private IP addresses in the peer VPC. This option is not available if the peered VPCs are in different Amazon Web Services accounts or different Regions. For peered VPCs in different Amazon Web Services accounts, each Amazon Web Services account owner must initiate a separate request to modify the peering connection options. For inter-region peering connections, you must use the Region for the requester VPC to modify the requester VPC peering options and the Region for the accepter VPC to modify the accepter VPC peering options. To verify which VPCs are the accepter and the requester for a VPC peering connection, use the <a>DescribeVpcPeeringConnections</a> command. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcPeeringConnectionOptionCmdlet.AccepterPeeringConnectionOptions_AllowDnsResolutionFromRemoteVpc"> <summary> <para> <para>If true, enables a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcPeeringConnectionOptionCmdlet.RequesterPeeringConnectionOptions_AllowDnsResolutionFromRemoteVpc"> <summary> <para> <para>If true, enables a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcPeeringConnectionOptionCmdlet.AccepterPeeringConnectionOptions_AllowEgressFromLocalClassicLinkToRemoteVpc"> <summary> <para> <para>Deprecated.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcPeeringConnectionOptionCmdlet.RequesterPeeringConnectionOptions_AllowEgressFromLocalClassicLinkToRemoteVpc"> <summary> <para> <para>Deprecated.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcPeeringConnectionOptionCmdlet.AccepterPeeringConnectionOptions_AllowEgressFromLocalVpcToRemoteClassicLink"> <summary> <para> <para>Deprecated.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcPeeringConnectionOptionCmdlet.RequesterPeeringConnectionOptions_AllowEgressFromLocalVpcToRemoteClassicLink"> <summary> <para> <para>Deprecated.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcPeeringConnectionOptionCmdlet.VpcPeeringConnectionId"> <summary> <para> <para>The ID of the VPC peering connection.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcPeeringConnectionOptionCmdlet.Select"> <summary> 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.ModifyVpcPeeringConnectionOptionsResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyVpcPeeringConnectionOptionsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcPeeringConnectionOptionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VpcPeeringConnectionId parameter. The -PassThru parameter is deprecated, use -Select '^VpcPeeringConnectionId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcPeeringConnectionOptionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcTenancyCmdlet"> <summary> Modifies the instance tenancy attribute of the specified VPC. You can change the instance tenancy attribute of a VPC to <c>default</c> only. You cannot change the instance tenancy attribute to <c>dedicated</c>. <para> After you modify the tenancy of the VPC, any new instances that you launch into the VPC have a tenancy of <c>default</c>, unless you specify otherwise during launch. The tenancy of any existing instances in the VPC is not affected. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-instance.html">Dedicated Instances</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcTenancyCmdlet.InstanceTenancy"> <summary> <para> <para>The instance tenancy attribute for the VPC. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcTenancyCmdlet.VpcId"> <summary> <para> <para>The ID of the VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcTenancyCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ReturnValue'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyVpcTenancyResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyVpcTenancyResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcTenancyCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpcTenancyCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnConnectionCmdlet"> <summary> Modifies the customer gateway or the target gateway of an Amazon Web Services Site-to-Site VPN connection. To modify the target gateway, the following migration options are available: <ul><li><para> An existing virtual private gateway to a new virtual private gateway </para></li><li><para> An existing virtual private gateway to a transit gateway </para></li><li><para> An existing transit gateway to a new transit gateway </para></li><li><para> An existing transit gateway to a virtual private gateway </para></li></ul><para> Before you perform the migration to the new gateway, you must configure the new gateway. Use <a>CreateVpnGateway</a> to create a virtual private gateway, or <a>CreateTransitGateway</a> to create a transit gateway. </para><para> This step is required when you migrate from a virtual private gateway with static routes to a transit gateway. </para><para> You must delete the static routes before you migrate to the new gateway. </para><para> Keep a copy of the static route before you delete it. You will need to add back these routes to the transit gateway after the VPN connection migration is complete. </para><para> After you migrate to the new gateway, you might need to modify your VPC route table. Use <a>CreateRoute</a> and <a>DeleteRoute</a> to make the changes described in <a href="https://docs.aws.amazon.com/vpn/latest/s2svpn/modify-vpn-target.html#step-update-routing">Update VPC route tables</a> in the <i>Amazon Web Services Site-to-Site VPN User Guide</i>. </para><para> When the new gateway is a transit gateway, modify the transit gateway route table to allow traffic between the VPC and the Amazon Web Services Site-to-Site VPN connection. Use <a>CreateTransitGatewayRoute</a> to add the routes. </para><para> If you deleted VPN static routes, you must add the static routes to the transit gateway route table. </para><para> After you perform this operation, the VPN endpoint's IP addresses on the Amazon Web Services side and the tunnel options remain intact. Your Amazon Web Services Site-to-Site VPN connection will be temporarily unavailable for a brief period while we provision the new endpoints. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnConnectionCmdlet.CustomerGatewayId"> <summary> <para> <para>The ID of the customer gateway at your end of the VPN connection.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnConnectionCmdlet.TransitGatewayId"> <summary> <para> <para>The ID of the transit gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnConnectionCmdlet.VpnConnectionId"> <summary> <para> <para>The ID of the VPN connection.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnConnectionCmdlet.VpnGatewayId"> <summary> <para> <para>The ID of the virtual private gateway at the Amazon Web Services side of the VPN connection.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnConnectionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VpnConnection'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyVpnConnectionResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyVpnConnectionResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnConnectionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VpnConnectionId parameter. The -PassThru parameter is deprecated, use -Select '^VpnConnectionId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnConnectionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnConnectionOptionCmdlet"> <summary> Modifies the connection options for your Site-to-Site VPN connection. <para> When you modify the VPN connection options, the VPN endpoint IP addresses on the Amazon Web Services side do not change, and the tunnel options do not change. Your VPN connection will be temporarily unavailable for a brief period while the VPN connection is updated. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnConnectionOptionCmdlet.LocalIpv4NetworkCidr"> <summary> <para> <para>The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.</para><para>Default: <c>0.0.0.0/0</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnConnectionOptionCmdlet.LocalIpv6NetworkCidr"> <summary> <para> <para>The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.</para><para>Default: <c>::/0</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnConnectionOptionCmdlet.RemoteIpv4NetworkCidr"> <summary> <para> <para>The IPv4 CIDR on the Amazon Web Services side of the VPN connection.</para><para>Default: <c>0.0.0.0/0</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnConnectionOptionCmdlet.RemoteIpv6NetworkCidr"> <summary> <para> <para>The IPv6 CIDR on the Amazon Web Services side of the VPN connection.</para><para>Default: <c>::/0</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnConnectionOptionCmdlet.VpnConnectionId"> <summary> <para> <para>The ID of the Site-to-Site VPN connection. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnConnectionOptionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VpnConnection'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyVpnConnectionOptionsResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyVpnConnectionOptionsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnConnectionOptionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VpnConnectionId parameter. The -PassThru parameter is deprecated, use -Select '^VpnConnectionId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnConnectionOptionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelCertificateCmdlet"> <summary> Modifies the VPN tunnel endpoint certificate. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelCertificateCmdlet.VpnConnectionId"> <summary> <para> <para>The ID of the Amazon Web Services Site-to-Site VPN connection.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelCertificateCmdlet.VpnTunnelOutsideIpAddress"> <summary> <para> <para>The external IP address of the VPN tunnel.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelCertificateCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VpnConnection'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyVpnTunnelCertificateResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyVpnTunnelCertificateResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelCertificateCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VpnConnectionId parameter. The -PassThru parameter is deprecated, use -Select '^VpnConnectionId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelCertificateCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelOptionCmdlet"> <summary> Modifies the options for a VPN tunnel in an Amazon Web Services Site-to-Site VPN connection. You can modify multiple options for a tunnel in a single request, but you can only modify one tunnel at a time. For more information, see <a href="https://docs.aws.amazon.com/vpn/latest/s2svpn/VPNTunnels.html">Site-to-Site VPN tunnel options for your Site-to-Site VPN connection</a> in the <i>Amazon Web Services Site-to-Site VPN User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelOptionCmdlet.TunnelOptions_DPDTimeoutAction"> <summary> <para> <para>The action to take after DPD timeout occurs. Specify <c>restart</c> to restart the IKE initiation. Specify <c>clear</c> to end the IKE session.</para><para>Valid Values: <c>clear</c> | <c>none</c> | <c>restart</c></para><para>Default: <c>clear</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelOptionCmdlet.TunnelOptions_DPDTimeoutSecond"> <summary> <para> <para>The number of seconds after which a DPD timeout occurs. A DPD timeout of 40 seconds means that the VPN endpoint will consider the peer dead 30 seconds after the first failed keep-alive.</para><para>Constraints: A value greater than or equal to 30.</para><para>Default: <c>40</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelOptionCmdlet.TunnelOptions_EnableTunnelLifecycleControl"> <summary> <para> <para>Turn on or off tunnel endpoint lifecycle control feature.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelOptionCmdlet.TunnelOptions_IKEVersion"> <summary> <para> <para>The IKE versions that are permitted for the VPN tunnel.</para><para>Valid values: <c>ikev1</c> | <c>ikev2</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelOptionCmdlet.CloudWatchLogOptions_LogEnabled"> <summary> <para> <para>Enable or disable VPN tunnel logging feature. Default value is <c>False</c>.</para><para>Valid values: <c>True</c> | <c>False</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelOptionCmdlet.CloudWatchLogOptions_LogGroupArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelOptionCmdlet.CloudWatchLogOptions_LogOutputFormat"> <summary> <para> <para>Set log format. Default format is <c>json</c>.</para><para>Valid values: <c>json</c> | <c>text</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelOptionCmdlet.TunnelOptions_Phase1DHGroupNumber"> <summary> <para> <para>One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for phase 1 IKE negotiations.</para><para>Valid values: <c>2</c> | <c>14</c> | <c>15</c> | <c>16</c> | <c>17</c> | <c>18</c> | <c>19</c> | <c>20</c> | <c>21</c> | <c>22</c> | <c>23</c> | <c>24</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelOptionCmdlet.TunnelOptions_Phase1EncryptionAlgorithm"> <summary> <para> <para>One or more encryption algorithms that are permitted for the VPN tunnel for phase 1 IKE negotiations.</para><para>Valid values: <c>AES128</c> | <c>AES256</c> | <c>AES128-GCM-16</c> | <c>AES256-GCM-16</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelOptionCmdlet.TunnelOptions_Phase1IntegrityAlgorithm"> <summary> <para> <para>One or more integrity algorithms that are permitted for the VPN tunnel for phase 1 IKE negotiations.</para><para>Valid values: <c>SHA1</c> | <c>SHA2-256</c> | <c>SHA2-384</c> | <c>SHA2-512</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelOptionCmdlet.TunnelOptions_Phase1LifetimeSecond"> <summary> <para> <para>The lifetime for phase 1 of the IKE negotiation, in seconds.</para><para>Constraints: A value between 900 and 28,800.</para><para>Default: <c>28800</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelOptionCmdlet.TunnelOptions_Phase2DHGroupNumber"> <summary> <para> <para>One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for phase 2 IKE negotiations.</para><para>Valid values: <c>2</c> | <c>5</c> | <c>14</c> | <c>15</c> | <c>16</c> | <c>17</c> | <c>18</c> | <c>19</c> | <c>20</c> | <c>21</c> | <c>22</c> | <c>23</c> | <c>24</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelOptionCmdlet.TunnelOptions_Phase2EncryptionAlgorithm"> <summary> <para> <para>One or more encryption algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.</para><para>Valid values: <c>AES128</c> | <c>AES256</c> | <c>AES128-GCM-16</c> | <c>AES256-GCM-16</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelOptionCmdlet.TunnelOptions_Phase2IntegrityAlgorithm"> <summary> <para> <para>One or more integrity algorithms that are permitted for the VPN tunnel for phase 2 IKE negotiations.</para><para>Valid values: <c>SHA1</c> | <c>SHA2-256</c> | <c>SHA2-384</c> | <c>SHA2-512</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelOptionCmdlet.TunnelOptions_Phase2LifetimeSecond"> <summary> <para> <para>The lifetime for phase 2 of the IKE negotiation, in seconds.</para><para>Constraints: A value between 900 and 3,600. The value must be less than the value for <c>Phase1LifetimeSeconds</c>.</para><para>Default: <c>3600</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelOptionCmdlet.TunnelOptions_PreSharedKey"> <summary> <para> <para>The pre-shared key (PSK) to establish initial authentication between the virtual private gateway and the customer gateway.</para><para>Constraints: Allowed characters are alphanumeric characters, periods (.), and underscores (_). Must be between 8 and 64 characters in length and cannot start with zero (0).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelOptionCmdlet.TunnelOptions_RekeyFuzzPercentage"> <summary> <para> <para>The percentage of the rekey window (determined by <c>RekeyMarginTimeSeconds</c>) during which the rekey time is randomly selected.</para><para>Constraints: A value between 0 and 100.</para><para>Default: <c>100</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelOptionCmdlet.TunnelOptions_RekeyMarginTimeSecond"> <summary> <para> <para>The margin time, in seconds, before the phase 2 lifetime expires, during which the Amazon Web Services side of the VPN connection performs an IKE rekey. The exact time of the rekey is randomly selected based on the value for <c>RekeyFuzzPercentage</c>.</para><para>Constraints: A value between 60 and half of <c>Phase2LifetimeSeconds</c>.</para><para>Default: <c>270</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelOptionCmdlet.TunnelOptions_ReplayWindowSize"> <summary> <para> <para>The number of packets in an IKE replay window.</para><para>Constraints: A value between 64 and 2048.</para><para>Default: <c>1024</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelOptionCmdlet.SkipTunnelReplacement"> <summary> <para> <para>Choose whether or not to trigger immediate tunnel replacement. This is only applicable when turning on or off <c>EnableTunnelLifecycleControl</c>.</para><para>Valid values: <c>True</c> | <c>False</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelOptionCmdlet.TunnelOptions_StartupAction"> <summary> <para> <para>The action to take when the establishing the tunnel for the VPN connection. By default, your customer gateway device must initiate the IKE negotiation and bring up the tunnel. Specify <c>start</c> for Amazon Web Services to initiate the IKE negotiation.</para><para>Valid Values: <c>add</c> | <c>start</c></para><para>Default: <c>add</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelOptionCmdlet.TunnelOptions_TunnelInsideCidr"> <summary> <para> <para>The range of inside IPv4 addresses for the tunnel. Any specified CIDR blocks must be unique across all VPN connections that use the same virtual private gateway. </para><para>Constraints: A size /30 CIDR block from the <c>169.254.0.0/16</c> range. The following CIDR blocks are reserved and cannot be used:</para><ul><li><para><c>169.254.0.0/30</c></para></li><li><para><c>169.254.1.0/30</c></para></li><li><para><c>169.254.2.0/30</c></para></li><li><para><c>169.254.3.0/30</c></para></li><li><para><c>169.254.4.0/30</c></para></li><li><para><c>169.254.5.0/30</c></para></li><li><para><c>169.254.169.252/30</c></para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelOptionCmdlet.TunnelOptions_TunnelInsideIpv6Cidr"> <summary> <para> <para>The range of inside IPv6 addresses for the tunnel. Any specified CIDR blocks must be unique across all VPN connections that use the same transit gateway.</para><para>Constraints: A size /126 CIDR block from the local <c>fd00::/8</c> range.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelOptionCmdlet.VpnConnectionId"> <summary> <para> <para>The ID of the Amazon Web Services Site-to-Site VPN connection.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelOptionCmdlet.VpnTunnelOutsideIpAddress"> <summary> <para> <para>The external IP address of the VPN tunnel.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelOptionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VpnConnection'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ModifyVpnTunnelOptionsResponse). Specifying the name of a property of type Amazon.EC2.Model.ModifyVpnTunnelOptionsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelOptionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VpnConnectionId parameter. The -PassThru parameter is deprecated, use -Select '^VpnConnectionId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EditEC2VpnTunnelOptionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EnableEC2AddressTransferCmdlet"> <summary> Enables Elastic IP address transfer. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-eips.html#transfer-EIPs-intro">Transfer Elastic IP addresses</a> in the <i>Amazon VPC User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2AddressTransferCmdlet.AllocationId"> <summary> <para> <para>The allocation ID of an Elastic IP address.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2AddressTransferCmdlet.TransferAccountId"> <summary> <para> <para>The ID of the account that you want to transfer the Elastic IP address to.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2AddressTransferCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'AddressTransfer'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.EnableAddressTransferResponse). Specifying the name of a property of type Amazon.EC2.Model.EnableAddressTransferResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2AddressTransferCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AllocationId parameter. The -PassThru parameter is deprecated, use -Select '^AllocationId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2AddressTransferCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EnableEC2AwsNetworkPerformanceMetricSubscriptionCmdlet"> <summary> Enables Infrastructure Performance subscriptions. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2AwsNetworkPerformanceMetricSubscriptionCmdlet.Destination"> <summary> <para> <para>The target Region (like <c>us-east-2</c>) or Availability Zone ID (like <c>use2-az2</c>) that the metric subscription is enabled for. If you use Availability Zone IDs, the Source and Destination Availability Zones must be in the same Region.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2AwsNetworkPerformanceMetricSubscriptionCmdlet.Metric"> <summary> <para> <para>The metric used for the enabled subscription.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2AwsNetworkPerformanceMetricSubscriptionCmdlet.Source"> <summary> <para> <para>The source Region (like <c>us-east-1</c>) or Availability Zone ID (like <c>use1-az1</c>) that the metric subscription is enabled for. If you use Availability Zone IDs, the Source and Destination Availability Zones must be in the same Region.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2AwsNetworkPerformanceMetricSubscriptionCmdlet.Statistic"> <summary> <para> <para>The statistic used for the enabled subscription.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2AwsNetworkPerformanceMetricSubscriptionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Output'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.EnableAwsNetworkPerformanceMetricSubscriptionResponse). Specifying the name of a property of type Amazon.EC2.Model.EnableAwsNetworkPerformanceMetricSubscriptionResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2AwsNetworkPerformanceMetricSubscriptionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EnableEC2EbsEncryptionByDefaultCmdlet"> <summary> Enables EBS encryption by default for your account in the current Region. <para> After you enable encryption by default, the EBS volumes that you create are always encrypted, either using the default KMS key or the KMS key that you specified when you created each volume. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html">Amazon EBS encryption</a> in the <i>Amazon EBS User Guide</i>. </para><para> You can specify the default KMS key for encryption by default using <a>ModifyEbsDefaultKmsKeyId</a> or <a>ResetEbsDefaultKmsKeyId</a>. </para><para> Enabling encryption by default has no effect on the encryption status of your existing volumes. </para><para> After you enable encryption by default, you can no longer launch instances using instance types that do not support encryption. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption-requirements.html#ebs-encryption_supported_instances">Supported instance types</a>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2EbsEncryptionByDefaultCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'EbsEncryptionByDefault'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.EnableEbsEncryptionByDefaultResponse). Specifying the name of a property of type Amazon.EC2.Model.EnableEbsEncryptionByDefaultResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2EbsEncryptionByDefaultCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EnableEC2FastLaunchCmdlet"> <summary> When you enable Windows fast launch for a Windows AMI, images are pre-provisioned, using snapshots to launch instances up to 65% faster. To create the optimized Windows image, Amazon EC2 launches an instance and runs through Sysprep steps, rebooting as required. Then it creates a set of reserved snapshots that are used for subsequent launches. The reserved snapshots are automatically replenished as they are used, depending on your settings for launch frequency. <note><para> You can only change these settings for Windows AMIs that you own or that have been shared with you. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2FastLaunchCmdlet.ImageId"> <summary> <para> <para>Specify the ID of the image for which to enable Windows fast launch.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2FastLaunchCmdlet.LaunchTemplate_LaunchTemplateId"> <summary> <para> <para>Specify the ID of the launch template that the AMI should use for Windows fast launch.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2FastLaunchCmdlet.LaunchTemplate_LaunchTemplateName"> <summary> <para> <para>Specify the name of the launch template that the AMI should use for Windows fast launch.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2FastLaunchCmdlet.MaxParallelLaunch"> <summary> <para> <para>The maximum number of instances that Amazon EC2 can launch at the same time to create pre-provisioned snapshots for Windows fast launch. Value must be <c>6</c> or greater.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2FastLaunchCmdlet.ResourceType"> <summary> <para> <para>The type of resource to use for pre-provisioning the AMI for Windows fast launch. Supported values include: <c>snapshot</c>, which is the default value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2FastLaunchCmdlet.SnapshotConfiguration_TargetResourceCount"> <summary> <para> <para>The number of pre-provisioned snapshots to keep on hand for a Windows fast launch enabled AMI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2FastLaunchCmdlet.LaunchTemplate_Version"> <summary> <para> <para>Specify the version of the launch template that the AMI should use for Windows fast launch.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2FastLaunchCmdlet.Select"> <summary> 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.EnableFastLaunchResponse). Specifying the name of a property of type Amazon.EC2.Model.EnableFastLaunchResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2FastLaunchCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ImageId parameter. The -PassThru parameter is deprecated, use -Select '^ImageId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2FastLaunchCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EnableEC2FastSnapshotRestoreCmdlet"> <summary> Enables fast snapshot restores for the specified snapshots in the specified Availability Zones. <para> You get the full benefit of fast snapshot restores after they enter the <c>enabled</c> state. To get the current state of fast snapshot restores, use <a>DescribeFastSnapshotRestores</a>. To disable fast snapshot restores, use <a>DisableFastSnapshotRestores</a>. </para><para> For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-fast-snapshot-restore.html">Amazon EBS fast snapshot restore</a> in the <i>Amazon EBS User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2FastSnapshotRestoreCmdlet.AvailabilityZone"> <summary> <para> <para>One or more Availability Zones. For example, <c>us-east-2a</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2FastSnapshotRestoreCmdlet.SourceSnapshotId"> <summary> <para> <para>The IDs of one or more snapshots. For example, <c>snap-1234567890abcdef0</c>. You can specify a snapshot that was shared with you from another Amazon Web Services account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2FastSnapshotRestoreCmdlet.Select"> <summary> 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.EnableFastSnapshotRestoresResponse). Specifying the name of a property of type Amazon.EC2.Model.EnableFastSnapshotRestoresResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2FastSnapshotRestoreCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EnableEC2ImageCmdlet"> <summary> Re-enables a disabled AMI. The re-enabled AMI is marked as <c>available</c> and can be used for instance launches, appears in describe operations, and can be shared. Amazon Web Services accounts, organizations, and Organizational Units that lost access to the AMI when it was disabled do not regain access automatically. Once the AMI is available, it can be shared with them again. <para> Only the AMI owner can re-enable a disabled AMI. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/disable-an-ami.html">Disable an AMI</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2ImageCmdlet.ImageId"> <summary> <para> <para>The ID of the AMI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2ImageCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.EnableImageResponse). Specifying the name of a property of type Amazon.EC2.Model.EnableImageResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2ImageCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ImageId parameter. The -PassThru parameter is deprecated, use -Select '^ImageId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2ImageCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EnableEC2ImageBlockPublicAccessCmdlet"> <summary> Enables <i>block public access for AMIs</i> at the account level in the specified Amazon Web Services Region. This prevents the public sharing of your AMIs. However, if you already have public AMIs, they will remain publicly available. <para> The API can take up to 10 minutes to configure this setting. During this time, if you run <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetImageBlockPublicAccessState.html">GetImageBlockPublicAccessState</a>, the response will be <c>unblocked</c>. When the API has completed the configuration, the response will be <c>block-new-sharing</c>. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sharingamis-intro.html#block-public-access-to-amis">Block public access to your AMIs</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2ImageBlockPublicAccessCmdlet.ImageBlockPublicAccessState"> <summary> <para> <para>Specify <c>block-new-sharing</c> to enable block public access for AMIs at the account level in the specified Region. This will block any attempt to publicly share your AMIs in the specified Region.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2ImageBlockPublicAccessCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ImageBlockPublicAccessState'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.EnableImageBlockPublicAccessResponse). Specifying the name of a property of type Amazon.EC2.Model.EnableImageBlockPublicAccessResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2ImageBlockPublicAccessCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ImageBlockPublicAccessState parameter. The -PassThru parameter is deprecated, use -Select '^ImageBlockPublicAccessState' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2ImageBlockPublicAccessCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EnableEC2ImageDeprecationCmdlet"> <summary> Enables deprecation of the specified AMI at the specified date and time. <para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-deprecate.html">Deprecate an AMI</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2ImageDeprecationCmdlet.DeprecateAt"> <summary> <para> <para>The date and time to deprecate the AMI, in UTC, in the following format: <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z. If you specify a value for seconds, Amazon EC2 rounds the seconds to the nearest minute.</para><para>You can’t specify a date in the past. The upper limit for <c>DeprecateAt</c> is 10 years from now, except for public AMIs, where the upper limit is 2 years from the creation date.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2ImageDeprecationCmdlet.ImageId"> <summary> <para> <para>The ID of the AMI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2ImageDeprecationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.EnableImageDeprecationResponse). Specifying the name of a property of type Amazon.EC2.Model.EnableImageDeprecationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2ImageDeprecationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ImageId parameter. The -PassThru parameter is deprecated, use -Select '^ImageId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2ImageDeprecationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EnableEC2ImageDeregistrationProtectionCmdlet"> <summary> Enables deregistration protection for an AMI. When deregistration protection is enabled, the AMI can't be deregistered. <para> To allow the AMI to be deregistered, you must first disable deregistration protection using <a>DisableImageDeregistrationProtection</a>. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/deregister-ami.html#ami-deregistration-protection">Protect an AMI from deregistration</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2ImageDeregistrationProtectionCmdlet.ImageId"> <summary> <para> <para>The ID of the AMI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2ImageDeregistrationProtectionCmdlet.WithCooldown"> <summary> <para> <para>If <c>true</c>, enforces deregistration protection for 24 hours after deregistration protection is disabled.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2ImageDeregistrationProtectionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.EnableImageDeregistrationProtectionResponse). Specifying the name of a property of type Amazon.EC2.Model.EnableImageDeregistrationProtectionResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2ImageDeregistrationProtectionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ImageId parameter. The -PassThru parameter is deprecated, use -Select '^ImageId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2ImageDeregistrationProtectionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EnableEC2IpamOrganizationAdminAccountCmdlet"> <summary> Enable an Organizations member account as the IPAM admin account. You cannot select the Organizations management account as the IPAM admin account. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/enable-integ-ipam.html">Enable integration with Organizations</a> in the <i>Amazon VPC IPAM User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2IpamOrganizationAdminAccountCmdlet.DelegatedAdminAccountId"> <summary> <para> <para>The Organizations member account ID that you want to enable as the IPAM account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2IpamOrganizationAdminAccountCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Success'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.EnableIpamOrganizationAdminAccountResponse). Specifying the name of a property of type Amazon.EC2.Model.EnableIpamOrganizationAdminAccountResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2IpamOrganizationAdminAccountCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the DelegatedAdminAccountId parameter. The -PassThru parameter is deprecated, use -Select '^DelegatedAdminAccountId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2IpamOrganizationAdminAccountCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EnableEC2ReachabilityAnalyzerOrganizationSharingCmdlet"> <summary> Establishes a trust relationship between Reachability Analyzer and Organizations. This operation must be performed by the management account for the organization. <para> After you establish a trust relationship, a user in the management account or a delegated administrator account can run a cross-account analysis using resources from the member accounts. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2ReachabilityAnalyzerOrganizationSharingCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ReturnValue'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.EnableReachabilityAnalyzerOrganizationSharingResponse). Specifying the name of a property of type Amazon.EC2.Model.EnableReachabilityAnalyzerOrganizationSharingResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2ReachabilityAnalyzerOrganizationSharingCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EnableEC2SerialConsoleAccessCmdlet"> <summary> Enables access to the EC2 serial console of all instances for your account. By default, access to the EC2 serial console is disabled for your account. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configure-access-to-serial-console.html#serial-console-account-access">Manage account access to the EC2 serial console</a> in the <i>Amazon EC2 User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2SerialConsoleAccessCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'SerialConsoleAccessEnabled'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.EnableSerialConsoleAccessResponse). Specifying the name of a property of type Amazon.EC2.Model.EnableSerialConsoleAccessResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2SerialConsoleAccessCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EnableEC2SnapshotBlockPublicAccessCmdlet"> <summary> Enables or modifies the <i>block public access for snapshots</i> setting at the account level for the specified Amazon Web Services Region. After you enable block public access for snapshots in a Region, users can no longer request public sharing for snapshots in that Region. Snapshots that are already publicly shared are either treated as private or they remain publicly shared, depending on the <b>State</b> that you specify. <para> If block public access is enabled in <c>block-all-sharing</c> mode, and you change the mode to <c>block-new-sharing</c>, all snapshots that were previously publicly shared are no longer treated as private and they become publicly accessible again. </para><para> For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/block-public-access-snapshots.html"> Block public access for snapshots</a> in the <i>Amazon EBS User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2SnapshotBlockPublicAccessCmdlet.State"> <summary> <para> <para>The mode in which to enable block public access for snapshots for the Region. Specify one of the following values:</para><ul><li><para><c>block-all-sharing</c> - Prevents all public sharing of snapshots in the Region. Users in the account will no longer be able to request new public sharing. Additionally, snapshots that are already publicly shared are treated as private and they are no longer publicly available.</para><note><para>If you enable block public access for snapshots in <c>block-all-sharing</c> mode, it does not change the permissions for snapshots that are already publicly shared. Instead, it prevents these snapshots from be publicly visible and publicly accessible. Therefore, the attributes for these snapshots still indicate that they are publicly shared, even though they are not publicly available.</para></note></li><li><para><c>block-new-sharing</c> - Prevents only new public sharing of snapshots in the Region. Users in the account will no longer be able to request new public sharing. However, snapshots that are already publicly shared, remain publicly available.</para></li></ul><para><c>unblocked</c> is not a valid value for <b>EnableSnapshotBlockPublicAccess</b>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2SnapshotBlockPublicAccessCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'State'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.EnableSnapshotBlockPublicAccessResponse). Specifying the name of a property of type Amazon.EC2.Model.EnableSnapshotBlockPublicAccessResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2SnapshotBlockPublicAccessCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the State parameter. The -PassThru parameter is deprecated, use -Select '^State' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2SnapshotBlockPublicAccessCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EnableEC2TransitGatewayRouteTablePropagationCmdlet"> <summary> Enables the specified attachment to propagate routes to the specified propagation route table. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2TransitGatewayRouteTablePropagationCmdlet.TransitGatewayAttachmentId"> <summary> <para> <para>The ID of the attachment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2TransitGatewayRouteTablePropagationCmdlet.TransitGatewayRouteTableAnnouncementId"> <summary> <para> <para>The ID of the transit gateway route table announcement.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2TransitGatewayRouteTablePropagationCmdlet.TransitGatewayRouteTableId"> <summary> <para> <para>The ID of the propagation route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2TransitGatewayRouteTablePropagationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Propagation'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.EnableTransitGatewayRouteTablePropagationResponse). Specifying the name of a property of type Amazon.EC2.Model.EnableTransitGatewayRouteTablePropagationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2TransitGatewayRouteTablePropagationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayRouteTableId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayRouteTableId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2TransitGatewayRouteTablePropagationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EnableEC2VgwRoutePropagationCmdlet"> <summary> Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2VgwRoutePropagationCmdlet.GatewayId"> <summary> <para> <para>The ID of the virtual private gateway that is attached to a VPC. The virtual private gateway must be attached to the same VPC that the routing tables are associated with. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2VgwRoutePropagationCmdlet.RouteTableId"> <summary> <para> <para>The ID of the route table. The routing table must be associated with the same VPC that the virtual private gateway is attached to. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2VgwRoutePropagationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.EnableVgwRoutePropagationResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2VgwRoutePropagationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the RouteTableId parameter. The -PassThru parameter is deprecated, use -Select '^RouteTableId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2VgwRoutePropagationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EnableEC2VolumeIOCmdlet"> <summary> Enables I/O operations for a volume that had I/O operations disabled because the data on the volume was potentially inconsistent. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2VolumeIOCmdlet.VolumeId"> <summary> <para> <para>The ID of the volume.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2VolumeIOCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.EnableVolumeIOResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2VolumeIOCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VolumeId parameter. The -PassThru parameter is deprecated, use -Select '^VolumeId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2VolumeIOCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EnableEC2VpcClassicLinkCmdlet"> <summary> <note><para> This action is deprecated. </para></note><para> Enables a VPC for ClassicLink. You can then link EC2-Classic instances to your ClassicLink-enabled VPC to allow communication over private IP addresses. You cannot enable your VPC for ClassicLink if any of your VPC route tables have existing routes for address ranges within the <c>10.0.0.0/8</c> IP address range, excluding local routes for VPCs in the <c>10.0.0.0/16</c> and <c>10.1.0.0/16</c> IP address ranges. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2VpcClassicLinkCmdlet.VpcId"> <summary> <para> <para>The ID of the VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2VpcClassicLinkCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.EnableVpcClassicLinkResponse). Specifying the name of a property of type Amazon.EC2.Model.EnableVpcClassicLinkResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2VpcClassicLinkCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2VpcClassicLinkCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.EnableEC2VpcClassicLinkDnsSupportCmdlet"> <summary> <note><para> This action is deprecated. </para></note><para> Enables a VPC to support DNS hostname resolution for ClassicLink. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it's linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance. </para><para> You must specify a VPC ID in the request. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2VpcClassicLinkDnsSupportCmdlet.VpcId"> <summary> <para> <para>The ID of the VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2VpcClassicLinkDnsSupportCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.EnableVpcClassicLinkDnsSupportResponse). Specifying the name of a property of type Amazon.EC2.Model.EnableVpcClassicLinkDnsSupportResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2VpcClassicLinkDnsSupportCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.EnableEC2VpcClassicLinkDnsSupportCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.ExportEC2ClientVpnClientCertificateRevocationListCmdlet"> <summary> Downloads the client certificate revocation list for the specified Client VPN endpoint. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ExportEC2ClientVpnClientCertificateRevocationListCmdlet.ClientVpnEndpointId"> <summary> <para> <para>The ID of the Client VPN endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ExportEC2ClientVpnClientCertificateRevocationListCmdlet.Select"> <summary> 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.ExportClientVpnClientCertificateRevocationListResponse). Specifying the name of a property of type Amazon.EC2.Model.ExportClientVpnClientCertificateRevocationListResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ExportEC2ClientVpnClientCertificateRevocationListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ClientVpnEndpointId parameter. The -PassThru parameter is deprecated, use -Select '^ClientVpnEndpointId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ExportEC2ClientVpnClientCertificateRevocationListCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.ExportEC2ClientVpnClientConfigurationCmdlet"> <summary> Downloads the contents of the Client VPN endpoint configuration file for the specified Client VPN endpoint. The Client VPN endpoint configuration file includes the Client VPN endpoint and certificate information clients need to establish a connection with the Client VPN endpoint. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ExportEC2ClientVpnClientConfigurationCmdlet.ClientVpnEndpointId"> <summary> <para> <para>The ID of the Client VPN endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ExportEC2ClientVpnClientConfigurationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ClientConfiguration'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ExportClientVpnClientConfigurationResponse). Specifying the name of a property of type Amazon.EC2.Model.ExportClientVpnClientConfigurationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ExportEC2ClientVpnClientConfigurationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ClientVpnEndpointId parameter. The -PassThru parameter is deprecated, use -Select '^ClientVpnEndpointId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ExportEC2ClientVpnClientConfigurationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.ExportEC2ImageCmdlet"> <summary> Exports an Amazon Machine Image (AMI) to a VM file. For more information, see <a href="https://docs.aws.amazon.com/vm-import/latest/userguide/vmexport_image.html">Exporting a VM directly from an Amazon Machine Image (AMI)</a> in the <i>VM Import/Export User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ExportEC2ImageCmdlet.Description"> <summary> <para> <para>A description of the image being exported. The maximum length is 255 characters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ExportEC2ImageCmdlet.DiskImageFormat"> <summary> <para> <para>The disk image format.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ExportEC2ImageCmdlet.ImageId"> <summary> <para> <para>The ID of the image.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ExportEC2ImageCmdlet.RoleName"> <summary> <para> <para>The name of the role that grants VM Import/Export permission to export images to your Amazon S3 bucket. If this parameter is not specified, the default role is named 'vmimport'.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ExportEC2ImageCmdlet.S3ExportLocation_S3Bucket"> <summary> <para> <para>The destination Amazon S3 bucket.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ExportEC2ImageCmdlet.S3ExportLocation_S3Prefix"> <summary> <para> <para>The prefix (logical hierarchy) in the bucket.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ExportEC2ImageCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the export image task during creation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ExportEC2ImageCmdlet.ClientToken"> <summary> <para> <para>Token to enable idempotency for export image requests.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ExportEC2ImageCmdlet.Select"> <summary> 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.ExportImageResponse). Specifying the name of a property of type Amazon.EC2.Model.ExportImageResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ExportEC2ImageCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ImageId parameter. The -PassThru parameter is deprecated, use -Select '^ImageId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ExportEC2ImageCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.ExportEC2TransitGatewayRouteCmdlet"> <summary> Exports routes from the specified transit gateway route table to the specified S3 bucket. By default, all routes are exported. Alternatively, you can filter by CIDR range. <para> The routes are saved to the specified bucket in a JSON file. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/tgw/tgw-route-tables.html#tgw-export-route-tables">Export route tables to Amazon S3</a> in the <i>Amazon Web Services Transit Gateways Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ExportEC2TransitGatewayRouteCmdlet.Filter"> <summary> <para> <para>One or more filters. The possible values are:</para><ul><li><para><c>attachment.transit-gateway-attachment-id</c> - The id of the transit gateway attachment.</para></li><li><para><c>attachment.resource-id</c> - The resource id of the transit gateway attachment.</para></li><li><para><c>route-search.exact-match</c> - The exact match of the specified filter.</para></li><li><para><c>route-search.longest-prefix-match</c> - The longest prefix that matches the route.</para></li><li><para><c>route-search.subnet-of-match</c> - The routes with a subnet that match the specified CIDR filter.</para></li><li><para><c>route-search.supernet-of-match</c> - The routes with a CIDR that encompass the CIDR filter. For example, if you have 10.0.1.0/29 and 10.0.1.0/31 routes in your route table and you specify supernet-of-match as 10.0.1.0/30, then the result returns 10.0.1.0/29.</para></li><li><para><c>state</c> - The state of the route (<c>active</c> | <c>blackhole</c>).</para></li><li><para><c>transit-gateway-route-destination-cidr-block</c> - The CIDR range.</para></li><li><para><c>type</c> - The type of route (<c>propagated</c> | <c>static</c>).</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ExportEC2TransitGatewayRouteCmdlet.S3Bucket"> <summary> <para> <para>The name of the S3 bucket.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ExportEC2TransitGatewayRouteCmdlet.TransitGatewayRouteTableId"> <summary> <para> <para>The ID of the route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ExportEC2TransitGatewayRouteCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'S3Location'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ExportTransitGatewayRoutesResponse). Specifying the name of a property of type Amazon.EC2.Model.ExportTransitGatewayRoutesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ExportEC2TransitGatewayRouteCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayRouteTableId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayRouteTableId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ExportEC2TransitGatewayRouteCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2AccountAttributeCmdlet"> <summary> Describes attributes of your Amazon Web Services account. The following are the supported account attributes: <ul><li><para><c>default-vpc</c>: The ID of the default VPC for your account, or <c>none</c>. </para></li><li><para><c>max-instances</c>: This attribute is no longer supported. The returned value does not reflect your actual vCPU limit for running On-Demand Instances. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-on-demand-instances.html#ec2-on-demand-instances-limits">On-Demand Instance Limits</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para></li><li><para><c>max-elastic-ips</c>: The maximum number of Elastic IP addresses that you can allocate. </para></li><li><para><c>supported-platforms</c>: This attribute is deprecated. </para></li><li><para><c>vpc-max-elastic-ips</c>: The maximum number of Elastic IP addresses that you can allocate. </para></li><li><para><c>vpc-max-security-groups-per-interface</c>: The maximum number of security groups that you can assign to a network interface. </para></li></ul><note><para> The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AccountAttributeCmdlet.AttributeName"> <summary> <para> <para>The account attribute names.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AccountAttributeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'AccountAttributes'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeAccountAttributesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeAccountAttributesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AccountAttributeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AttributeName parameter. The -PassThru parameter is deprecated, use -Select '^AttributeName' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2AddressCmdlet"> <summary> Describes the specified Elastic IP addresses or all of your Elastic IP addresses. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AddressCmdlet.AllocationId"> <summary> <para> <para>Information about the allocation IDs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AddressCmdlet.Filter"> <summary> <para> <para>One or more filters. Filter names and values are case-sensitive.</para><ul><li><para><c>allocation-id</c> - The allocation ID for the address.</para></li><li><para><c>association-id</c> - The association ID for the address.</para></li><li><para><c>instance-id</c> - The ID of the instance the address is associated with, if any.</para></li><li><para><c>network-border-group</c> - A unique set of Availability Zones, Local Zones, or Wavelength Zones from where Amazon Web Services advertises IP addresses. </para></li><li><para><c>network-interface-id</c> - The ID of the network interface that the address is associated with, if any.</para></li><li><para><c>network-interface-owner-id</c> - The Amazon Web Services account ID of the owner.</para></li><li><para><c>private-ip-address</c> - The private IP address associated with the Elastic IP address.</para></li><li><para><c>public-ip</c> - The Elastic IP address, or the carrier IP address.</para></li><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AddressCmdlet.PublicIp"> <summary> <para> <para>One or more Elastic IP addresses.</para><para>Default: Describes all your Elastic IP addresses.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AddressCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Addresses'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeAddressesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeAddressesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AddressCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the PublicIp parameter. The -PassThru parameter is deprecated, use -Select '^PublicIp' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2AddressesAttributeCmdlet"> <summary> Describes the attributes of the specified Elastic IP addresses. For requirements, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html#Using_Elastic_Addressing_Reverse_DNS">Using reverse DNS for email applications</a>.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AddressesAttributeCmdlet.AllocationId"> <summary> <para> <para>[EC2-VPC] The allocation IDs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AddressesAttributeCmdlet.Attribute"> <summary> <para> <para>The attribute of the IP address.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AddressesAttributeCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AddressesAttributeCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AddressesAttributeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Addresses'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeAddressesAttributeResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeAddressesAttributeResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AddressesAttributeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AllocationId parameter. The -PassThru parameter is deprecated, use -Select '^AllocationId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AddressesAttributeCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2AddressTransferCmdlet"> <summary> Describes an Elastic IP address transfer. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-eips.html#transfer-EIPs-intro">Transfer Elastic IP addresses</a> in the <i>Amazon VPC User Guide</i>. <para> When you transfer an Elastic IP address, there is a two-step handshake between the source and transfer Amazon Web Services accounts. When the source account starts the transfer, the transfer account has seven days to accept the Elastic IP address transfer. During those seven days, the source account can view the pending transfer by using this action. After seven days, the transfer expires and ownership of the Elastic IP address returns to the source account. Accepted transfers are visible to the source account for three days after the transfers have been accepted. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AddressTransferCmdlet.AllocationId"> <summary> <para> <para>The allocation IDs of Elastic IP addresses.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AddressTransferCmdlet.MaxResult"> <summary> <para> <para>The maximum number of address transfers to return in one page of results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AddressTransferCmdlet.NextToken"> <summary> <para> <para>Specify the pagination token from a previous request to retrieve the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AddressTransferCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'AddressTransfers'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeAddressTransfersResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeAddressTransfersResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AddressTransferCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2AggregateIdFormatCmdlet"> <summary> Describes the longer ID format settings for all resource types in a specific Region. This request is useful for performing a quick audit to determine whether a specific Region is fully opted in for longer IDs (17-character IDs). <para> This request only returns information about resource types that support longer IDs. </para><para> The following resource types support longer IDs: <c>bundle</c> | <c>conversion-task</c> | <c>customer-gateway</c> | <c>dhcp-options</c> | <c>elastic-ip-allocation</c> | <c>elastic-ip-association</c> | <c>export-task</c> | <c>flow-log</c> | <c>image</c> | <c>import-task</c> | <c>instance</c> | <c>internet-gateway</c> | <c>network-acl</c> | <c>network-acl-association</c> | <c>network-interface</c> | <c>network-interface-attachment</c> | <c>prefix-list</c> | <c>reservation</c> | <c>route-table</c> | <c>route-table-association</c> | <c>security-group</c> | <c>snapshot</c> | <c>subnet</c> | <c>subnet-cidr-block-association</c> | <c>volume</c> | <c>vpc</c> | <c>vpc-cidr-block-association</c> | <c>vpc-endpoint</c> | <c>vpc-peering-connection</c> | <c>vpn-connection</c> | <c>vpn-gateway</c>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AggregateIdFormatCmdlet.Select"> <summary> 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.DescribeAggregateIdFormatResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeAggregateIdFormatResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2AssociatedEnclaveCertificateIamRoleCmdlet"> <summary> Returns the IAM roles that are associated with the specified ACM (ACM) certificate. It also returns the name of the Amazon S3 bucket and the Amazon S3 object key where the certificate, certificate chain, and encrypted private key bundle are stored, and the ARN of the KMS key that's used to encrypt the private key. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AssociatedEnclaveCertificateIamRoleCmdlet.CertificateArn"> <summary> <para> <para>The ARN of the ACM certificate for which to view the associated IAM roles, encryption keys, and Amazon S3 object information.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AssociatedEnclaveCertificateIamRoleCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'AssociatedRoles'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetAssociatedEnclaveCertificateIamRolesResponse). Specifying the name of a property of type Amazon.EC2.Model.GetAssociatedEnclaveCertificateIamRolesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AssociatedEnclaveCertificateIamRoleCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the CertificateArn parameter. The -PassThru parameter is deprecated, use -Select '^CertificateArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2AssociatedIpv6PoolCidrCmdlet"> <summary> Gets information about the IPv6 CIDR block associations for a specified IPv6 address pool.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AssociatedIpv6PoolCidrCmdlet.PoolId"> <summary> <para> <para>The ID of the IPv6 address pool.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AssociatedIpv6PoolCidrCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AssociatedIpv6PoolCidrCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AssociatedIpv6PoolCidrCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Ipv6CidrAssociations'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetAssociatedIpv6PoolCidrsResponse). Specifying the name of a property of type Amazon.EC2.Model.GetAssociatedIpv6PoolCidrsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AssociatedIpv6PoolCidrCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the PoolId parameter. The -PassThru parameter is deprecated, use -Select '^PoolId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AssociatedIpv6PoolCidrCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2AvailabilityZoneCmdlet"> <summary> Describes the Availability Zones, Local Zones, and Wavelength Zones that are available to you. If there is an event impacting a zone, you can use this request to view the state and any provided messages for that zone. <para> For more information about Availability Zones, Local Zones, and Wavelength Zones, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html">Regions and zones</a> in the <i>Amazon EC2 User Guide</i>. </para><note><para> The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AvailabilityZoneCmdlet.AllAvailabilityZone"> <summary> <para> <para>Include all Availability Zones, Local Zones, and Wavelength Zones regardless of your opt-in status.</para><para>If you do not use this parameter, the results include only the zones for the Regions where you have chosen the option to opt in.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AvailabilityZoneCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>group-name</c> - For Availability Zones, use the Region name. For Local Zones, use the name of the group associated with the Local Zone (for example, <c>us-west-2-lax-1</c>) For Wavelength Zones, use the name of the group associated with the Wavelength Zone (for example, <c>us-east-1-wl1</c>).</para></li><li><para><c>message</c> - The Zone message.</para></li><li><para><c>opt-in-status</c> - The opt-in status (<c>opted-in</c> | <c>not-opted-in</c> | <c>opt-in-not-required</c>).</para></li><li><para><c>parent-zone-id</c> - The ID of the zone that handles some of the Local Zone and Wavelength Zone control plane operations, such as API calls.</para></li><li><para><c>parent-zone-name</c> - The ID of the zone that handles some of the Local Zone and Wavelength Zone control plane operations, such as API calls.</para></li><li><para><c>region-name</c> - The name of the Region for the Zone (for example, <c>us-east-1</c>).</para></li><li><para><c>state</c> - The state of the Availability Zone, the Local Zone, or the Wavelength Zone (<c>available</c>).</para></li><li><para><c>zone-id</c> - The ID of the Availability Zone (for example, <c>use1-az1</c>), the Local Zone (for example, <c>usw2-lax1-az1</c>), or the Wavelength Zone (for example, <c>us-east-1-wl1-bos-wlz-1</c>).</para></li><li><para><c>zone-name</c> - The name of the Availability Zone (for example, <c>us-east-1a</c>), the Local Zone (for example, <c>us-west-2-lax-1a</c>), or the Wavelength Zone (for example, <c>us-east-1-wl1-bos-wlz-1</c>).</para></li><li><para><c>zone-type</c> - The type of zone (<c>availability-zone</c> | <c>local-zone</c> | <c>wavelength-zone</c>).</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AvailabilityZoneCmdlet.ZoneId"> <summary> <para> <para>The IDs of the Availability Zones, Local Zones, and Wavelength Zones.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AvailabilityZoneCmdlet.ZoneName"> <summary> <para> <para>The names of the Availability Zones, Local Zones, and Wavelength Zones.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AvailabilityZoneCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'AvailabilityZones'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeAvailabilityZonesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeAvailabilityZonesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AvailabilityZoneCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ZoneName parameter. The -PassThru parameter is deprecated, use -Select '^ZoneName' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2AwsNetworkPerformanceDataCmdlet"> <summary> Gets network performance data.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AwsNetworkPerformanceDataCmdlet.DataQuery"> <summary> <para> <para>A list of network performance data queries.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AwsNetworkPerformanceDataCmdlet.EndTime"> <summary> <para> <para>The ending time for the performance data request. The end time must be formatted as <c>yyyy-mm-ddThh:mm:ss</c>. For example, <c>2022-06-12T12:00:00.000Z</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AwsNetworkPerformanceDataCmdlet.StartTime"> <summary> <para> <para>The starting time for the performance data request. The starting time must be formatted as <c>yyyy-mm-ddThh:mm:ss</c>. For example, <c>2022-06-10T12:00:00.000Z</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AwsNetworkPerformanceDataCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AwsNetworkPerformanceDataCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AwsNetworkPerformanceDataCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'DataResponses'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetAwsNetworkPerformanceDataResponse). Specifying the name of a property of type Amazon.EC2.Model.GetAwsNetworkPerformanceDataResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AwsNetworkPerformanceDataCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2AwsNetworkPerformanceMetricSubscriptionCmdlet"> <summary> Describes the current Infrastructure Performance metric subscriptions.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AwsNetworkPerformanceMetricSubscriptionCmdlet.Filter"> <summary> <para> <para>One or more filters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AwsNetworkPerformanceMetricSubscriptionCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AwsNetworkPerformanceMetricSubscriptionCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AwsNetworkPerformanceMetricSubscriptionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Subscriptions'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeAwsNetworkPerformanceMetricSubscriptionsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeAwsNetworkPerformanceMetricSubscriptionsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2AwsNetworkPerformanceMetricSubscriptionCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2BundleTaskCmdlet"> <summary> Describes the specified bundle tasks or all of your bundle tasks. <note><para> Completed bundle tasks are listed for only a limited time. If your bundle task is no longer in the list, you can still register an AMI from it. Just use <c>RegisterImage</c> with the Amazon S3 bucket name and image manifest name you provided to the bundle task. </para></note><note><para> The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2BundleTaskCmdlet.BundleId"> <summary> <para> <para>The bundle task IDs.</para><para>Default: Describes all your bundle tasks.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2BundleTaskCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>bundle-id</c> - The ID of the bundle task.</para></li><li><para><c>error-code</c> - If the task failed, the error code returned.</para></li><li><para><c>error-message</c> - If the task failed, the error message returned.</para></li><li><para><c>instance-id</c> - The ID of the instance.</para></li><li><para><c>progress</c> - The level of task completion, as a percentage (for example, 20%).</para></li><li><para><c>s3-bucket</c> - The Amazon S3 bucket to store the AMI.</para></li><li><para><c>s3-prefix</c> - The beginning of the AMI name.</para></li><li><para><c>start-time</c> - The time the task started (for example, 2013-09-15T17:15:20.000Z).</para></li><li><para><c>state</c> - The state of the task (<c>pending</c> | <c>waiting-for-shutdown</c> | <c>bundling</c> | <c>storing</c> | <c>cancelling</c> | <c>complete</c> | <c>failed</c>).</para></li><li><para><c>update-time</c> - The time of the most recent update for the task.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2BundleTaskCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'BundleTasks'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeBundleTasksResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeBundleTasksResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2BundleTaskCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the BundleId parameter. The -PassThru parameter is deprecated, use -Select '^BundleId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2ByoipCidrCmdlet"> <summary> Describes the IP address ranges that were specified in calls to <a>ProvisionByoipCidr</a>. <para> To describe the address pools that were created when you provisioned the address ranges, use <a>DescribePublicIpv4Pools</a> or <a>DescribeIpv6Pools</a>. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ByoipCidrCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>100</b>'.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ByoipCidrCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ByoipCidrCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ByoipCidrs'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeByoipCidrsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeByoipCidrsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ByoipCidrCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2CapacityBlockOfferingCmdlet"> <summary> Describes Capacity Block offerings available for purchase in the Amazon Web Services Region that you're currently using. With Capacity Blocks, you purchase a specific instance type for a period of time.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CapacityBlockOfferingCmdlet.CapacityDurationHour"> <summary> <para> <para>The number of hours for which to reserve Capacity Block.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CapacityBlockOfferingCmdlet.EndDateRange"> <summary> <para> <para>The latest end date for the Capacity Block offering.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CapacityBlockOfferingCmdlet.InstanceCount"> <summary> <para> <para>The number of instances for which to reserve capacity.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CapacityBlockOfferingCmdlet.InstanceType"> <summary> <para> <para>The type of instance for which the Capacity Block offering reserves capacity.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CapacityBlockOfferingCmdlet.StartDateRange"> <summary> <para> <para>The earliest start date for the Capacity Block offering.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CapacityBlockOfferingCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CapacityBlockOfferingCmdlet.NextToken"> <summary> <para> <para>The token to use to retrieve the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CapacityBlockOfferingCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'CapacityBlockOfferings'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeCapacityBlockOfferingsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeCapacityBlockOfferingsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CapacityBlockOfferingCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2CapacityReservationCmdlet"> <summary> Describes one or more of your Capacity Reservations. The results describe only the Capacity Reservations in the Amazon Web Services Region that you're currently using.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CapacityReservationCmdlet.CapacityReservationId"> <summary> <para> <para>The ID of the Capacity Reservation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CapacityReservationCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>instance-type</c> - The type of instance for which the Capacity Reservation reserves capacity.</para></li><li><para><c>owner-id</c> - The ID of the Amazon Web Services account that owns the Capacity Reservation.</para></li><li><para><c>instance-platform</c> - The type of operating system for which the Capacity Reservation reserves capacity.</para></li><li><para><c>availability-zone</c> - The Availability Zone of the Capacity Reservation.</para></li><li><para><c>tenancy</c> - Indicates the tenancy of the Capacity Reservation. A Capacity Reservation can have one of the following tenancy settings:</para><ul><li><para><c>default</c> - The Capacity Reservation is created on hardware that is shared with other Amazon Web Services accounts.</para></li><li><para><c>dedicated</c> - The Capacity Reservation is created on single-tenant hardware that is dedicated to a single Amazon Web Services account.</para></li></ul></li><li><para><c>outpost-arn</c> - The Amazon Resource Name (ARN) of the Outpost on which the Capacity Reservation was created.</para></li><li><para><c>state</c> - The current state of the Capacity Reservation. A Capacity Reservation can be in one of the following states:</para><ul><li><para><c>active</c>- The Capacity Reservation is active and the capacity is available for your use.</para></li><li><para><c>expired</c> - The Capacity Reservation expired automatically at the date and time specified in your request. The reserved capacity is no longer available for your use.</para></li><li><para><c>cancelled</c> - The Capacity Reservation was cancelled. The reserved capacity is no longer available for your use.</para></li><li><para><c>pending</c> - The Capacity Reservation request was successful but the capacity provisioning is still pending.</para></li><li><para><c>failed</c> - The Capacity Reservation request has failed. A request might fail due to invalid request parameters, capacity constraints, or instance limit constraints. Failed requests are retained for 60 minutes.</para></li></ul></li><li><para><c>start-date</c> - The date and time at which the Capacity Reservation was started.</para></li><li><para><c>end-date</c> - The date and time at which the Capacity Reservation expires. When a Capacity Reservation expires, the reserved capacity is released and you can no longer launch instances into it. The Capacity Reservation's state changes to expired when it reaches its end date and time.</para></li><li><para><c>end-date-type</c> - Indicates the way in which the Capacity Reservation ends. A Capacity Reservation can have one of the following end types:</para><ul><li><para><c>unlimited</c> - The Capacity Reservation remains active until you explicitly cancel it.</para></li><li><para><c>limited</c> - The Capacity Reservation expires automatically at a specified date and time.</para></li></ul></li><li><para><c>instance-match-criteria</c> - Indicates the type of instance launches that the Capacity Reservation accepts. The options include:</para><ul><li><para><c>open</c> - The Capacity Reservation accepts all instances that have matching attributes (instance type, platform, and Availability Zone). Instances that have matching attributes launch into the Capacity Reservation automatically without specifying any additional parameters.</para></li><li><para><c>targeted</c> - The Capacity Reservation only accepts instances that have matching attributes (instance type, platform, and Availability Zone), and explicitly target the Capacity Reservation. This ensures that only permitted instances can use the reserved capacity.</para></li></ul></li><li><para><c>placement-group-arn</c> - The ARN of the cluster placement group in which the Capacity Reservation was created.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CapacityReservationCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CapacityReservationCmdlet.NextToken"> <summary> <para> <para>The token to use to retrieve the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CapacityReservationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'CapacityReservations'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeCapacityReservationsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeCapacityReservationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CapacityReservationCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2CapacityReservationFleetCmdlet"> <summary> Describes one or more Capacity Reservation Fleets.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CapacityReservationFleetCmdlet.CapacityReservationFleetId"> <summary> <para> <para>The IDs of the Capacity Reservation Fleets to describe.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CapacityReservationFleetCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>state</c> - The state of the Fleet (<c>submitted</c> | <c>modifying</c> | <c>active</c> | <c>partially_fulfilled</c> | <c>expiring</c> | <c>expired</c> | <c>cancelling</c> | <c>cancelled</c> | <c>failed</c>).</para></li><li><para><c>instance-match-criteria</c> - The instance matching criteria for the Fleet. Only <c>open</c> is supported.</para></li><li><para><c>tenancy</c> - The tenancy of the Fleet (<c>default</c> | <c>dedicated</c>).</para></li><li><para><c>allocation-strategy</c> - The allocation strategy used by the Fleet. Only <c>prioritized</c> is supported.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CapacityReservationFleetCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CapacityReservationFleetCmdlet.NextToken"> <summary> <para> <para>The token to use to retrieve the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CapacityReservationFleetCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'CapacityReservationFleets'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeCapacityReservationFleetsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeCapacityReservationFleetsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CapacityReservationFleetCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2CapacityReservationUsageCmdlet"> <summary> Gets usage information about a Capacity Reservation. If the Capacity Reservation is shared, it shows usage information for the Capacity Reservation owner and each Amazon Web Services account that is currently using the shared capacity. If the Capacity Reservation is not shared, it shows only the Capacity Reservation owner's usage.<br/><br/>In the AWS.Tools.EC2 module, this cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CapacityReservationUsageCmdlet.CapacityReservationId"> <summary> <para> <para>The ID of the Capacity Reservation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CapacityReservationUsageCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CapacityReservationUsageCmdlet.NextToken"> <summary> <para> <para>The token to use to retrieve the next page of results.</para> </para> <para> <br/><b>Note:</b> In the AWS.Tools.EC2 module, this parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CapacityReservationUsageCmdlet.Select"> <summary> 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.GetCapacityReservationUsageResponse). Specifying the name of a property of type Amazon.EC2.Model.GetCapacityReservationUsageResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CapacityReservationUsageCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the CapacityReservationId parameter. The -PassThru parameter is deprecated, use -Select '^CapacityReservationId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CapacityReservationUsageCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2CarrierGatewayCmdlet"> <summary> Describes one or more of your carrier gateways.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CarrierGatewayCmdlet.CarrierGatewayId"> <summary> <para> <para>One or more carrier gateway IDs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CarrierGatewayCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>carrier-gateway-id</c> - The ID of the carrier gateway.</para></li><li><para><c>state</c> - The state of the carrier gateway (<c>pending</c> | <c>failed</c> | <c>available</c> | <c>deleting</c> | <c>deleted</c>).</para></li><li><para><c>owner-id</c> - The Amazon Web Services account ID of the owner of the carrier gateway.</para></li><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li><li><para><c>vpc-id</c> - The ID of the VPC associated with the carrier gateway.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CarrierGatewayCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CarrierGatewayCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CarrierGatewayCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'CarrierGateways'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeCarrierGatewaysResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeCarrierGatewaysResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CarrierGatewayCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClassicLinkInstanceCmdlet"> <summary> <note><para> This action is deprecated. </para></note><para> Describes your linked EC2-Classic instances. This request only returns information about EC2-Classic instances linked to a VPC through ClassicLink. You cannot use this request to return information about other instances. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClassicLinkInstanceCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>group-id</c> - The ID of a VPC security group that's associated with the instance.</para></li><li><para><c>instance-id</c> - The ID of the instance.</para></li><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li><li><para><c>vpc-id</c> - The ID of the VPC to which the instance is linked.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClassicLinkInstanceCmdlet.InstanceId"> <summary> <para> <para>The instance IDs. Must be instances linked to a VPC through ClassicLink.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClassicLinkInstanceCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para><para>Constraint: If the value is greater than 1000, we return only 1000 items.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClassicLinkInstanceCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClassicLinkInstanceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Instances'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeClassicLinkInstancesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeClassicLinkInstancesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClassicLinkInstanceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClassicLinkInstanceCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnAuthorizationRuleCmdlet"> <summary> Describes the authorization rules for a specified Client VPN endpoint.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnAuthorizationRuleCmdlet.ClientVpnEndpointId"> <summary> <para> <para>The ID of the Client VPN endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnAuthorizationRuleCmdlet.Filter"> <summary> <para> <para>One or more filters. Filter names and values are case-sensitive.</para><ul><li><para><c>description</c> - The description of the authorization rule.</para></li><li><para><c>destination-cidr</c> - The CIDR of the network to which the authorization rule applies.</para></li><li><para><c>group-id</c> - The ID of the Active Directory group to which the authorization rule grants access.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnAuthorizationRuleCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnAuthorizationRuleCmdlet.NextToken"> <summary> <para> <para>The token to retrieve the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnAuthorizationRuleCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'AuthorizationRules'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeClientVpnAuthorizationRulesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeClientVpnAuthorizationRulesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnAuthorizationRuleCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnConnectionCmdlet"> <summary> Describes active client connections and connections that have been terminated within the last 60 minutes for the specified Client VPN endpoint.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnConnectionCmdlet.ClientVpnEndpointId"> <summary> <para> <para>The ID of the Client VPN endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnConnectionCmdlet.Filter"> <summary> <para> <para>One or more filters. Filter names and values are case-sensitive.</para><ul><li><para><c>connection-id</c> - The ID of the connection.</para></li><li><para><c>username</c> - For Active Directory client authentication, the user name of the client who established the client connection.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnConnectionCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnConnectionCmdlet.NextToken"> <summary> <para> <para>The token to retrieve the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnConnectionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Connections'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeClientVpnConnectionsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeClientVpnConnectionsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnConnectionCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnEndpointCmdlet"> <summary> Describes one or more Client VPN endpoints in the account.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnEndpointCmdlet.ClientVpnEndpointId"> <summary> <para> <para>The ID of the Client VPN endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnEndpointCmdlet.Filter"> <summary> <para> <para>One or more filters. Filter names and values are case-sensitive.</para><ul><li><para><c>endpoint-id</c> - The ID of the Client VPN endpoint.</para></li><li><para><c>transport-protocol</c> - The transport protocol (<c>tcp</c> | <c>udp</c>).</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnEndpointCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnEndpointCmdlet.NextToken"> <summary> <para> <para>The token to retrieve the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnEndpointCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ClientVpnEndpoints'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeClientVpnEndpointsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeClientVpnEndpointsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnEndpointCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnRouteCmdlet"> <summary> Describes the routes for the specified Client VPN endpoint.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnRouteCmdlet.ClientVpnEndpointId"> <summary> <para> <para>The ID of the Client VPN endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnRouteCmdlet.Filter"> <summary> <para> <para>One or more filters. Filter names and values are case-sensitive.</para><ul><li><para><c>destination-cidr</c> - The CIDR of the route destination.</para></li><li><para><c>origin</c> - How the route was associated with the Client VPN endpoint (<c>associate</c> | <c>add-route</c>).</para></li><li><para><c>target-subnet</c> - The ID of the subnet through which traffic is routed.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnRouteCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnRouteCmdlet.NextToken"> <summary> <para> <para>The token to retrieve the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnRouteCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Routes'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeClientVpnRoutesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeClientVpnRoutesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnRouteCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnTargetNetworkCmdlet"> <summary> Describes the target networks associated with the specified Client VPN endpoint.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnTargetNetworkCmdlet.AssociationId"> <summary> <para> <para>The IDs of the target network associations.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnTargetNetworkCmdlet.ClientVpnEndpointId"> <summary> <para> <para>The ID of the Client VPN endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnTargetNetworkCmdlet.Filter"> <summary> <para> <para>One or more filters. Filter names and values are case-sensitive.</para><ul><li><para><c>association-id</c> - The ID of the association.</para></li><li><para><c>target-network-id</c> - The ID of the subnet specified as the target network.</para></li><li><para><c>vpc-id</c> - The ID of the VPC in which the target network is located.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnTargetNetworkCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnTargetNetworkCmdlet.NextToken"> <summary> <para> <para>The token to retrieve the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnTargetNetworkCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ClientVpnTargetNetworks'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeClientVpnTargetNetworksResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeClientVpnTargetNetworksResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ClientVpnTargetNetworkCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2CoipPoolCmdlet"> <summary> Describes the specified customer-owned address pools or all of your customer-owned address pools.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CoipPoolCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>coip-pool.local-gateway-route-table-id</c> - The ID of the local gateway route table.</para></li><li><para><c>coip-pool.pool-id</c> - The ID of the address pool.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CoipPoolCmdlet.PoolId"> <summary> <para> <para>The IDs of the address pools.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CoipPoolCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CoipPoolCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CoipPoolCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'CoipPools'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeCoipPoolsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeCoipPoolsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CoipPoolCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2CoipPoolUsageCmdlet"> <summary> Describes the allocations from the specified customer-owned address pool.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CoipPoolUsageCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>coip-address-usage.allocation-id</c> - The allocation ID of the address.</para></li><li><para><c>coip-address-usage.aws-account-id</c> - The ID of the Amazon Web Services account that is using the customer-owned IP address.</para></li><li><para><c>coip-address-usage.aws-service</c> - The Amazon Web Services service that is using the customer-owned IP address.</para></li><li><para><c>coip-address-usage.co-ip</c> - The customer-owned IP address.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CoipPoolUsageCmdlet.PoolId"> <summary> <para> <para>The ID of the address pool.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CoipPoolUsageCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CoipPoolUsageCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CoipPoolUsageCmdlet.Select"> <summary> 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.GetCoipPoolUsageResponse). Specifying the name of a property of type Amazon.EC2.Model.GetCoipPoolUsageResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CoipPoolUsageCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the PoolId parameter. The -PassThru parameter is deprecated, use -Select '^PoolId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CoipPoolUsageCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2ConsoleOutputCmdlet"> <summary> Gets the console output for the specified instance. For Linux instances, the instance console output displays the exact console output that would normally be displayed on a physical monitor attached to a computer. For Windows instances, the instance console output includes the last three system event log errors. <para> By default, the console output returns buffered information that was posted shortly after an instance transition state (start, stop, reboot, or terminate). This information is available for at least one hour after the most recent post. Only the most recent 64 KB of console output is available. </para><para> You can optionally retrieve the latest serial console output at any time during the instance lifecycle. This option is supported on instance types that use the Nitro hypervisor. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-console.html#instance-console-console-output">Instance console output</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ConsoleOutputCmdlet.InstanceId"> <summary> <para> <para>The ID of the instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ConsoleOutputCmdlet.Latest"> <summary> <para> <para>When enabled, retrieves the latest console output for the instance.</para><para>Default: disabled (<c>false</c>)</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ConsoleOutputCmdlet.Select"> <summary> 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.GetConsoleOutputResponse). Specifying the name of a property of type Amazon.EC2.Model.GetConsoleOutputResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ConsoleOutputCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2ConsoleScreenshotCmdlet"> <summary> Retrieve a JPG-format screenshot of a running instance to help with troubleshooting. <para> The returned content is Base64-encoded. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/troubleshoot-unreachable-instance.html#instance-console-console-output">Instance console output</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ConsoleScreenshotCmdlet.InstanceId"> <summary> <para> <para>The ID of the instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ConsoleScreenshotCmdlet.WakeUp"> <summary> <para> <para>When set to <c>true</c>, acts as keystroke input and wakes up an instance that's in standby or "sleep" mode.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ConsoleScreenshotCmdlet.Select"> <summary> 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.GetConsoleScreenshotResponse). Specifying the name of a property of type Amazon.EC2.Model.GetConsoleScreenshotResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ConsoleScreenshotCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2CreditSpecificationCmdlet"> <summary> Describes the credit option for CPU usage of the specified burstable performance instances. The credit options are <c>standard</c> and <c>unlimited</c>. <para> If you do not specify an instance ID, Amazon EC2 returns burstable performance instances with the <c>unlimited</c> credit option, as well as instances that were previously configured as T2, T3, and T3a with the <c>unlimited</c> credit option. For example, if you resize a T2 instance, while it is configured as <c>unlimited</c>, to an M4 instance, Amazon EC2 returns the M4 instance. </para><para> If you specify one or more instance IDs, Amazon EC2 returns the credit option (<c>standard</c> or <c>unlimited</c>) of those instances. If you specify an instance ID that is not valid, such as an instance that is not a burstable performance instance, an error is returned. </para><para> Recently terminated instances might appear in the returned results. This interval is usually less than one hour. </para><para> If an Availability Zone is experiencing a service disruption and you specify instance IDs in the affected zone, or do not specify any instance IDs at all, the call fails. If you specify only instance IDs in an unaffected zone, the call works normally. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html">Burstable performance instances</a> in the <i>Amazon EC2 User Guide</i>. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CreditSpecificationCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>instance-id</c> - The ID of the instance.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CreditSpecificationCmdlet.InstanceId"> <summary> <para> <para>The instance IDs.</para><para>Default: Describes all your instances.</para><para>Constraints: Maximum 1000 explicitly specified instance IDs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CreditSpecificationCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para><para>You cannot specify this parameter and the instance IDs parameter in the same call.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CreditSpecificationCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CreditSpecificationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InstanceCreditSpecifications'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeInstanceCreditSpecificationsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeInstanceCreditSpecificationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CreditSpecificationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CreditSpecificationCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2CustomerGatewayCmdlet"> <summary> Describes one or more of your VPN customer gateways. <para> For more information, see <a href="https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html">Amazon Web Services Site-to-Site VPN</a> in the <i>Amazon Web Services Site-to-Site VPN User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CustomerGatewayCmdlet.CustomerGatewayId"> <summary> <para> <para>One or more customer gateway IDs.</para><para>Default: Describes all your customer gateways.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CustomerGatewayCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>bgp-asn</c> - The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN).</para></li><li><para><c>customer-gateway-id</c> - The ID of the customer gateway.</para></li><li><para><c>ip-address</c> - The IP address of the customer gateway device's external interface.</para></li><li><para><c>state</c> - The state of the customer gateway (<c>pending</c> | <c>available</c> | <c>deleting</c> | <c>deleted</c>).</para></li><li><para><c>type</c> - The type of customer gateway. Currently, the only supported type is <c>ipsec.1</c>.</para></li><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CustomerGatewayCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'CustomerGateways'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeCustomerGatewaysResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeCustomerGatewaysResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2CustomerGatewayCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the CustomerGatewayId parameter. The -PassThru parameter is deprecated, use -Select '^CustomerGatewayId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2DefaultCreditSpecificationCmdlet"> <summary> Describes the default credit option for CPU usage of a burstable performance instance family. <para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html">Burstable performance instances</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2DefaultCreditSpecificationCmdlet.InstanceFamily"> <summary> <para> <para>The instance family.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2DefaultCreditSpecificationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InstanceFamilyCreditSpecification'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetDefaultCreditSpecificationResponse). Specifying the name of a property of type Amazon.EC2.Model.GetDefaultCreditSpecificationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2DefaultCreditSpecificationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceFamily parameter. The -PassThru parameter is deprecated, use -Select '^InstanceFamily' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2DhcpOptionCmdlet"> <summary> Describes your DHCP option sets. The default is to describe all your DHCP option sets. Alternatively, you can specify specific DHCP option set IDs or filter the results to include only the DHCP option sets that match specific criteria. <para> For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_DHCP_Options.html">DHCP option sets</a> in the <i>Amazon VPC User Guide</i>. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2DhcpOptionCmdlet.DhcpOptionsId"> <summary> <para> <para>The IDs of DHCP option sets.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2DhcpOptionCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>dhcp-options-id</c> - The ID of a DHCP options set.</para></li><li><para><c>key</c> - The key for one of the options (for example, <c>domain-name</c>).</para></li><li><para><c>value</c> - The value for one of the options.</para></li><li><para><c>owner-id</c> - The ID of the Amazon Web Services account that owns the DHCP options set.</para></li><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2DhcpOptionCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2DhcpOptionCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2DhcpOptionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'DhcpOptions'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeDhcpOptionsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeDhcpOptionsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2DhcpOptionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the DhcpOptionsId parameter. The -PassThru parameter is deprecated, use -Select '^DhcpOptionsId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2DhcpOptionCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2EbsDefaultKmsKeyIdCmdlet"> <summary> Describes the default KMS key for EBS encryption by default for your account in this Region. You can change the default KMS key for encryption by default using <a>ModifyEbsDefaultKmsKeyId</a> or <a>ResetEbsDefaultKmsKeyId</a>. <para> For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html">Amazon EBS encryption</a> in the <i>Amazon EBS User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2EbsDefaultKmsKeyIdCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'KmsKeyId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetEbsDefaultKmsKeyIdResponse). Specifying the name of a property of type Amazon.EC2.Model.GetEbsDefaultKmsKeyIdResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2EbsEncryptionByDefaultCmdlet"> <summary> Describes whether EBS encryption by default is enabled for your account in the current Region. <para> For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html">Amazon EBS encryption</a> in the <i>Amazon EBS User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2EbsEncryptionByDefaultCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'EbsEncryptionByDefault'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetEbsEncryptionByDefaultResponse). Specifying the name of a property of type Amazon.EC2.Model.GetEbsEncryptionByDefaultResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2EgressOnlyInternetGatewayListCmdlet"> <summary> Describes your egress-only internet gateways. The default is to describe all your egress-only internet gateways. Alternatively, you can specify specific egress-only internet gateway IDs or filter the results to include only the egress-only internet gateways that match specific criteria.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2EgressOnlyInternetGatewayListCmdlet.EgressOnlyInternetGatewayId"> <summary> <para> <para>The IDs of the egress-only internet gateways.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2EgressOnlyInternetGatewayListCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2EgressOnlyInternetGatewayListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2EgressOnlyInternetGatewayListCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2EgressOnlyInternetGatewayListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'EgressOnlyInternetGateways'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeEgressOnlyInternetGatewaysResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeEgressOnlyInternetGatewaysResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2EgressOnlyInternetGatewayListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2ElasticGpuCmdlet"> <summary> <note><para> Amazon Elastic Graphics reached end of life on January 8, 2024. For workloads that require graphics acceleration, we recommend that you use Amazon EC2 G4, G5, or G6 instances. </para></note><para> Describes the Elastic Graphics accelerator associated with your instances. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ElasticGpuCmdlet.ElasticGpuId"> <summary> <para> <para>The Elastic Graphics accelerator IDs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ElasticGpuCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>availability-zone</c> - The Availability Zone in which the Elastic Graphics accelerator resides.</para></li><li><para><c>elastic-gpu-health</c> - The status of the Elastic Graphics accelerator (<c>OK</c> | <c>IMPAIRED</c>).</para></li><li><para><c>elastic-gpu-state</c> - The state of the Elastic Graphics accelerator (<c>ATTACHED</c>).</para></li><li><para><c>elastic-gpu-type</c> - The type of Elastic Graphics accelerator; for example, <c>eg1.medium</c>.</para></li><li><para><c>instance-id</c> - The ID of the instance to which the Elastic Graphics accelerator is associated.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ElasticGpuCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned <c>NextToken</c> value. This value can be between 5 and 1000.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ElasticGpuCmdlet.NextToken"> <summary> <para> <para>The token to request the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ElasticGpuCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ElasticGpuSet'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeElasticGpusResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeElasticGpusResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ElasticGpuCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2EndpointConnectionCmdlet"> <summary> Describes the VPC endpoint connections to your VPC endpoint services, including any endpoints that are pending your acceptance.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2EndpointConnectionCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>ip-address-type</c> - The IP address type (<c>ipv4</c> | <c>ipv6</c>).</para></li><li><para><c>service-id</c> - The ID of the service.</para></li><li><para><c>vpc-endpoint-owner</c> - The ID of the Amazon Web Services account ID that owns the endpoint.</para></li><li><para><c>vpc-endpoint-state</c> - The state of the endpoint (<c>pendingAcceptance</c> | <c>pending</c> | <c>available</c> | <c>deleting</c> | <c>deleted</c> | <c>rejected</c> | <c>failed</c>).</para></li><li><para><c>vpc-endpoint-id</c> - The ID of the endpoint.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2EndpointConnectionCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned <c>NextToken</c> value. This value can be between 5 and 1,000; if <c>MaxResults</c> is given a value larger than 1,000, only 1,000 results are returned.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2EndpointConnectionCmdlet.NextToken"> <summary> <para> <para>The token to retrieve the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2EndpointConnectionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VpcEndpointConnections'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeVpcEndpointConnectionsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeVpcEndpointConnectionsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2EndpointConnectionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Filter parameter. The -PassThru parameter is deprecated, use -Select '^Filter' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2EndpointConnectionCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2EndpointConnectionNotificationCmdlet"> <summary> Describes the connection notifications for VPC endpoints and VPC endpoint services.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2EndpointConnectionNotificationCmdlet.ConnectionNotificationId"> <summary> <para> <para>The ID of the notification.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2EndpointConnectionNotificationCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>connection-notification-arn</c> - The ARN of the SNS topic for the notification.</para></li><li><para><c>connection-notification-id</c> - The ID of the notification.</para></li><li><para><c>connection-notification-state</c> - The state of the notification (<c>Enabled</c> | <c>Disabled</c>).</para></li><li><para><c>connection-notification-type</c> - The type of notification (<c>Topic</c>).</para></li><li><para><c>service-id</c> - The ID of the endpoint service.</para></li><li><para><c>vpc-endpoint-id</c> - The ID of the VPC endpoint.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2EndpointConnectionNotificationCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return in a single call. To retrieve the remaining results, make another request with the returned <c>NextToken</c> value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2EndpointConnectionNotificationCmdlet.NextToken"> <summary> <para> <para>The token to request the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2EndpointConnectionNotificationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ConnectionNotificationSet'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeVpcEndpointConnectionNotificationsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeVpcEndpointConnectionNotificationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2EndpointConnectionNotificationCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2EndpointServiceConfigurationCmdlet"> <summary> Describes the VPC endpoint service configurations in your account (your services).<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2EndpointServiceConfigurationCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>service-name</c> - The name of the service.</para></li><li><para><c>service-id</c> - The ID of the service.</para></li><li><para><c>service-state</c> - The state of the service (<c>Pending</c> | <c>Available</c> | <c>Deleting</c> | <c>Deleted</c> | <c>Failed</c>). </para></li><li><para><c>supported-ip-address-types</c> - The IP address type (<c>ipv4</c> | <c>ipv6</c>).</para></li><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2EndpointServiceConfigurationCmdlet.ServiceId"> <summary> <para> <para>The IDs of the endpoint services.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2EndpointServiceConfigurationCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned <c>NextToken</c> value. This value can be between 5 and 1,000; if <c>MaxResults</c> is given a value larger than 1,000, only 1,000 results are returned.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2EndpointServiceConfigurationCmdlet.NextToken"> <summary> <para> <para>The token to retrieve the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2EndpointServiceConfigurationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ServiceConfigurations'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeVpcEndpointServiceConfigurationsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeVpcEndpointServiceConfigurationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2EndpointServiceConfigurationCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2EndpointServicePermissionCmdlet"> <summary> Describes the principals (service consumers) that are permitted to discover your VPC endpoint service.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2EndpointServicePermissionCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>principal</c> - The ARN of the principal.</para></li><li><para><c>principal-type</c> - The principal type (<c>All</c> | <c>Service</c> | <c>OrganizationUnit</c> | <c>Account</c> | <c>User</c> | <c>Role</c>).</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2EndpointServicePermissionCmdlet.ServiceId"> <summary> <para> <para>The ID of the service.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2EndpointServicePermissionCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned <c>NextToken</c> value. This value can be between 5 and 1,000; if <c>MaxResults</c> is given a value larger than 1,000, only 1,000 results are returned.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2EndpointServicePermissionCmdlet.NextToken"> <summary> <para> <para>The token to retrieve the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2EndpointServicePermissionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'AllowedPrincipals'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeVpcEndpointServicePermissionsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeVpcEndpointServicePermissionsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2EndpointServicePermissionCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2ExportImageTaskCmdlet"> <summary> Describes the specified export image tasks or all of your export image tasks.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ExportImageTaskCmdlet.ExportImageTaskId"> <summary> <para> <para>The IDs of the export image tasks.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ExportImageTaskCmdlet.Filter"> <summary> <para> <para>Filter tasks using the <c>task-state</c> filter and one of the following values: <c>active</c>, <c>completed</c>, <c>deleting</c>, or <c>deleted</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ExportImageTaskCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return in a single call.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ExportImageTaskCmdlet.NextToken"> <summary> <para> <para>A token that indicates the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ExportImageTaskCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ExportImageTasks'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeExportImageTasksResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeExportImageTasksResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ExportImageTaskCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ExportImageTaskId parameter. The -PassThru parameter is deprecated, use -Select '^ExportImageTaskId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ExportImageTaskCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2ExportTaskCmdlet"> <summary> Describes the specified export instance tasks or all of your export instance tasks. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ExportTaskCmdlet.ExportTaskId"> <summary> <para> <para>The export task IDs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ExportTaskCmdlet.Filter"> <summary> <para> <para>the filters for the export tasks.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ExportTaskCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ExportTasks'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeExportTasksResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeExportTasksResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ExportTaskCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ExportTaskId parameter. The -PassThru parameter is deprecated, use -Select '^ExportTaskId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2FastLaunchImageCmdlet"> <summary> Describe details for Windows AMIs that are configured for Windows fast launch.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FastLaunchImageCmdlet.Filter"> <summary> <para> <para>Use the following filters to streamline results.</para><ul><li><para><c>resource-type</c> - The resource type for pre-provisioning.</para></li><li><para><c>owner-id</c> - The owner ID for the pre-provisioning resource.</para></li><li><para><c>state</c> - The current state of fast launching for the Windows AMI.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FastLaunchImageCmdlet.ImageId"> <summary> <para> <para>Specify one or more Windows AMI image IDs for the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FastLaunchImageCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FastLaunchImageCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FastLaunchImageCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'FastLaunchImages'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeFastLaunchImagesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeFastLaunchImagesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FastLaunchImageCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2FastSnapshotRestoreCmdlet"> <summary> Describes the state of fast snapshot restores for your snapshots.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FastSnapshotRestoreCmdlet.Filter"> <summary> <para> <para>The filters. The possible values are:</para><ul><li><para><c>availability-zone</c>: The Availability Zone of the snapshot.</para></li><li><para><c>owner-id</c>: The ID of the Amazon Web Services account that enabled fast snapshot restore on the snapshot.</para></li><li><para><c>snapshot-id</c>: The ID of the snapshot.</para></li><li><para><c>state</c>: The state of fast snapshot restores for the snapshot (<c>enabling</c> | <c>optimizing</c> | <c>enabled</c> | <c>disabling</c> | <c>disabled</c>).</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FastSnapshotRestoreCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FastSnapshotRestoreCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FastSnapshotRestoreCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'FastSnapshotRestores'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeFastSnapshotRestoresResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeFastSnapshotRestoresResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FastSnapshotRestoreCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Filter parameter. The -PassThru parameter is deprecated, use -Select '^Filter' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FastSnapshotRestoreCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2FleetHistoryCmdlet"> <summary> Describes the events for the specified EC2 Fleet during the specified time. <para> EC2 Fleet events are delayed by up to 30 seconds before they can be described. This ensures that you can query by the last evaluated time and not miss a recorded event. EC2 Fleet events are available for 48 hours. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/fleet-monitor.html">Monitor fleet events using Amazon EventBridge</a> in the <i>Amazon EC2 User Guide</i>. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FleetHistoryCmdlet.EventType"> <summary> <para> <para>The type of events to describe. By default, all events are described.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FleetHistoryCmdlet.FleetId"> <summary> <para> <para>The ID of the EC2 Fleet.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FleetHistoryCmdlet.UtcStartTime"> <summary> <para> <para>The start date and time for the events, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FleetHistoryCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FleetHistoryCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FleetHistoryCmdlet.StartTime"> <summary> <para> <para>This property is deprecated. Setting this property results in non-UTC DateTimes not being marshalled correctly. Use StartTimeUtc instead. Setting either StartTime or StartTimeUtc results in both StartTime and StartTimeUtc being assigned, the latest assignment to either one of the two property is reflected in the value of both. StartTime is provided for backwards compatibility only and assigning a non-Utc DateTime to it results in the wrong timestamp being passed to the service.</para><para>The start date and time for the events, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</para> </para> <para>This parameter is deprecated.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FleetHistoryCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'HistoryRecords'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeFleetHistoryResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeFleetHistoryResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FleetHistoryCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2FleetInstanceListCmdlet"> <summary> Describes the running instances for the specified EC2 Fleet. <note><para> Currently, <c>DescribeFleetInstances</c> does not support fleets of type <c>instant</c>. Instead, use <c>DescribeFleets</c>, specifying the <c>instant</c> fleet ID in the request. </para></note><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-ec2-fleet.html#monitor-ec2-fleet">Describe your EC2 Fleet</a> in the <i>Amazon EC2 User Guide</i>. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FleetInstanceListCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>instance-type</c> - The instance type.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FleetInstanceListCmdlet.FleetId"> <summary> <para> <para>The ID of the EC2 Fleet.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FleetInstanceListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FleetInstanceListCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FleetInstanceListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ActiveInstances'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeFleetInstancesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeFleetInstancesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FleetInstanceListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2FleetListCmdlet"> <summary> Describes the specified EC2 Fleet or all of your EC2 Fleets. <important><para> If a fleet is of type <c>instant</c>, you must specify the fleet ID in the request, otherwise the fleet does not appear in the response. </para></important><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-ec2-fleet.html#monitor-ec2-fleet">Describe your EC2 Fleet</a> in the <i>Amazon EC2 User Guide</i>. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FleetListCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>activity-status</c> - The progress of the EC2 Fleet ( <c>error</c> | <c>pending-fulfillment</c> | <c>pending-termination</c> | <c>fulfilled</c>).</para></li><li><para><c>excess-capacity-termination-policy</c> - Indicates whether to terminate running instances if the target capacity is decreased below the current EC2 Fleet size (<c>true</c> | <c>false</c>).</para></li><li><para><c>fleet-state</c> - The state of the EC2 Fleet (<c>submitted</c> | <c>active</c> | <c>deleted</c> | <c>failed</c> | <c>deleted-running</c> | <c>deleted-terminating</c> | <c>modifying</c>).</para></li><li><para><c>replace-unhealthy-instances</c> - Indicates whether EC2 Fleet should replace unhealthy instances (<c>true</c> | <c>false</c>).</para></li><li><para><c>type</c> - The type of request (<c>instant</c> | <c>request</c> | <c>maintain</c>).</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FleetListCmdlet.FleetId"> <summary> <para> <para>The IDs of the EC2 Fleets.</para><note><para>If a fleet is of type <c>instant</c>, you must specify the fleet ID, otherwise it does not appear in the response.</para></note> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FleetListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FleetListCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FleetListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Fleets'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeFleetsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeFleetsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FleetListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2FlowLogCmdlet"> <summary> Describes one or more flow logs. <para> To view the published flow log records, you must view the log destination. For example, the CloudWatch Logs log group, the Amazon S3 bucket, or the Kinesis Data Firehose delivery stream. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FlowLogCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>deliver-log-status</c> - The status of the logs delivery (<c>SUCCESS</c> | <c>FAILED</c>).</para></li><li><para><c>log-destination-type</c> - The type of destination for the flow log data (<c>cloud-watch-logs</c> | <c>s3</c> | <c>kinesis-data-firehose</c>).</para></li><li><para><c>flow-log-id</c> - The ID of the flow log.</para></li><li><para><c>log-group-name</c> - The name of the log group.</para></li><li><para><c>resource-id</c> - The ID of the VPC, subnet, or network interface.</para></li><li><para><c>traffic-type</c> - The type of traffic (<c>ACCEPT</c> | <c>REJECT</c> | <c>ALL</c>).</para></li><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FlowLogCmdlet.FlowLogId"> <summary> <para> <para>One or more flow log IDs.</para><para>Constraint: Maximum of 1000 flow log IDs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FlowLogCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FlowLogCmdlet.NextToken"> <summary> <para> <para>The token to request the next page of items. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FlowLogCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'FlowLogs'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeFlowLogsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeFlowLogsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FlowLogCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the FlowLogId parameter. The -PassThru parameter is deprecated, use -Select '^FlowLogId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FlowLogCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2FlowLogsIntegrationTemplateCmdlet"> <summary> Generates a CloudFormation template that streamlines and automates the integration of VPC flow logs with Amazon Athena. This make it easier for you to query and gain insights from VPC flow logs data. Based on the information that you provide, we configure resources in the template to do the following: <ul><li><para> Create a table in Athena that maps fields to a custom log format </para></li><li><para> Create a Lambda function that updates the table with new partitions on a daily, weekly, or monthly basis </para></li><li><para> Create a table partitioned between two timestamps in the past </para></li><li><para> Create a set of named queries in Athena that you can use to get started quickly </para></li></ul><note><para><c>GetFlowLogsIntegrationTemplate</c> does not support integration between Amazon Web Services Transit Gateway Flow Logs and Amazon Athena. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FlowLogsIntegrationTemplateCmdlet.IntegrateServices_AthenaIntegration"> <summary> <para> <para>Information about the integration with Amazon Athena.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FlowLogsIntegrationTemplateCmdlet.ConfigDeliveryS3DestinationArn"> <summary> <para> <para>To store the CloudFormation template in Amazon S3, specify the location in Amazon S3.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FlowLogsIntegrationTemplateCmdlet.FlowLogId"> <summary> <para> <para>The ID of the flow log.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FlowLogsIntegrationTemplateCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Result'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetFlowLogsIntegrationTemplateResponse). Specifying the name of a property of type Amazon.EC2.Model.GetFlowLogsIntegrationTemplateResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FlowLogsIntegrationTemplateCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the FlowLogId parameter. The -PassThru parameter is deprecated, use -Select '^FlowLogId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2FpgaImageCmdlet"> <summary> Describes the Amazon FPGA Images (AFIs) available to you. These include public AFIs, private AFIs that you own, and AFIs owned by other Amazon Web Services accounts for which you have load permissions.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FpgaImageCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>create-time</c> - The creation time of the AFI.</para></li><li><para><c>fpga-image-id</c> - The FPGA image identifier (AFI ID).</para></li><li><para><c>fpga-image-global-id</c> - The global FPGA image identifier (AGFI ID).</para></li><li><para><c>name</c> - The name of the AFI.</para></li><li><para><c>owner-id</c> - The Amazon Web Services account ID of the AFI owner.</para></li><li><para><c>product-code</c> - The product code.</para></li><li><para><c>shell-version</c> - The version of the Amazon Web Services Shell that was used to create the bitstream.</para></li><li><para><c>state</c> - The state of the AFI (<c>pending</c> | <c>failed</c> | <c>available</c> | <c>unavailable</c>).</para></li><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li><li><para><c>update-time</c> - The time of the most recent update.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FpgaImageCmdlet.FpgaImageId"> <summary> <para> <para>The AFI IDs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FpgaImageCmdlet.Owner"> <summary> <para> <para>Filters the AFI by owner. Specify an Amazon Web Services account ID, <c>self</c> (owner is the sender of the request), or an Amazon Web Services owner alias (valid values are <c>amazon</c> | <c>aws-marketplace</c>).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FpgaImageCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return in a single call.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FpgaImageCmdlet.NextToken"> <summary> <para> <para>The token to retrieve the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FpgaImageCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'FpgaImages'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeFpgaImagesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeFpgaImagesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FpgaImageCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2FpgaImageAttributeCmdlet"> <summary> Describes the specified attribute of the specified Amazon FPGA Image (AFI). </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FpgaImageAttributeCmdlet.Attribute"> <summary> <para> <para>The AFI attribute.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FpgaImageAttributeCmdlet.FpgaImageId"> <summary> <para> <para>The ID of the AFI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FpgaImageAttributeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'FpgaImageAttribute'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeFpgaImageAttributeResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeFpgaImageAttributeResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2FpgaImageAttributeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Attribute parameter. The -PassThru parameter is deprecated, use -Select '^Attribute' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2GroupsForCapacityReservationCmdlet"> <summary> Lists the resource groups to which a Capacity Reservation has been added.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2GroupsForCapacityReservationCmdlet.CapacityReservationId"> <summary> <para> <para>The ID of the Capacity Reservation. If you specify a Capacity Reservation that is shared with you, the operation returns only Capacity Reservation groups that you own.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2GroupsForCapacityReservationCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2GroupsForCapacityReservationCmdlet.NextToken"> <summary> <para> <para>The token to use to retrieve the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2GroupsForCapacityReservationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'CapacityReservationGroups'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetGroupsForCapacityReservationResponse). Specifying the name of a property of type Amazon.EC2.Model.GetGroupsForCapacityReservationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2GroupsForCapacityReservationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the CapacityReservationId parameter. The -PassThru parameter is deprecated, use -Select '^CapacityReservationId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2GroupsForCapacityReservationCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2HostCmdlet"> <summary> Describes the specified Dedicated Hosts or all your Dedicated Hosts. <para> The results describe only the Dedicated Hosts in the Region you're currently using. All listed instances consume capacity on your Dedicated Host. Dedicated Hosts that have recently been released are listed with the state <c>released</c>. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2HostCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>auto-placement</c> - Whether auto-placement is enabled or disabled (<c>on</c> | <c>off</c>).</para></li><li><para><c>availability-zone</c> - The Availability Zone of the host.</para></li><li><para><c>client-token</c> - The idempotency token that you provided when you allocated the host.</para></li><li><para><c>host-reservation-id</c> - The ID of the reservation assigned to this host.</para></li><li><para><c>instance-type</c> - The instance type size that the Dedicated Host is configured to support.</para></li><li><para><c>state</c> - The allocation state of the Dedicated Host (<c>available</c> | <c>under-assessment</c> | <c>permanent-failure</c> | <c>released</c> | <c>released-permanent-failure</c>).</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2HostCmdlet.HostId"> <summary> <para> <para>The IDs of the Dedicated Hosts. The IDs are used for targeted instance launches.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2HostCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned <c>nextToken</c> value. This value can be between 5 and 500. If <c>maxResults</c> is given a larger value than 500, you receive an error.</para><para>You cannot specify this parameter and the host IDs parameter in the same request.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2HostCmdlet.NextToken"> <summary> <para> <para>The token to use to retrieve the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2HostCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Hosts'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeHostsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeHostsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2HostCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the HostId parameter. The -PassThru parameter is deprecated, use -Select '^HostId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2HostCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2HostReservationCmdlet"> <summary> Describes reservations that are associated with Dedicated Hosts in your account.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2HostReservationCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>instance-family</c> - The instance family (for example, <c>m4</c>).</para></li><li><para><c>payment-option</c> - The payment option (<c>NoUpfront</c> | <c>PartialUpfront</c> | <c>AllUpfront</c>).</para></li><li><para><c>state</c> - The state of the reservation (<c>payment-pending</c> | <c>payment-failed</c> | <c>active</c> | <c>retired</c>).</para></li><li><para><c>tag:<key></c> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2HostReservationCmdlet.HostReservationIdSet"> <summary> <para> <para>The host reservation IDs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2HostReservationCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned <c>nextToken</c> value. This value can be between 5 and 500. If <c>maxResults</c> is given a larger value than 500, you receive an error.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2HostReservationCmdlet.NextToken"> <summary> <para> <para>The token to use to retrieve the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2HostReservationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'HostReservationSet'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeHostReservationsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeHostReservationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2HostReservationCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2HostReservationOfferingCmdlet"> <summary> Describes the Dedicated Host reservations that are available to purchase. <para> The results describe all of the Dedicated Host reservation offerings, including offerings that might not match the instance family and Region of your Dedicated Hosts. When purchasing an offering, ensure that the instance family and Region of the offering matches that of the Dedicated Hosts with which it is to be associated. For more information about supported instance types, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-overview.html">Dedicated Hosts</a> in the <i>Amazon EC2 User Guide</i>. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2HostReservationOfferingCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>instance-family</c> - The instance family of the offering (for example, <c>m4</c>).</para></li><li><para><c>payment-option</c> - The payment option (<c>NoUpfront</c> | <c>PartialUpfront</c> | <c>AllUpfront</c>).</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2HostReservationOfferingCmdlet.MaxDuration"> <summary> <para> <para>This is the maximum duration of the reservation to purchase, specified in seconds. Reservations are available in one-year and three-year terms. The number of seconds specified must be the number of seconds in a year (365x24x60x60) times one of the supported durations (1 or 3). For example, specify 94608000 for three years.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2HostReservationOfferingCmdlet.MinDuration"> <summary> <para> <para>This is the minimum duration of the reservation you'd like to purchase, specified in seconds. Reservations are available in one-year and three-year terms. The number of seconds specified must be the number of seconds in a year (365x24x60x60) times one of the supported durations (1 or 3). For example, specify 31536000 for one year.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2HostReservationOfferingCmdlet.OfferingId"> <summary> <para> <para>The ID of the reservation offering.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2HostReservationOfferingCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned <c>nextToken</c> value. This value can be between 5 and 500. If <c>maxResults</c> is given a larger value than 500, you receive an error.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2HostReservationOfferingCmdlet.NextToken"> <summary> <para> <para>The token to use to retrieve the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2HostReservationOfferingCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'OfferingSet'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeHostReservationOfferingsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeHostReservationOfferingsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2HostReservationOfferingCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the OfferingId parameter. The -PassThru parameter is deprecated, use -Select '^OfferingId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2HostReservationOfferingCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2HostReservationPurchasePreviewCmdlet"> <summary> Preview a reservation purchase with configurations that match those of your Dedicated Host. You must have active Dedicated Hosts in your account before you purchase a reservation. <para> This is a preview of the <a>PurchaseHostReservation</a> action and does not result in the offering being purchased. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2HostReservationPurchasePreviewCmdlet.HostIdSet"> <summary> <para> <para>The IDs of the Dedicated Hosts with which the reservation is associated.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2HostReservationPurchasePreviewCmdlet.OfferingId"> <summary> <para> <para>The offering ID of the reservation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2HostReservationPurchasePreviewCmdlet.Select"> <summary> 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.GetHostReservationPurchasePreviewResponse). Specifying the name of a property of type Amazon.EC2.Model.GetHostReservationPurchasePreviewResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2HostReservationPurchasePreviewCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the OfferingId parameter. The -PassThru parameter is deprecated, use -Select '^OfferingId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2IamInstanceProfileAssociationCmdlet"> <summary> Describes your IAM instance profile associations.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IamInstanceProfileAssociationCmdlet.AssociationId"> <summary> <para> <para>The IAM instance profile associations.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IamInstanceProfileAssociationCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>instance-id</c> - The ID of the instance.</para></li><li><para><c>state</c> - The state of the association (<c>associating</c> | <c>associated</c> | <c>disassociating</c>).</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IamInstanceProfileAssociationCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IamInstanceProfileAssociationCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IamInstanceProfileAssociationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'IamInstanceProfileAssociations'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeIamInstanceProfileAssociationsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeIamInstanceProfileAssociationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IamInstanceProfileAssociationCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2IdentityIdFormatCmdlet"> <summary> Describes the ID format settings for resources for the specified IAM user, IAM role, or root user. For example, you can view the resource types that are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/resource-ids.html">Resource IDs</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. <para> The following resource types support longer IDs: <c>bundle</c> | <c>conversion-task</c> | <c>customer-gateway</c> | <c>dhcp-options</c> | <c>elastic-ip-allocation</c> | <c>elastic-ip-association</c> | <c>export-task</c> | <c>flow-log</c> | <c>image</c> | <c>import-task</c> | <c>instance</c> | <c>internet-gateway</c> | <c>network-acl</c> | <c>network-acl-association</c> | <c>network-interface</c> | <c>network-interface-attachment</c> | <c>prefix-list</c> | <c>reservation</c> | <c>route-table</c> | <c>route-table-association</c> | <c>security-group</c> | <c>snapshot</c> | <c>subnet</c> | <c>subnet-cidr-block-association</c> | <c>volume</c> | <c>vpc</c> | <c>vpc-cidr-block-association</c> | <c>vpc-endpoint</c> | <c>vpc-peering-connection</c> | <c>vpn-connection</c> | <c>vpn-gateway</c>. </para><para> These settings apply to the principal specified in the request. They do not apply to the principal that makes the request. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IdentityIdFormatCmdlet.PrincipalArn"> <summary> <para> <para>The ARN of the principal, which can be an IAM role, IAM user, or the root user.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IdentityIdFormatCmdlet.Resource"> <summary> <para> <para>The type of resource: <c>bundle</c> | <c>conversion-task</c> | <c>customer-gateway</c> | <c>dhcp-options</c> | <c>elastic-ip-allocation</c> | <c>elastic-ip-association</c> | <c>export-task</c> | <c>flow-log</c> | <c>image</c> | <c>import-task</c> | <c>instance</c> | <c>internet-gateway</c> | <c>network-acl</c> | <c>network-acl-association</c> | <c>network-interface</c> | <c>network-interface-attachment</c> | <c>prefix-list</c> | <c>reservation</c> | <c>route-table</c> | <c>route-table-association</c> | <c>security-group</c> | <c>snapshot</c> | <c>subnet</c> | <c>subnet-cidr-block-association</c> | <c>volume</c> | <c>vpc</c> | <c>vpc-cidr-block-association</c> | <c>vpc-endpoint</c> | <c>vpc-peering-connection</c> | <c>vpn-connection</c> | <c>vpn-gateway</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IdentityIdFormatCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Statuses'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeIdentityIdFormatResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeIdentityIdFormatResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IdentityIdFormatCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the PrincipalArn parameter. The -PassThru parameter is deprecated, use -Select '^PrincipalArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2IdFormatCmdlet"> <summary> Describes the ID format settings for your resources on a per-Region basis, for example, to view which resource types are enabled for longer IDs. This request only returns information about resource types whose ID formats can be modified; it does not return information about other resource types. <para> The following resource types support longer IDs: <c>bundle</c> | <c>conversion-task</c> | <c>customer-gateway</c> | <c>dhcp-options</c> | <c>elastic-ip-allocation</c> | <c>elastic-ip-association</c> | <c>export-task</c> | <c>flow-log</c> | <c>image</c> | <c>import-task</c> | <c>instance</c> | <c>internet-gateway</c> | <c>network-acl</c> | <c>network-acl-association</c> | <c>network-interface</c> | <c>network-interface-attachment</c> | <c>prefix-list</c> | <c>reservation</c> | <c>route-table</c> | <c>route-table-association</c> | <c>security-group</c> | <c>snapshot</c> | <c>subnet</c> | <c>subnet-cidr-block-association</c> | <c>volume</c> | <c>vpc</c> | <c>vpc-cidr-block-association</c> | <c>vpc-endpoint</c> | <c>vpc-peering-connection</c> | <c>vpn-connection</c> | <c>vpn-gateway</c>. </para><para> These settings apply to the IAM user who makes the request; they do not apply to the entire Amazon Web Services account. By default, an IAM user defaults to the same settings as the root user, unless they explicitly override the settings by running the <a>ModifyIdFormat</a> command. Resources created with longer IDs are visible to all IAM users, regardless of these settings and provided that they have permission to use the relevant <c>Describe</c> command for the resource type. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IdFormatCmdlet.Resource"> <summary> <para> <para>The type of resource: <c>bundle</c> | <c>conversion-task</c> | <c>customer-gateway</c> | <c>dhcp-options</c> | <c>elastic-ip-allocation</c> | <c>elastic-ip-association</c> | <c>export-task</c> | <c>flow-log</c> | <c>image</c> | <c>import-task</c> | <c>instance</c> | <c>internet-gateway</c> | <c>network-acl</c> | <c>network-acl-association</c> | <c>network-interface</c> | <c>network-interface-attachment</c> | <c>prefix-list</c> | <c>reservation</c> | <c>route-table</c> | <c>route-table-association</c> | <c>security-group</c> | <c>snapshot</c> | <c>subnet</c> | <c>subnet-cidr-block-association</c> | <c>volume</c> | <c>vpc</c> | <c>vpc-cidr-block-association</c> | <c>vpc-endpoint</c> | <c>vpc-peering-connection</c> | <c>vpn-connection</c> | <c>vpn-gateway</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IdFormatCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Statuses'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeIdFormatResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeIdFormatResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IdFormatCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Resource parameter. The -PassThru parameter is deprecated, use -Select '^Resource' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImageCmdlet"> <summary> Describes the specified images (AMIs, AKIs, and ARIs) available to you or all of the images available to you. <para> The images available to you include public images, private images that you own, and private images owned by other Amazon Web Services accounts for which you have explicit launch permissions. </para><para> Recently deregistered images appear in the returned results for a short interval and then return empty results. After all instances that reference a deregistered AMI are terminated, specifying the ID of the image will eventually return an error indicating that the AMI ID cannot be found. </para><important><para> We strongly recommend using only paginated requests. Unpaginated requests are susceptible to throttling and timeouts. </para></important><note><para> The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order. </para></note><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImageCmdlet.ExecutableUser"> <summary> <para> <para>Scopes the images by users with explicit launch permissions. Specify an Amazon Web Services account ID, <c>self</c> (the sender of the request), or <c>all</c> (public AMIs).</para><ul><li><para>If you specify an Amazon Web Services account ID that is not your own, only AMIs shared with that specific Amazon Web Services account ID are returned. However, AMIs that are shared with the account’s organization or organizational unit (OU) are not returned.</para></li><li><para>If you specify <c>self</c> or your own Amazon Web Services account ID, AMIs shared with your account are returned. In addition, AMIs that are shared with the organization or OU of which you are member are also returned. </para></li><li><para>If you specify <c>all</c>, all public AMIs are returned.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImageCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>architecture</c> - The image architecture (<c>i386</c> | <c>x86_64</c> | <c>arm64</c> | <c>x86_64_mac</c> | <c>arm64_mac</c>).</para></li><li><para><c>block-device-mapping.delete-on-termination</c> - A Boolean value that indicates whether the Amazon EBS volume is deleted on instance termination.</para></li><li><para><c>block-device-mapping.device-name</c> - The device name specified in the block device mapping (for example, <c>/dev/sdh</c> or <c>xvdh</c>).</para></li><li><para><c>block-device-mapping.snapshot-id</c> - The ID of the snapshot used for the Amazon EBS volume.</para></li><li><para><c>block-device-mapping.volume-size</c> - The volume size of the Amazon EBS volume, in GiB.</para></li><li><para><c>block-device-mapping.volume-type</c> - The volume type of the Amazon EBS volume (<c>io1</c> | <c>io2</c> | <c>gp2</c> | <c>gp3</c> | <c>sc1 </c>| <c>st1</c> | <c>standard</c>).</para></li><li><para><c>block-device-mapping.encrypted</c> - A Boolean that indicates whether the Amazon EBS volume is encrypted.</para></li><li><para><c>creation-date</c> - The time when the image was created, in the ISO 8601 format in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ), for example, <c>2021-09-29T11:04:43.305Z</c>. You can use a wildcard (<c>*</c>), for example, <c>2021-09-29T*</c>, which matches an entire day.</para></li><li><para><c>description</c> - The description of the image (provided during image creation).</para></li><li><para><c>ena-support</c> - A Boolean that indicates whether enhanced networking with ENA is enabled.</para></li><li><para><c>hypervisor</c> - The hypervisor type (<c>ovm</c> | <c>xen</c>).</para></li><li><para><c>image-id</c> - The ID of the image.</para></li><li><para><c>image-type</c> - The image type (<c>machine</c> | <c>kernel</c> | <c>ramdisk</c>).</para></li><li><para><c>is-public</c> - A Boolean that indicates whether the image is public.</para></li><li><para><c>kernel-id</c> - The kernel ID.</para></li><li><para><c>manifest-location</c> - The location of the image manifest.</para></li><li><para><c>name</c> - The name of the AMI (provided during image creation).</para></li><li><para><c>owner-alias</c> - The owner alias (<c>amazon</c> | <c>aws-marketplace</c>). The valid aliases are defined in an Amazon-maintained list. This is not the Amazon Web Services account alias that can be set using the IAM console. We recommend that you use the <b>Owner</b> request parameter instead of this filter.</para></li><li><para><c>owner-id</c> - The Amazon Web Services account ID of the owner. We recommend that you use the <b>Owner</b> request parameter instead of this filter.</para></li><li><para><c>platform</c> - The platform. The only supported value is <c>windows</c>.</para></li><li><para><c>product-code</c> - The product code.</para></li><li><para><c>product-code.type</c> - The type of the product code (<c>marketplace</c>).</para></li><li><para><c>ramdisk-id</c> - The RAM disk ID.</para></li><li><para><c>root-device-name</c> - The device name of the root device volume (for example, <c>/dev/sda1</c>).</para></li><li><para><c>root-device-type</c> - The type of the root device volume (<c>ebs</c> | <c>instance-store</c>).</para></li><li><para><c>source-instance-id</c> - The ID of the instance that the AMI was created from if the AMI was created using CreateImage. This filter is applicable only if the AMI was created using <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateImage.html">CreateImage</a>.</para></li><li><para><c>state</c> - The state of the image (<c>available</c> | <c>pending</c> | <c>failed</c>).</para></li><li><para><c>state-reason-code</c> - The reason code for the state change.</para></li><li><para><c>state-reason-message</c> - The message for the state change.</para></li><li><para><c>sriov-net-support</c> - A value of <c>simple</c> indicates that enhanced networking with the Intel 82599 VF interface is enabled.</para></li><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li><li><para><c>virtualization-type</c> - The virtualization type (<c>paravirtual</c> | <c>hvm</c>).</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImageCmdlet.ImageId"> <summary> <para> <para>The image IDs.</para><para>Default: Describes all images available to you.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImageCmdlet.IncludeDeprecated"> <summary> <para> <para>Specifies whether to include deprecated AMIs.</para><para>Default: No deprecated AMIs are included in the response.</para><note><para>If you are the AMI owner, all deprecated AMIs appear in the response regardless of what you specify for this parameter.</para></note> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImageCmdlet.IncludeDisabled"> <summary> <para> <para>Specifies whether to include disabled AMIs.</para><para>Default: No disabled AMIs are included in the response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImageCmdlet.Owner"> <summary> <para> <para>Scopes the results to images with the specified owners. You can specify a combination of Amazon Web Services account IDs, <c>self</c>, <c>amazon</c>, and <c>aws-marketplace</c>. If you omit this parameter, the results include all images for which you have launch permissions, regardless of ownership.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImageCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImageCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImageCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Images'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeImagesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeImagesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImageCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ImageId parameter. The -PassThru parameter is deprecated, use -Select '^ImageId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImageCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImageAttributeCmdlet"> <summary> Describes the specified attribute of the specified AMI. You can specify only one attribute at a time. <note><para> The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImageAttributeCmdlet.Attribute"> <summary> <para> <para>The AMI attribute.</para><para><b>Note</b>: The <c>blockDeviceMapping</c> attribute is deprecated. Using this attribute returns the <c>Client.AuthFailure</c> error. To get information about the block device mappings for an AMI, use the <a>DescribeImages</a> action.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImageAttributeCmdlet.ImageId"> <summary> <para> <para>The ID of the AMI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImageAttributeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ImageAttribute'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeImageAttributeResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeImageAttributeResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImageAttributeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ImageId parameter. The -PassThru parameter is deprecated, use -Select '^ImageId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImageBlockPublicAccessStateCmdlet"> <summary> Gets the current state of <i>block public access for AMIs</i> at the account level in the specified Amazon Web Services Region. <para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sharingamis-intro.html#block-public-access-to-amis">Block public access to your AMIs</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImageBlockPublicAccessStateCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ImageBlockPublicAccessState'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetImageBlockPublicAccessStateResponse). Specifying the name of a property of type Amazon.EC2.Model.GetImageBlockPublicAccessStateResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImagesInRecycleBinListCmdlet"> <summary> Lists one or more AMIs that are currently in the Recycle Bin. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin.html">Recycle Bin</a> in the <i>Amazon EC2 User Guide</i>.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImagesInRecycleBinListCmdlet.ImageId"> <summary> <para> <para>The IDs of the AMIs to list. Omit this parameter to list all of the AMIs that are in the Recycle Bin. You can specify up to 20 IDs in a single request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImagesInRecycleBinListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImagesInRecycleBinListCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImagesInRecycleBinListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Images'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ListImagesInRecycleBinResponse). Specifying the name of a property of type Amazon.EC2.Model.ListImagesInRecycleBinResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImagesInRecycleBinListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImportImageTaskCmdlet"> <summary> Displays details about an import virtual machine or import snapshot tasks that are already created.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImportImageTaskCmdlet.Filter"> <summary> <para> <para>Filter tasks using the <c>task-state</c> filter and one of the following values: <c>active</c>, <c>completed</c>, <c>deleting</c>, or <c>deleted</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImportImageTaskCmdlet.ImportTaskId"> <summary> <para> <para>The IDs of the import image tasks.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImportImageTaskCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return in a single call.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImportImageTaskCmdlet.NextToken"> <summary> <para> <para>A token that indicates the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImportImageTaskCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ImportImageTasks'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeImportImageTasksResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeImportImageTasksResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImportImageTaskCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ImportTaskId parameter. The -PassThru parameter is deprecated, use -Select '^ImportTaskId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImportImageTaskCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImportSnapshotTaskCmdlet"> <summary> Describes your import snapshot tasks.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImportSnapshotTaskCmdlet.Filter"> <summary> <para> <para>The filters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImportSnapshotTaskCmdlet.ImportTaskId"> <summary> <para> <para>A list of import snapshot task IDs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImportSnapshotTaskCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned <c>NextToken</c> value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImportSnapshotTaskCmdlet.NextToken"> <summary> <para> <para>A token that indicates the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImportSnapshotTaskCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ImportSnapshotTasks'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeImportSnapshotTasksResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeImportSnapshotTasksResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImportSnapshotTaskCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ImportTaskId parameter. The -PassThru parameter is deprecated, use -Select '^ImportTaskId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ImportSnapshotTaskCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceCmdlet"> <summary> Describes the specified instances or all instances. <para> If you specify instance IDs, the output includes information for only the specified instances. If you specify filters, the output includes information for only those instances that meet the filter criteria. If you do not specify instance IDs or filters, the output includes information for all instances, which can affect performance. We recommend that you use pagination to ensure that the operation returns quickly and successfully. </para><para> If you specify an instance ID that is not valid, an error is returned. If you specify an instance that you do not own, it is not included in the output. </para><para> Recently terminated instances might appear in the returned results. This interval is usually less than one hour. </para><para> If you describe instances in the rare case where an Availability Zone is experiencing a service disruption and you specify instance IDs that are in the affected zone, or do not specify any instance IDs at all, the call fails. If you describe instances and specify only instance IDs that are in an unaffected zone, the call works normally. </para><important><para> We strongly recommend using only paginated requests. Unpaginated requests are susceptible to throttling and timeouts. </para></important><note><para> The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order. </para></note><br/><br/>In the AWS.Tools.EC2 module, this cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>affinity</c> - The affinity setting for an instance running on a Dedicated Host (<c>default</c> | <c>host</c>).</para></li><li><para><c>architecture</c> - The instance architecture (<c>i386</c> | <c>x86_64</c> | <c>arm64</c>).</para></li><li><para><c>availability-zone</c> - The Availability Zone of the instance.</para></li><li><para><c>block-device-mapping.attach-time</c> - The attach time for an EBS volume mapped to the instance, for example, <c>2022-09-15T17:15:20.000Z</c>.</para></li><li><para><c>block-device-mapping.delete-on-termination</c> - A Boolean that indicates whether the EBS volume is deleted on instance termination.</para></li><li><para><c>block-device-mapping.device-name</c> - The device name specified in the block device mapping (for example, <c>/dev/sdh</c> or <c>xvdh</c>).</para></li><li><para><c>block-device-mapping.status</c> - The status for the EBS volume (<c>attaching</c> | <c>attached</c> | <c>detaching</c> | <c>detached</c>).</para></li><li><para><c>block-device-mapping.volume-id</c> - The volume ID of the EBS volume.</para></li><li><para><c>boot-mode</c> - The boot mode that was specified by the AMI (<c>legacy-bios</c> | <c>uefi</c> | <c>uefi-preferred</c>).</para></li><li><para><c>capacity-reservation-id</c> - The ID of the Capacity Reservation into which the instance was launched.</para></li><li><para><c>capacity-reservation-specification.capacity-reservation-preference</c> - The instance's Capacity Reservation preference (<c>open</c> | <c>none</c>).</para></li><li><para><c>capacity-reservation-specification.capacity-reservation-target.capacity-reservation-id</c> - The ID of the targeted Capacity Reservation.</para></li><li><para><c>capacity-reservation-specification.capacity-reservation-target.capacity-reservation-resource-group-arn</c> - The ARN of the targeted Capacity Reservation group.</para></li><li><para><c>client-token</c> - The idempotency token you provided when you launched the instance.</para></li><li><para><c>current-instance-boot-mode</c> - The boot mode that is used to launch the instance at launch or start (<c>legacy-bios</c> | <c>uefi</c>).</para></li><li><para><c>dns-name</c> - The public DNS name of the instance.</para></li><li><para><c>ebs-optimized</c> - A Boolean that indicates whether the instance is optimized for Amazon EBS I/O.</para></li><li><para><c>ena-support</c> - A Boolean that indicates whether the instance is enabled for enhanced networking with ENA.</para></li><li><para><c>enclave-options.enabled</c> - A Boolean that indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.</para></li><li><para><c>hibernation-options.configured</c> - A Boolean that indicates whether the instance is enabled for hibernation. A value of <c>true</c> means that the instance is enabled for hibernation.</para></li><li><para><c>host-id</c> - The ID of the Dedicated Host on which the instance is running, if applicable.</para></li><li><para><c>hypervisor</c> - The hypervisor type of the instance (<c>ovm</c> | <c>xen</c>). The value <c>xen</c> is used for both Xen and Nitro hypervisors.</para></li><li><para><c>iam-instance-profile.arn</c> - The instance profile associated with the instance. Specified as an ARN.</para></li><li><para><c>iam-instance-profile.id</c> - The instance profile associated with the instance. Specified as an ID.</para></li><li><para><c>iam-instance-profile.name</c> - The instance profile associated with the instance. Specified as an name.</para></li><li><para><c>image-id</c> - The ID of the image used to launch the instance.</para></li><li><para><c>instance-id</c> - The ID of the instance.</para></li><li><para><c>instance-lifecycle</c> - Indicates whether this is a Spot Instance, a Scheduled Instance, or a Capacity Block (<c>spot</c> | <c>scheduled</c> | <c>capacity-block</c>).</para></li><li><para><c>instance-state-code</c> - The state of the instance, as a 16-bit unsigned integer. The high byte is used for internal purposes and should be ignored. The low byte is set based on the state represented. The valid values are: 0 (pending), 16 (running), 32 (shutting-down), 48 (terminated), 64 (stopping), and 80 (stopped).</para></li><li><para><c>instance-state-name</c> - The state of the instance (<c>pending</c> | <c>running</c> | <c>shutting-down</c> | <c>terminated</c> | <c>stopping</c> | <c>stopped</c>).</para></li><li><para><c>instance-type</c> - The type of instance (for example, <c>t2.micro</c>).</para></li><li><para><c>instance.group-id</c> - The ID of the security group for the instance. </para></li><li><para><c>instance.group-name</c> - The name of the security group for the instance. </para></li><li><para><c>ip-address</c> - The public IPv4 address of the instance.</para></li><li><para><c>ipv6-address</c> - The IPv6 address of the instance.</para></li><li><para><c>kernel-id</c> - The kernel ID.</para></li><li><para><c>key-name</c> - The name of the key pair used when the instance was launched.</para></li><li><para><c>launch-index</c> - When launching multiple instances, this is the index for the instance in the launch group (for example, 0, 1, 2, and so on). </para></li><li><para><c>launch-time</c> - The time when the instance was launched, in the ISO 8601 format in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ), for example, <c>2021-09-29T11:04:43.305Z</c>. You can use a wildcard (<c>*</c>), for example, <c>2021-09-29T*</c>, which matches an entire day.</para></li><li><para><c>maintenance-options.auto-recovery</c> - The current automatic recovery behavior of the instance (<c>disabled</c> | <c>default</c>).</para></li><li><para><c>metadata-options.http-endpoint</c> - The status of access to the HTTP metadata endpoint on your instance (<c>enabled</c> | <c>disabled</c>)</para></li><li><para><c>metadata-options.http-protocol-ipv4</c> - Indicates whether the IPv4 endpoint is enabled (<c>disabled</c> | <c>enabled</c>).</para></li><li><para><c>metadata-options.http-protocol-ipv6</c> - Indicates whether the IPv6 endpoint is enabled (<c>disabled</c> | <c>enabled</c>).</para></li><li><para><c>metadata-options.http-put-response-hop-limit</c> - The HTTP metadata request put response hop limit (integer, possible values <c>1</c> to <c>64</c>)</para></li><li><para><c>metadata-options.http-tokens</c> - The metadata request authorization state (<c>optional</c> | <c>required</c>)</para></li><li><para><c>metadata-options.instance-metadata-tags</c> - The status of access to instance tags from the instance metadata (<c>enabled</c> | <c>disabled</c>)</para></li><li><para><c>metadata-options.state</c> - The state of the metadata option changes (<c>pending</c> | <c>applied</c>).</para></li><li><para><c>monitoring-state</c> - Indicates whether detailed monitoring is enabled (<c>disabled</c> | <c>enabled</c>).</para></li><li><para><c>network-interface.addresses.association.allocation-id</c> - The allocation ID.</para></li><li><para><c>network-interface.addresses.association.association-id</c> - The association ID.</para></li><li><para><c>network-interface.addresses.association.carrier-ip</c> - The carrier IP address.</para></li><li><para><c>network-interface.addresses.association.customer-owned-ip</c> - The customer-owned IP address.</para></li><li><para><c>network-interface.addresses.association.ip-owner-id</c> - The owner ID of the private IPv4 address associated with the network interface.</para></li><li><para><c>network-interface.addresses.association.public-dns-name</c> - The public DNS name.</para></li><li><para><c>network-interface.addresses.association.public-ip</c> - The ID of the association of an Elastic IP address (IPv4) with a network interface.</para></li><li><para><c>network-interface.addresses.primary</c> - Specifies whether the IPv4 address of the network interface is the primary private IPv4 address.</para></li><li><para><c>network-interface.addresses.private-dns-name</c> - The private DNS name.</para></li><li><para><c>network-interface.addresses.private-ip-address</c> - The private IPv4 address associated with the network interface.</para></li><li><para><c>network-interface.association.allocation-id</c> - The allocation ID returned when you allocated the Elastic IP address (IPv4) for your network interface.</para></li><li><para><c>network-interface.association.association-id</c> - The association ID returned when the network interface was associated with an IPv4 address.</para></li><li><para><c>network-interface.association.carrier-ip</c> - The customer-owned IP address.</para></li><li><para><c>network-interface.association.customer-owned-ip</c> - The customer-owned IP address.</para></li><li><para><c>network-interface.association.ip-owner-id</c> - The owner of the Elastic IP address (IPv4) associated with the network interface.</para></li><li><para><c>network-interface.association.public-dns-name</c> - The public DNS name.</para></li><li><para><c>network-interface.association.public-ip</c> - The address of the Elastic IP address (IPv4) bound to the network interface.</para></li><li><para><c>network-interface.attachment.attach-time</c> - The time that the network interface was attached to an instance.</para></li><li><para><c>network-interface.attachment.attachment-id</c> - The ID of the interface attachment.</para></li><li><para><c>network-interface.attachment.delete-on-termination</c> - Specifies whether the attachment is deleted when an instance is terminated.</para></li><li><para><c>network-interface.attachment.device-index</c> - The device index to which the network interface is attached.</para></li><li><para><c>network-interface.attachment.instance-id</c> - The ID of the instance to which the network interface is attached.</para></li><li><para><c>network-interface.attachment.instance-owner-id</c> - The owner ID of the instance to which the network interface is attached.</para></li><li><para><c>network-interface.attachment.network-card-index</c> - The index of the network card.</para></li><li><para><c>network-interface.attachment.status</c> - The status of the attachment (<c>attaching</c> | <c>attached</c> | <c>detaching</c> | <c>detached</c>).</para></li><li><para><c>network-interface.availability-zone</c> - The Availability Zone for the network interface.</para></li><li><para><c>network-interface.deny-all-igw-traffic</c> - A Boolean that indicates whether a network interface with an IPv6 address is unreachable from the public internet.</para></li><li><para><c>network-interface.description</c> - The description of the network interface.</para></li><li><para><c>network-interface.group-id</c> - The ID of a security group associated with the network interface.</para></li><li><para><c>network-interface.group-name</c> - The name of a security group associated with the network interface.</para></li><li><para><c>network-interface.ipv4-prefixes.ipv4-prefix</c> - The IPv4 prefixes that are assigned to the network interface.</para></li><li><para><c>network-interface.ipv6-address</c> - The IPv6 address associated with the network interface.</para></li><li><para><c>network-interface.ipv6-addresses.ipv6-address</c> - The IPv6 address associated with the network interface.</para></li><li><para><c>network-interface.ipv6-addresses.is-primary-ipv6</c> - A Boolean that indicates whether this is the primary IPv6 address.</para></li><li><para><c>network-interface.ipv6-native</c> - A Boolean that indicates whether this is an IPv6 only network interface.</para></li><li><para><c>network-interface.ipv6-prefixes.ipv6-prefix</c> - The IPv6 prefix assigned to the network interface.</para></li><li><para><c>network-interface.mac-address</c> - The MAC address of the network interface.</para></li><li><para><c>network-interface.network-interface-id</c> - The ID of the network interface.</para></li><li><para><c>network-interface.outpost-arn</c> - The ARN of the Outpost.</para></li><li><para><c>network-interface.owner-id</c> - The ID of the owner of the network interface.</para></li><li><para><c>network-interface.private-dns-name</c> - The private DNS name of the network interface.</para></li><li><para><c>network-interface.private-ip-address</c> - The private IPv4 address.</para></li><li><para><c>network-interface.public-dns-name</c> - The public DNS name.</para></li><li><para><c>network-interface.requester-id</c> - The requester ID for the network interface.</para></li><li><para><c>network-interface.requester-managed</c> - Indicates whether the network interface is being managed by Amazon Web Services.</para></li><li><para><c>network-interface.status</c> - The status of the network interface (<c>available</c>) | <c>in-use</c>).</para></li><li><para><c>network-interface.source-dest-check</c> - Whether the network interface performs source/destination checking. A value of <c>true</c> means that checking is enabled, and <c>false</c> means that checking is disabled. The value must be <c>false</c> for the network interface to perform network address translation (NAT) in your VPC.</para></li><li><para><c>network-interface.subnet-id</c> - The ID of the subnet for the network interface.</para></li><li><para><c>network-interface.tag-key</c> - The key of a tag assigned to the network interface.</para></li><li><para><c>network-interface.tag-value</c> - The value of a tag assigned to the network interface.</para></li><li><para><c>network-interface.vpc-id</c> - The ID of the VPC for the network interface.</para></li><li><para><c>outpost-arn</c> - The Amazon Resource Name (ARN) of the Outpost.</para></li><li><para><c>owner-id</c> - The Amazon Web Services account ID of the instance owner.</para></li><li><para><c>placement-group-name</c> - The name of the placement group for the instance.</para></li><li><para><c>placement-partition-number</c> - The partition in which the instance is located.</para></li><li><para><c>platform</c> - The platform. To list only Windows instances, use <c>windows</c>.</para></li><li><para><c>platform-details</c> - The platform (<c>Linux/UNIX</c> | <c>Red Hat BYOL Linux</c> | <c> Red Hat Enterprise Linux</c> | <c>Red Hat Enterprise Linux with HA</c> | <c>Red Hat Enterprise Linux with SQL Server Standard and HA</c> | <c>Red Hat Enterprise Linux with SQL Server Enterprise and HA</c> | <c>Red Hat Enterprise Linux with SQL Server Standard</c> | <c>Red Hat Enterprise Linux with SQL Server Web</c> | <c>Red Hat Enterprise Linux with SQL Server Enterprise</c> | <c>SQL Server Enterprise</c> | <c>SQL Server Standard</c> | <c>SQL Server Web</c> | <c>SUSE Linux</c> | <c>Ubuntu Pro</c> | <c>Windows</c> | <c>Windows BYOL</c> | <c>Windows with SQL Server Enterprise</c> | <c>Windows with SQL Server Standard</c> | <c>Windows with SQL Server Web</c>).</para></li><li><para><c>private-dns-name</c> - The private IPv4 DNS name of the instance.</para></li><li><para><c>private-dns-name-options.enable-resource-name-dns-a-record</c> - A Boolean that indicates whether to respond to DNS queries for instance hostnames with DNS A records.</para></li><li><para><c>private-dns-name-options.enable-resource-name-dns-aaaa-record</c> - A Boolean that indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.</para></li><li><para><c>private-dns-name-options.hostname-type</c> - The type of hostname (<c>ip-name</c> | <c>resource-name</c>).</para></li><li><para><c>private-ip-address</c> - The private IPv4 address of the instance. This can only be used to filter by the primary IP address of the network interface attached to the instance. To filter by additional IP addresses assigned to the network interface, use the filter <c>network-interface.addresses.private-ip-address</c>.</para></li><li><para><c>product-code</c> - The product code associated with the AMI used to launch the instance.</para></li><li><para><c>product-code.type</c> - The type of product code (<c>devpay</c> | <c>marketplace</c>).</para></li><li><para><c>ramdisk-id</c> - The RAM disk ID.</para></li><li><para><c>reason</c> - The reason for the current state of the instance (for example, shows "User Initiated [date]" when you stop or terminate the instance). Similar to the state-reason-code filter.</para></li><li><para><c>requester-id</c> - The ID of the entity that launched the instance on your behalf (for example, Amazon Web Services Management Console, Auto Scaling, and so on).</para></li><li><para><c>reservation-id</c> - The ID of the instance's reservation. A reservation ID is created any time you launch an instance. A reservation ID has a one-to-one relationship with an instance launch request, but can be associated with more than one instance if you launch multiple instances using the same launch request. For example, if you launch one instance, you get one reservation ID. If you launch ten instances using the same launch request, you also get one reservation ID.</para></li><li><para><c>root-device-name</c> - The device name of the root device volume (for example, <c>/dev/sda1</c>).</para></li><li><para><c>root-device-type</c> - The type of the root device volume (<c>ebs</c> | <c>instance-store</c>).</para></li><li><para><c>source-dest-check</c> - Indicates whether the instance performs source/destination checking. A value of <c>true</c> means that checking is enabled, and <c>false</c> means that checking is disabled. The value must be <c>false</c> for the instance to perform network address translation (NAT) in your VPC. </para></li><li><para><c>spot-instance-request-id</c> - The ID of the Spot Instance request.</para></li><li><para><c>state-reason-code</c> - The reason code for the state change.</para></li><li><para><c>state-reason-message</c> - A message that describes the state change.</para></li><li><para><c>subnet-id</c> - The ID of the subnet for the instance.</para></li><li><para><c>tag:<key></c> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources that have a tag with a specific key, regardless of the tag value.</para></li><li><para><c>tenancy</c> - The tenancy of an instance (<c>dedicated</c> | <c>default</c> | <c>host</c>).</para></li><li><para><c>tpm-support</c> - Indicates if the instance is configured for NitroTPM support (<c>v2.0</c>). </para></li><li><para><c>usage-operation</c> - The usage operation value for the instance (<c>RunInstances</c> | <c>RunInstances:00g0</c> | <c>RunInstances:0010</c> | <c>RunInstances:1010</c> | <c>RunInstances:1014</c> | <c>RunInstances:1110</c> | <c>RunInstances:0014</c> | <c>RunInstances:0210</c> | <c>RunInstances:0110</c> | <c>RunInstances:0100</c> | <c>RunInstances:0004</c> | <c>RunInstances:0200</c> | <c>RunInstances:000g</c> | <c>RunInstances:0g00</c> | <c>RunInstances:0002</c> | <c>RunInstances:0800</c> | <c>RunInstances:0102</c> | <c>RunInstances:0006</c> | <c>RunInstances:0202</c>).</para></li><li><para><c>usage-operation-update-time</c> - The time that the usage operation was last updated, for example, <c>2022-09-15T17:15:20.000Z</c>.</para></li><li><para><c>virtualization-type</c> - The virtualization type of the instance (<c>paravirtual</c> | <c>hvm</c>).</para></li><li><para><c>vpc-id</c> - The ID of the VPC that the instance is running in.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceCmdlet.InstanceId"> <summary> <para> <para>The instance IDs.</para><para>Default: Describes all your instances.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para><para>You cannot specify this parameter and the instance IDs parameter in the same request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> In the AWS.Tools.EC2 module, this parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Reservations'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeInstancesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeInstancesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceAttributeCmdlet"> <summary> Describes the specified attribute of the specified instance. You can specify only one attribute at a time. Valid attribute values are: <c>instanceType</c> | <c>kernel</c> | <c>ramdisk</c> | <c>userData</c> | <c>disableApiTermination</c> | <c>instanceInitiatedShutdownBehavior</c> | <c>rootDeviceName</c> | <c>blockDeviceMapping</c> | <c>productCodes</c> | <c>sourceDestCheck</c> | <c>groupSet</c> | <c>ebsOptimized</c> | <c>sriovNetSupport</c> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceAttributeCmdlet.Attribute"> <summary> <para> <para>The instance attribute.</para><para>Note: The <c>enaSupport</c> attribute is not supported at this time.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceAttributeCmdlet.InstanceId"> <summary> <para> <para>The ID of the instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceAttributeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InstanceAttribute'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeInstanceAttributeResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeInstanceAttributeResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceAttributeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceConnectEndpointCmdlet"> <summary> Describes the specified EC2 Instance Connect Endpoints or all EC2 Instance Connect Endpoints.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceConnectEndpointCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>instance-connect-endpoint-id</c> - The ID of the EC2 Instance Connect Endpoint.</para></li><li><para><c>state</c> - The state of the EC2 Instance Connect Endpoint (<c>create-in-progress</c> | <c>create-complete</c> | <c>create-failed</c> | <c>delete-in-progress</c> | <c>delete-complete</c> | <c>delete-failed</c>).</para></li><li><para><c>subnet-id</c> - The ID of the subnet in which the EC2 Instance Connect Endpoint was created.</para></li><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li><li><para><c>tag-value</c> - The value of a tag assigned to the resource. Use this filter to find all resources that have a tag with a specific value, regardless of tag key.</para></li><li><para><c>vpc-id</c> - The ID of the VPC in which the EC2 Instance Connect Endpoint was created.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceConnectEndpointCmdlet.InstanceConnectEndpointId"> <summary> <para> <para>One or more EC2 Instance Connect Endpoint IDs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceConnectEndpointCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceConnectEndpointCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceConnectEndpointCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InstanceConnectEndpoints'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeInstanceConnectEndpointsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeInstanceConnectEndpointsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceConnectEndpointCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceEventNotificationAttributeCmdlet"> <summary> Describes the tag keys that are registered to appear in scheduled event notifications for resources in the current Region. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceEventNotificationAttributeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InstanceTagAttribute'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeInstanceEventNotificationAttributesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeInstanceEventNotificationAttributesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceEventWindowCmdlet"> <summary> Describes the specified event windows or all event windows. <para> If you specify event window IDs, the output includes information for only the specified event windows. If you specify filters, the output includes information for only those event windows that meet the filter criteria. If you do not specify event windows IDs or filters, the output includes information for all event windows, which can affect performance. We recommend that you use pagination to ensure that the operation returns quickly and successfully. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/event-windows.html">Define event windows for scheduled events</a> in the <i>Amazon EC2 User Guide</i>. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceEventWindowCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>dedicated-host-id</c> - The event windows associated with the specified Dedicated Host ID.</para></li><li><para><c>event-window-name</c> - The event windows associated with the specified names. </para></li><li><para><c>instance-id</c> - The event windows associated with the specified instance ID.</para></li><li><para><c>instance-tag</c> - The event windows associated with the specified tag and value.</para></li><li><para><c>instance-tag-key</c> - The event windows associated with the specified tag key, regardless of the value.</para></li><li><para><c>instance-tag-value</c> - The event windows associated with the specified tag value, regardless of the key.</para></li><li><para><c>tag:<key></c> - The key/value combination of a tag assigned to the event window. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>CMX</c>, specify <c>tag:Owner</c> for the filter name and <c>CMX</c> for the filter value. </para></li><li><para><c>tag-key</c> - The key of a tag assigned to the event window. Use this filter to find all event windows that have a tag with a specific key, regardless of the tag value. </para></li><li><para><c>tag-value</c> - The value of a tag assigned to the event window. Use this filter to find all event windows that have a tag with a specific value, regardless of the tag key. </para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceEventWindowCmdlet.InstanceEventWindowId"> <summary> <para> <para>The IDs of the event windows.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceEventWindowCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned <c>NextToken</c> value. This value can be between 20 and 500. You cannot specify this parameter and the event window IDs parameter in the same call.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceEventWindowCmdlet.NextToken"> <summary> <para> <para>The token to request the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceEventWindowCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InstanceEventWindows'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeInstanceEventWindowsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeInstanceEventWindowsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceEventWindowCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceMetadataDefaultCmdlet"> <summary> Gets the default instance metadata service (IMDS) settings that are set at the account level in the specified Amazon Web Services Region. <para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-options.html#instance-metadata-options-order-of-precedence">Order of precedence for instance metadata options</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceMetadataDefaultCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'AccountLevel'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetInstanceMetadataDefaultsResponse). Specifying the name of a property of type Amazon.EC2.Model.GetInstanceMetadataDefaultsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceStatusCmdlet"> <summary> Describes the status of the specified instances or all of your instances. By default, only running instances are described, unless you specifically indicate to return the status of all instances. <para> Instance status includes the following components: </para><ul><li><para><b>Status checks</b> - Amazon EC2 performs status checks on running EC2 instances to identify hardware and software issues. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-system-instance-status-check.html">Status checks for your instances</a> and <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstances.html">Troubleshoot instances with failed status checks</a> in the <i>Amazon EC2 User Guide</i>. </para></li><li><para><b>Scheduled events</b> - Amazon EC2 can schedule events (such as reboot, stop, or terminate) for your instances related to hardware issues, software updates, or system maintenance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-instances-status-check_sched.html">Scheduled events for your instances</a> in the <i>Amazon EC2 User Guide</i>. </para></li><li><para><b>Instance state</b> - You can manage your instances from the moment you launch them through their termination. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html">Instance lifecycle</a> in the <i>Amazon EC2 User Guide</i>. </para></li></ul><note><para> The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order. </para></note><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceStatusCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>availability-zone</c> - The Availability Zone of the instance.</para></li><li><para><c>event.code</c> - The code for the scheduled event (<c>instance-reboot</c> | <c>system-reboot</c> | <c>system-maintenance</c> | <c>instance-retirement</c> | <c>instance-stop</c>).</para></li><li><para><c>event.description</c> - A description of the event.</para></li><li><para><c>event.instance-event-id</c> - The ID of the event whose date and time you are modifying.</para></li><li><para><c>event.not-after</c> - The latest end time for the scheduled event (for example, <c>2014-09-15T17:15:20.000Z</c>).</para></li><li><para><c>event.not-before</c> - The earliest start time for the scheduled event (for example, <c>2014-09-15T17:15:20.000Z</c>).</para></li><li><para><c>event.not-before-deadline</c> - The deadline for starting the event (for example, <c>2014-09-15T17:15:20.000Z</c>).</para></li><li><para><c>instance-state-code</c> - The code for the instance state, as a 16-bit unsigned integer. The high byte is used for internal purposes and should be ignored. The low byte is set based on the state represented. The valid values are 0 (pending), 16 (running), 32 (shutting-down), 48 (terminated), 64 (stopping), and 80 (stopped).</para></li><li><para><c>instance-state-name</c> - The state of the instance (<c>pending</c> | <c>running</c> | <c>shutting-down</c> | <c>terminated</c> | <c>stopping</c> | <c>stopped</c>).</para></li><li><para><c>instance-status.reachability</c> - Filters on instance status where the name is <c>reachability</c> (<c>passed</c> | <c>failed</c> | <c>initializing</c> | <c>insufficient-data</c>).</para></li><li><para><c>instance-status.status</c> - The status of the instance (<c>ok</c> | <c>impaired</c> | <c>initializing</c> | <c>insufficient-data</c> | <c>not-applicable</c>).</para></li><li><para><c>system-status.reachability</c> - Filters on system status where the name is <c>reachability</c> (<c>passed</c> | <c>failed</c> | <c>initializing</c> | <c>insufficient-data</c>).</para></li><li><para><c>system-status.status</c> - The system status of the instance (<c>ok</c> | <c>impaired</c> | <c>initializing</c> | <c>insufficient-data</c> | <c>not-applicable</c>).</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceStatusCmdlet.IncludeAllInstance"> <summary> <para> <para>When <c>true</c>, includes the health status for all instances. When <c>false</c>, includes the health status for running instances only.</para><para>Default: <c>false</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceStatusCmdlet.InstanceId"> <summary> <para> <para>The instance IDs.</para><para>Default: Describes all your instances.</para><para>Constraints: Maximum 100 explicitly specified instance IDs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceStatusCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para><para>You cannot specify this parameter and the instance IDs parameter in the same request.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceStatusCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceStatusCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InstanceStatuses'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeInstanceStatusResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeInstanceStatusResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceStatusCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceStatusCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTopologyCmdlet"> <summary> Describes a tree-based hierarchy that represents the physical host placement of your EC2 instances within an Availability Zone or Local Zone. You can use this information to determine the relative proximity of your EC2 instances within the Amazon Web Services network to support your tightly coupled workloads. <para><b>Limitations</b></para><ul><li><para> Supported zones </para><ul><li><para> Availability Zone </para></li><li><para> Local Zone </para></li></ul></li><li><para> Supported instance types </para><ul><li><para><c>hpc6a.48xlarge</c> | <c>hpc6id.32xlarge</c> | <c>hpc7a.12xlarge</c> | <c>hpc7a.24xlarge</c> | <c>hpc7a.48xlarge</c> | <c>hpc7a.96xlarge</c> | <c>hpc7g.4xlarge</c> | <c>hpc7g.8xlarge</c> | <c>hpc7g.16xlarge</c></para></li><li><para><c>p3dn.24xlarge</c> | <c>p4d.24xlarge</c> | <c>p4de.24xlarge</c> | <c>p5.48xlarge</c></para></li><li><para><c>trn1.2xlarge</c> | <c>trn1.32xlarge</c> | <c>trn1n.32xlarge</c></para></li></ul></li></ul><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-topology.html">Amazon EC2 instance topology</a> in the <i>Amazon EC2 User Guide</i>. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTopologyCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>availability-zone</c> - The name of the Availability Zone (for example, <c>us-west-2a</c>) or Local Zone (for example, <c>us-west-2-lax-1b</c>) that the instance is in.</para></li><li><para><c>instance-type</c> - The instance type (for example, <c>p4d.24xlarge</c>) or instance family (for example, <c>p4d*</c>). You can use the <c>*</c> wildcard to match zero or more characters, or the <c>?</c> wildcard to match zero or one character.</para></li><li><para><c>zone-id</c> - The ID of the Availability Zone (for example, <c>usw2-az2</c>) or Local Zone (for example, <c>usw2-lax1-az1</c>) that the instance is in.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTopologyCmdlet.GroupName"> <summary> <para> <para>The name of the placement group that each instance is in.</para><para>Constraints: Maximum 100 explicitly specified placement group names.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTopologyCmdlet.InstanceId"> <summary> <para> <para>The instance IDs.</para><para>Default: Describes all your instances.</para><para>Constraints: Maximum 100 explicitly specified instance IDs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTopologyCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para><para>You can't specify this parameter and the instance IDs parameter in the same request.</para><para>Default: <c>20</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTopologyCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTopologyCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Instances'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeInstanceTopologyResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeInstanceTopologyResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTopologyCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTpmEkPubCmdlet"> <summary> Gets the public endorsement key associated with the Nitro Trusted Platform Module (NitroTPM) for the specified instance. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTpmEkPubCmdlet.InstanceId"> <summary> <para> <para>The ID of the instance for which to get the public endorsement key.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTpmEkPubCmdlet.KeyFormat"> <summary> <para> <para>The required public endorsement key format. Specify <c>der</c> for a DER-encoded public key that is compatible with OpenSSL. Specify <c>tpmt</c> for a TPM 2.0 format that is compatible with tpm2-tools. The returned key is base64 encoded.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTpmEkPubCmdlet.KeyType"> <summary> <para> <para>The required public endorsement key type.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTpmEkPubCmdlet.Select"> <summary> 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.GetInstanceTpmEkPubResponse). Specifying the name of a property of type Amazon.EC2.Model.GetInstanceTpmEkPubResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTpmEkPubCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypeCmdlet"> <summary> Describes the specified instance types. By default, all instance types for the current Region are described. Alternatively, you can filter the results.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypeCmdlet.Filter"> <summary> <para> <para>One or more filters. Filter names and values are case-sensitive.</para><ul><li><para><c>auto-recovery-supported</c> - Indicates whether Amazon CloudWatch action based recovery is supported (<c>true</c> | <c>false</c>).</para></li><li><para><c>bare-metal</c> - Indicates whether it is a bare metal instance type (<c>true</c> | <c>false</c>).</para></li><li><para><c>burstable-performance-supported</c> - Indicates whether the instance type is a burstable performance T instance type (<c>true</c> | <c>false</c>).</para></li><li><para><c>current-generation</c> - Indicates whether this instance type is the latest generation instance type of an instance family (<c>true</c> | <c>false</c>).</para></li><li><para><c>ebs-info.ebs-optimized-info.baseline-bandwidth-in-mbps</c> - The baseline bandwidth performance for an EBS-optimized instance type, in Mbps.</para></li><li><para><c>ebs-info.ebs-optimized-info.baseline-iops</c> - The baseline input/output storage operations per second for an EBS-optimized instance type.</para></li><li><para><c>ebs-info.ebs-optimized-info.baseline-throughput-in-mbps</c> - The baseline throughput performance for an EBS-optimized instance type, in MB/s.</para></li><li><para><c>ebs-info.ebs-optimized-info.maximum-bandwidth-in-mbps</c> - The maximum bandwidth performance for an EBS-optimized instance type, in Mbps.</para></li><li><para><c>ebs-info.ebs-optimized-info.maximum-iops</c> - The maximum input/output storage operations per second for an EBS-optimized instance type.</para></li><li><para><c>ebs-info.ebs-optimized-info.maximum-throughput-in-mbps</c> - The maximum throughput performance for an EBS-optimized instance type, in MB/s.</para></li><li><para><c>ebs-info.ebs-optimized-support</c> - Indicates whether the instance type is EBS-optimized (<c>supported</c> | <c>unsupported</c> | <c>default</c>).</para></li><li><para><c>ebs-info.encryption-support</c> - Indicates whether EBS encryption is supported (<c>supported</c> | <c>unsupported</c>).</para></li><li><para><c>ebs-info.nvme-support</c> - Indicates whether non-volatile memory express (NVMe) is supported for EBS volumes (<c>required</c> | <c>supported</c> | <c>unsupported</c>).</para></li><li><para><c>free-tier-eligible</c> - Indicates whether the instance type is eligible to use in the free tier (<c>true</c> | <c>false</c>).</para></li><li><para><c>hibernation-supported</c> - Indicates whether On-Demand hibernation is supported (<c>true</c> | <c>false</c>).</para></li><li><para><c>hypervisor</c> - The hypervisor (<c>nitro</c> | <c>xen</c>).</para></li><li><para><c>instance-storage-info.disk.count</c> - The number of local disks.</para></li><li><para><c>instance-storage-info.disk.size-in-gb</c> - The storage size of each instance storage disk, in GB.</para></li><li><para><c>instance-storage-info.disk.type</c> - The storage technology for the local instance storage disks (<c>hdd</c> | <c>ssd</c>).</para></li><li><para><c>instance-storage-info.encryption-support</c> - Indicates whether data is encrypted at rest (<c>required</c> | <c>supported</c> | <c>unsupported</c>).</para></li><li><para><c>instance-storage-info.nvme-support</c> - Indicates whether non-volatile memory express (NVMe) is supported for instance store (<c>required</c> | <c>supported</c> | <c>unsupported</c>).</para></li><li><para><c>instance-storage-info.total-size-in-gb</c> - The total amount of storage available from all local instance storage, in GB.</para></li><li><para><c>instance-storage-supported</c> - Indicates whether the instance type has local instance storage (<c>true</c> | <c>false</c>).</para></li><li><para><c>instance-type</c> - The instance type (for example <c>c5.2xlarge</c> or c5*).</para></li><li><para><c>memory-info.size-in-mib</c> - The memory size.</para></li><li><para><c>network-info.efa-info.maximum-efa-interfaces</c> - The maximum number of Elastic Fabric Adapters (EFAs) per instance.</para></li><li><para><c>network-info.efa-supported</c> - Indicates whether the instance type supports Elastic Fabric Adapter (EFA) (<c>true</c> | <c>false</c>).</para></li><li><para><c>network-info.ena-support</c> - Indicates whether Elastic Network Adapter (ENA) is supported or required (<c>required</c> | <c>supported</c> | <c>unsupported</c>).</para></li><li><para><c>network-info.encryption-in-transit-supported</c> - Indicates whether the instance type automatically encrypts in-transit traffic between instances (<c>true</c> | <c>false</c>).</para></li><li><para><c>network-info.ipv4-addresses-per-interface</c> - The maximum number of private IPv4 addresses per network interface.</para></li><li><para><c>network-info.ipv6-addresses-per-interface</c> - The maximum number of private IPv6 addresses per network interface.</para></li><li><para><c>network-info.ipv6-supported</c> - Indicates whether the instance type supports IPv6 (<c>true</c> | <c>false</c>).</para></li><li><para><c>network-info.maximum-network-cards</c> - The maximum number of network cards per instance.</para></li><li><para><c>network-info.maximum-network-interfaces</c> - The maximum number of network interfaces per instance.</para></li><li><para><c>network-info.network-performance</c> - The network performance (for example, "25 Gigabit").</para></li><li><para><c>nitro-enclaves-support</c> - Indicates whether Nitro Enclaves is supported (<c>supported</c> | <c>unsupported</c>).</para></li><li><para><c>nitro-tpm-support</c> - Indicates whether NitroTPM is supported (<c>supported</c> | <c>unsupported</c>).</para></li><li><para><c>nitro-tpm-info.supported-versions</c> - The supported NitroTPM version (<c>2.0</c>).</para></li><li><para><c>processor-info.supported-architecture</c> - The CPU architecture (<c>arm64</c> | <c>i386</c> | <c>x86_64</c>).</para></li><li><para><c>processor-info.sustained-clock-speed-in-ghz</c> - The CPU clock speed, in GHz.</para></li><li><para><c>processor-info.supported-features</c> - The supported CPU features (<c>amd-sev-snp</c>).</para></li><li><para><c>supported-boot-mode</c> - The boot mode (<c>legacy-bios</c> | <c>uefi</c>).</para></li><li><para><c>supported-root-device-type</c> - The root device type (<c>ebs</c> | <c>instance-store</c>).</para></li><li><para><c>supported-usage-class</c> - The usage class (<c>on-demand</c> | <c>spot</c>).</para></li><li><para><c>supported-virtualization-type</c> - The virtualization type (<c>hvm</c> | <c>paravirtual</c>).</para></li><li><para><c>vcpu-info.default-cores</c> - The default number of cores for the instance type.</para></li><li><para><c>vcpu-info.default-threads-per-core</c> - The default number of threads per core for the instance type.</para></li><li><para><c>vcpu-info.default-vcpus</c> - The default number of vCPUs for the instance type.</para></li><li><para><c>vcpu-info.valid-cores</c> - The number of cores that can be configured for the instance type.</para></li><li><para><c>vcpu-info.valid-threads-per-core</c> - The number of threads per core that can be configured for the instance type. For example, "1" or "1,2".</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypeCmdlet.InstanceType"> <summary> <para> <para>The instance types.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypeCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypeCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InstanceTypes'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeInstanceTypesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeInstanceTypesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypeCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypeOfferingCmdlet"> <summary> Lists the instance types that are offered for the specified location. If no location is specified, the default is to list the instance types that are offered in the current Region.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypeOfferingCmdlet.Filter"> <summary> <para> <para>One or more filters. Filter names and values are case-sensitive.</para><ul><li><para><c>instance-type</c> - The instance type. For a list of possible values, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_Instance.html">Instance</a>.</para></li><li><para><c>location</c> - The location. For a list of possible identifiers, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html">Regions and Zones</a>.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypeOfferingCmdlet.LocationType"> <summary> <para> <para>The location type.</para><ul><li><para><c>availability-zone</c> - The Availability Zone. When you specify a location filter, it must be an Availability Zone for the current Region.</para></li><li><para><c>availability-zone-id</c> - The AZ ID. When you specify a location filter, it must be an AZ ID for the current Region.</para></li><li><para><c>outpost</c> - The Outpost ARN. When you specify a location filter, it must be an Outpost ARN for the current Region.</para></li><li><para><c>region</c> - The current Region. If you specify a location filter, it must match the current Region.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypeOfferingCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypeOfferingCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypeOfferingCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InstanceTypeOfferings'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeInstanceTypeOfferingsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeInstanceTypeOfferingsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypeOfferingCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet"> <summary> Returns a list of instance types with the specified instance attributes. You can use the response to preview the instance types without launching instances. Note that the response does not consider capacity. <para> When you specify multiple parameters, you get instance types that satisfy all of the specified parameters. If you specify multiple values for a parameter, you get instance types that satisfy any of the specified values. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-attribute-based-instance-type-selection.html#spotfleet-get-instance-types-from-instance-requirements">Preview instance types with specified attributes</a>, <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html">Attribute-based instance type selection for EC2 Fleet</a>, <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-attribute-based-instance-type-selection.html">Attribute-based instance type selection for Spot Fleet</a>, and <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html">Spot placement score</a> in the <i>Amazon EC2 User Guide</i>, and <a href="https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-asg-instance-type-requirements.html">Creating an Auto Scaling group using attribute-based instance type selection</a> in the <i>Amazon EC2 Auto Scaling User Guide</i>. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.InstanceRequirements_AcceleratorManufacturer"> <summary> <para> <para>Indicates whether instance types must have accelerators by specific manufacturers.</para><ul><li><para>For instance types with Amazon Web Services devices, specify <c>amazon-web-services</c>.</para></li><li><para>For instance types with AMD devices, specify <c>amd</c>.</para></li><li><para>For instance types with Habana devices, specify <c>habana</c>.</para></li><li><para>For instance types with NVIDIA devices, specify <c>nvidia</c>.</para></li><li><para>For instance types with Xilinx devices, specify <c>xilinx</c>.</para></li></ul><para>Default: Any manufacturer</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.InstanceRequirements_AcceleratorName"> <summary> <para> <para>The accelerators that must be on the instance type.</para><ul><li><para>For instance types with NVIDIA A10G GPUs, specify <c>a10g</c>.</para></li><li><para>For instance types with NVIDIA A100 GPUs, specify <c>a100</c>.</para></li><li><para>For instance types with NVIDIA H100 GPUs, specify <c>h100</c>.</para></li><li><para>For instance types with Amazon Web Services Inferentia chips, specify <c>inferentia</c>.</para></li><li><para>For instance types with NVIDIA GRID K520 GPUs, specify <c>k520</c>.</para></li><li><para>For instance types with NVIDIA K80 GPUs, specify <c>k80</c>.</para></li><li><para>For instance types with NVIDIA M60 GPUs, specify <c>m60</c>.</para></li><li><para>For instance types with AMD Radeon Pro V520 GPUs, specify <c>radeon-pro-v520</c>.</para></li><li><para>For instance types with NVIDIA T4 GPUs, specify <c>t4</c>.</para></li><li><para>For instance types with NVIDIA T4G GPUs, specify <c>t4g</c>.</para></li><li><para>For instance types with Xilinx VU9P FPGAs, specify <c>vu9p</c>.</para></li><li><para>For instance types with NVIDIA V100 GPUs, specify <c>v100</c>.</para></li></ul><para>Default: Any accelerator</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.InstanceRequirements_AcceleratorType"> <summary> <para> <para>The accelerator types that must be on the instance type.</para><ul><li><para>To include instance types with GPU hardware, specify <c>gpu</c>.</para></li><li><para>To include instance types with FPGA hardware, specify <c>fpga</c>.</para></li><li><para>To include instance types with inference hardware, specify <c>inference</c>.</para></li></ul><para>Default: Any accelerator type</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.InstanceRequirements_AllowedInstanceType"> <summary> <para> <para>The instance types to apply your specified attributes against. All other instance types are ignored, even if they match your specified attributes.</para><para>You can use strings with one or more wild cards, represented by an asterisk (<c>*</c>), to allow an instance type, size, or generation. The following are examples: <c>m5.8xlarge</c>, <c>c5*.*</c>, <c>m5a.*</c>, <c>r*</c>, <c>*3*</c>.</para><para>For example, if you specify <c>c5*</c>,Amazon EC2 will allow the entire C5 instance family, which includes all C5a and C5n instance types. If you specify <c>m5a.*</c>, Amazon EC2 will allow all the M5a instance types, but not the M5n instance types.</para><note><para>If you specify <c>AllowedInstanceTypes</c>, you can't specify <c>ExcludedInstanceTypes</c>.</para></note><para>Default: All instance types</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.ArchitectureType"> <summary> <para> <para>The processor architecture type.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.InstanceRequirements_BareMetal"> <summary> <para> <para>Indicates whether bare metal instance types must be included, excluded, or required.</para><ul><li><para>To include bare metal instance types, specify <c>included</c>.</para></li><li><para>To require only bare metal instance types, specify <c>required</c>.</para></li><li><para>To exclude bare metal instance types, specify <c>excluded</c>.</para></li></ul><para>Default: <c>excluded</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.InstanceRequirements_BurstablePerformance"> <summary> <para> <para>Indicates whether burstable performance T instance types are included, excluded, or required. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html">Burstable performance instances</a>.</para><ul><li><para>To include burstable performance instance types, specify <c>included</c>.</para></li><li><para>To require only burstable performance instance types, specify <c>required</c>.</para></li><li><para>To exclude burstable performance instance types, specify <c>excluded</c>.</para></li></ul><para>Default: <c>excluded</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.InstanceRequirements_CpuManufacturer"> <summary> <para> <para>The CPU manufacturers to include.</para><ul><li><para>For instance types with Intel CPUs, specify <c>intel</c>.</para></li><li><para>For instance types with AMD CPUs, specify <c>amd</c>.</para></li><li><para>For instance types with Amazon Web Services CPUs, specify <c>amazon-web-services</c>.</para></li></ul><note><para>Don't confuse the CPU manufacturer with the CPU architecture. Instances will be launched with a compatible CPU architecture based on the Amazon Machine Image (AMI) that you specify in your launch template.</para></note><para>Default: Any manufacturer</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.InstanceRequirements_ExcludedInstanceType"> <summary> <para> <para>The instance types to exclude.</para><para>You can use strings with one or more wild cards, represented by an asterisk (<c>*</c>), to exclude an instance family, type, size, or generation. The following are examples: <c>m5.8xlarge</c>, <c>c5*.*</c>, <c>m5a.*</c>, <c>r*</c>, <c>*3*</c>.</para><para>For example, if you specify <c>c5*</c>,Amazon EC2 will exclude the entire C5 instance family, which includes all C5a and C5n instance types. If you specify <c>m5a.*</c>, Amazon EC2 will exclude all the M5a instance types, but not the M5n instance types.</para><note><para>If you specify <c>ExcludedInstanceTypes</c>, you can't specify <c>AllowedInstanceTypes</c>.</para></note><para>Default: No excluded instance types</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.InstanceRequirements_InstanceGeneration"> <summary> <para> <para>Indicates whether current or previous generation instance types are included. The current generation instance types are recommended for use. Current generation instance types are typically the latest two to three generations in each instance family. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance types</a> in the <i>Amazon EC2 User Guide</i>.</para><para>For current generation instance types, specify <c>current</c>.</para><para>For previous generation instance types, specify <c>previous</c>.</para><para>Default: Current and previous generation instance types</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.InstanceRequirements_LocalStorage"> <summary> <para> <para>Indicates whether instance types with instance store volumes are included, excluded, or required. For more information, <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html">Amazon EC2 instance store</a> in the <i>Amazon EC2 User Guide</i>.</para><ul><li><para>To include instance types with instance store volumes, specify <c>included</c>.</para></li><li><para>To require only instance types with instance store volumes, specify <c>required</c>.</para></li><li><para>To exclude instance types with instance store volumes, specify <c>excluded</c>.</para></li></ul><para>Default: <c>included</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.InstanceRequirements_LocalStorageType"> <summary> <para> <para>The type of local storage that is required.</para><ul><li><para>For instance types with hard disk drive (HDD) storage, specify <c>hdd</c>.</para></li><li><para>For instance types with solid state drive (SSD) storage, specify <c>ssd</c>.</para></li></ul><para>Default: <c>hdd</c> and <c>ssd</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.AcceleratorCount_Max"> <summary> <para> <para>The maximum number of accelerators. To specify no maximum limit, omit this parameter. To exclude accelerator-enabled instance types, set <c>Max</c> to <c>0</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.AcceleratorTotalMemoryMiB_Max"> <summary> <para> <para>The maximum amount of accelerator memory, in MiB. To specify no maximum limit, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.BaselineEbsBandwidthMbps_Max"> <summary> <para> <para>The maximum baseline bandwidth, in Mbps. To specify no maximum limit, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.MemoryGiBPerVCpu_Max"> <summary> <para> <para>The maximum amount of memory per vCPU, in GiB. To specify no maximum limit, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.MemoryMiB_Max"> <summary> <para> <para>The maximum amount of memory, in MiB. To specify no maximum limit, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.NetworkBandwidthGbps_Max"> <summary> <para> <para>The maximum amount of network bandwidth, in Gbps. To specify no maximum limit, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.NetworkInterfaceCount_Max"> <summary> <para> <para>The maximum number of network interfaces. To specify no maximum limit, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.TotalLocalStorageGB_Max"> <summary> <para> <para>The maximum amount of total local storage, in GB. To specify no maximum limit, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.VCpuCount_Max"> <summary> <para> <para>The maximum number of vCPUs. To specify no maximum limit, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.InstanceRequirements_MaxSpotPriceAsPercentageOfOptimalOnDemandPrice"> <summary> <para> <para>[Price protection] The price protection threshold for Spot Instances, as a percentage of an identified On-Demand price. The identified On-Demand price is the price of the lowest priced current generation C, M, or R instance type with your specified attributes. If no current generation C, M, or R instance type matches your attributes, then the identified price is from the lowest priced current generation instance types, and failing that, from the lowest priced previous generation instance types that match your attributes. When Amazon EC2 selects instance types with your attributes, it will exclude instance types whose price exceeds your specified threshold.</para><para>The parameter accepts an integer, which Amazon EC2 interprets as a percentage.</para><para>If you set <c>TargetCapacityUnitType</c> to <c>vcpu</c> or <c>memory-mib</c>, the price protection threshold is based on the per vCPU or per memory price instead of the per instance price.</para><note><para>Only one of <c>SpotMaxPricePercentageOverLowestPrice</c> or <c>MaxSpotPriceAsPercentageOfOptimalOnDemandPrice</c> can be specified. If you don't specify either, Amazon EC2 will automatically apply optimal price protection to consistently select from a wide range of instance types. To indicate no price protection threshold for Spot Instances, meaning you want to consider all instance types that match your attributes, include one of these parameters and specify a high value, such as <c>999999</c>.</para></note> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.AcceleratorCount_Min"> <summary> <para> <para>The minimum number of accelerators. To specify no minimum limit, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.AcceleratorTotalMemoryMiB_Min"> <summary> <para> <para>The minimum amount of accelerator memory, in MiB. To specify no minimum limit, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.BaselineEbsBandwidthMbps_Min"> <summary> <para> <para>The minimum baseline bandwidth, in Mbps. To specify no minimum limit, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.MemoryGiBPerVCpu_Min"> <summary> <para> <para>The minimum amount of memory per vCPU, in GiB. To specify no minimum limit, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.MemoryMiB_Min"> <summary> <para> <para>The minimum amount of memory, in MiB. To specify no minimum limit, specify <c>0</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.NetworkBandwidthGbps_Min"> <summary> <para> <para>The minimum amount of network bandwidth, in Gbps. To specify no minimum limit, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.NetworkInterfaceCount_Min"> <summary> <para> <para>The minimum number of network interfaces. To specify no minimum limit, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.TotalLocalStorageGB_Min"> <summary> <para> <para>The minimum amount of total local storage, in GB. To specify no minimum limit, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.VCpuCount_Min"> <summary> <para> <para>The minimum number of vCPUs. To specify no minimum limit, specify <c>0</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.InstanceRequirements_OnDemandMaxPricePercentageOverLowestPrice"> <summary> <para> <para>[Price protection] The price protection threshold for On-Demand Instances, as a percentage higher than an identified On-Demand price. The identified On-Demand price is the price of the lowest priced current generation C, M, or R instance type with your specified attributes. When Amazon EC2 selects instance types with your attributes, it will exclude instance types whose price exceeds your specified threshold.</para><para>The parameter accepts an integer, which Amazon EC2 interprets as a percentage.</para><para>To indicate no price protection threshold, specify a high value, such as <c>999999</c>.</para><para>This parameter is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetSpotPlacementScores.html">GetSpotPlacementScores</a> and <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceTypesFromInstanceRequirements.html">GetInstanceTypesFromInstanceRequirements</a>.</para><note><para>If you set <c>TargetCapacityUnitType</c> to <c>vcpu</c> or <c>memory-mib</c>, the price protection threshold is applied based on the per-vCPU or per-memory price instead of the per-instance price.</para></note><para>Default: <c>20</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.InstanceRequirements_RequireHibernateSupport"> <summary> <para> <para>Indicates whether instance types must support hibernation for On-Demand Instances.</para><para>This parameter is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetSpotPlacementScores.html">GetSpotPlacementScores</a>.</para><para>Default: <c>false</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.InstanceRequirements_SpotMaxPricePercentageOverLowestPrice"> <summary> <para> <para>[Price protection] The price protection threshold for Spot Instances, as a percentage higher than an identified Spot price. The identified Spot price is the Spot price of the lowest priced current generation C, M, or R instance type with your specified attributes. If no current generation C, M, or R instance type matches your attributes, then the identified Spot price is from the lowest priced current generation instance types, and failing that, from the lowest priced previous generation instance types that match your attributes. When Amazon EC2 selects instance types with your attributes, it will exclude instance types whose Spot price exceeds your specified threshold.</para><para>The parameter accepts an integer, which Amazon EC2 interprets as a percentage.</para><para>If you set <c>TargetCapacityUnitType</c> to <c>vcpu</c> or <c>memory-mib</c>, the price protection threshold is applied based on the per-vCPU or per-memory price instead of the per-instance price.</para><para>This parameter is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetSpotPlacementScores.html">GetSpotPlacementScores</a> and <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceTypesFromInstanceRequirements.html">GetInstanceTypesFromInstanceRequirements</a>.</para><note><para>Only one of <c>SpotMaxPricePercentageOverLowestPrice</c> or <c>MaxSpotPriceAsPercentageOfOptimalOnDemandPrice</c> can be specified. If you don't specify either, Amazon EC2 will automatically apply optimal price protection to consistently select from a wide range of instance types. To indicate no price protection threshold for Spot Instances, meaning you want to consider all instance types that match your attributes, include one of these parameters and specify a high value, such as <c>999999</c>.</para></note><para>Default: <c>100</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.VirtualizationType"> <summary> <para> <para>The virtualization type.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InstanceTypes'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetInstanceTypesFromInstanceRequirementsResponse). Specifying the name of a property of type Amazon.EC2.Model.GetInstanceTypesFromInstanceRequirementsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceTypesFromInstanceRequirementCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceUefiDataCmdlet"> <summary> A binary representation of the UEFI variable store. Only non-volatile variables are stored. This is a base64 encoded and zlib compressed binary value that must be properly encoded. <para> When you use <a href="https://docs.aws.amazon.com/cli/latest/reference/ec2/register-image.html">register-image</a> to create an AMI, you can create an exact copy of your variable store by passing the UEFI data in the <c>UefiData</c> parameter. You can modify the UEFI data by using the <a href="https://github.com/awslabs/python-uefivars">python-uefivars tool</a> on GitHub. You can use the tool to convert the UEFI data into a human-readable format (JSON), which you can inspect and modify, and then convert back into the binary format to use with register-image. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/uefi-secure-boot.html">UEFI Secure Boot</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceUefiDataCmdlet.InstanceId"> <summary> <para> <para>The ID of the instance from which to retrieve the UEFI data.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceUefiDataCmdlet.Select"> <summary> 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.GetInstanceUefiDataResponse). Specifying the name of a property of type Amazon.EC2.Model.GetInstanceUefiDataResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InstanceUefiDataCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2InternetGatewayCmdlet"> <summary> Describes your internet gateways. The default is to describe all your internet gateways. Alternatively, you can specify specific internet gateway IDs or filter the results to include only the internet gateways that match specific criteria.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InternetGatewayCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>attachment.state</c> - The current state of the attachment between the gateway and the VPC (<c>available</c>). Present only if a VPC is attached.</para></li><li><para><c>attachment.vpc-id</c> - The ID of an attached VPC.</para></li><li><para><c>internet-gateway-id</c> - The ID of the Internet gateway.</para></li><li><para><c>owner-id</c> - The ID of the Amazon Web Services account that owns the internet gateway.</para></li><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InternetGatewayCmdlet.InternetGatewayId"> <summary> <para> <para>The IDs of the internet gateways.</para><para>Default: Describes all your internet gateways.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InternetGatewayCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InternetGatewayCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InternetGatewayCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InternetGateways'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeInternetGatewaysResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeInternetGatewaysResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InternetGatewayCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InternetGatewayId parameter. The -PassThru parameter is deprecated, use -Select '^InternetGatewayId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2InternetGatewayCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamCmdlet"> <summary> Get information about your IPAM pools. <para> For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html">What is IPAM?</a> in the <i>Amazon VPC IPAM User Guide</i>. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamCmdlet.Filter"> <summary> <para> <para>One or more filters for the request. For more information about filtering, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html">Filtering CLI output</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamCmdlet.IpamId"> <summary> <para> <para>The IDs of the IPAMs you want information on.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return in the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Ipams'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeIpamsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeIpamsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamAddressHistoryCmdlet"> <summary> Retrieve historical information about a CIDR within an IPAM scope. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/view-history-cidr-ipam.html">View the history of IP addresses</a> in the <i>Amazon VPC IPAM User Guide</i>.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamAddressHistoryCmdlet.Cidr"> <summary> <para> <para>The CIDR you want the history of. The CIDR can be an IPv4 or IPv6 IP address range. If you enter a /16 IPv4 CIDR, you will get records that match it exactly. You will not get records for any subnets within the /16 CIDR.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamAddressHistoryCmdlet.EndTime"> <summary> <para> <para>The end of the time period for which you are looking for history. If you omit this option, it will default to the current time.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamAddressHistoryCmdlet.IpamScopeId"> <summary> <para> <para>The ID of the IPAM scope that the CIDR is in.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamAddressHistoryCmdlet.StartTime"> <summary> <para> <para>The start of the time period for which you are looking for history. If you omit this option, it will default to the value of EndTime.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamAddressHistoryCmdlet.VpcId"> <summary> <para> <para>The ID of the VPC you want your history records filtered by.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamAddressHistoryCmdlet.MaxResult"> <summary> <para> <para>The maximum number of historical results you would like returned per page. Defaults to 100.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamAddressHistoryCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamAddressHistoryCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'HistoryRecords'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetIpamAddressHistoryResponse). Specifying the name of a property of type Amazon.EC2.Model.GetIpamAddressHistoryResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamAddressHistoryCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the IpamScopeId parameter. The -PassThru parameter is deprecated, use -Select '^IpamScopeId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamAddressHistoryCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamByoasnCmdlet"> <summary> Describes your Autonomous System Numbers (ASNs), their provisioning statuses, and the BYOIP CIDRs with which they are associated. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/tutorials-byoasn.html">Tutorial: Bring your ASN to IPAM</a> in the <i>Amazon VPC IPAM guide</i>.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamByoasnCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamByoasnCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamByoasnCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Byoasns'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeIpamByoasnResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeIpamByoasnResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamByoasnCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamDiscoveredAccountCmdlet"> <summary> Gets IPAM discovered accounts. A discovered account is an Amazon Web Services account that is monitored under a resource discovery. If you have integrated IPAM with Amazon Web Services Organizations, all accounts in the organization are discovered accounts. Only the IPAM account can get all discovered accounts in the organization.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamDiscoveredAccountCmdlet.DiscoveryRegion"> <summary> <para> <para>The Amazon Web Services Region that the account information is returned from.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamDiscoveredAccountCmdlet.Filter"> <summary> <para> <para>Discovered account filters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamDiscoveredAccountCmdlet.IpamResourceDiscoveryId"> <summary> <para> <para>A resource discovery ID.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamDiscoveredAccountCmdlet.MaxResult"> <summary> <para> <para>The maximum number of discovered accounts to return in one page of results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamDiscoveredAccountCmdlet.NextToken"> <summary> <para> <para>Specify the pagination token from a previous request to retrieve the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamDiscoveredAccountCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'IpamDiscoveredAccounts'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetIpamDiscoveredAccountsResponse). Specifying the name of a property of type Amazon.EC2.Model.GetIpamDiscoveredAccountsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamDiscoveredAccountCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the IpamResourceDiscoveryId parameter. The -PassThru parameter is deprecated, use -Select '^IpamResourceDiscoveryId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamDiscoveredAccountCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamDiscoveredPublicAddressCmdlet"> <summary> Gets the public IP addresses that have been discovered by IPAM.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamDiscoveredPublicAddressCmdlet.AddressRegion"> <summary> <para> <para>The Amazon Web Services Region for the IP address.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamDiscoveredPublicAddressCmdlet.Filter"> <summary> <para> <para>Filters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamDiscoveredPublicAddressCmdlet.IpamResourceDiscoveryId"> <summary> <para> <para>An IPAM resource discovery ID.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamDiscoveredPublicAddressCmdlet.MaxResult"> <summary> <para> <para>The maximum number of IPAM discovered public addresses to return in one page of results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamDiscoveredPublicAddressCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamDiscoveredPublicAddressCmdlet.Select"> <summary> 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.GetIpamDiscoveredPublicAddressesResponse). Specifying the name of a property of type Amazon.EC2.Model.GetIpamDiscoveredPublicAddressesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamDiscoveredPublicAddressCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the IpamResourceDiscoveryId parameter. The -PassThru parameter is deprecated, use -Select '^IpamResourceDiscoveryId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamDiscoveredPublicAddressCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamDiscoveredResourceCidrCmdlet"> <summary> Returns the resource CIDRs that are monitored as part of a resource discovery. A discovered resource is a resource CIDR monitored under a resource discovery. The following resources can be discovered: VPCs, Public IPv4 pools, VPC subnets, and Elastic IP addresses.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamDiscoveredResourceCidrCmdlet.Filter"> <summary> <para> <para>Filters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamDiscoveredResourceCidrCmdlet.IpamResourceDiscoveryId"> <summary> <para> <para>A resource discovery ID.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamDiscoveredResourceCidrCmdlet.ResourceRegion"> <summary> <para> <para>A resource Region.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamDiscoveredResourceCidrCmdlet.MaxResult"> <summary> <para> <para>The maximum number of discovered resource CIDRs to return in one page of results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamDiscoveredResourceCidrCmdlet.NextToken"> <summary> <para> <para>Specify the pagination token from a previous request to retrieve the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamDiscoveredResourceCidrCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'IpamDiscoveredResourceCidrs'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetIpamDiscoveredResourceCidrsResponse). Specifying the name of a property of type Amazon.EC2.Model.GetIpamDiscoveredResourceCidrsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamDiscoveredResourceCidrCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the IpamResourceDiscoveryId parameter. The -PassThru parameter is deprecated, use -Select '^IpamResourceDiscoveryId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamDiscoveredResourceCidrCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamPoolCmdlet"> <summary> Get information about your IPAM pools.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamPoolCmdlet.Filter"> <summary> <para> <para>One or more filters for the request. For more information about filtering, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html">Filtering CLI output</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamPoolCmdlet.IpamPoolId"> <summary> <para> <para>The IDs of the IPAM pools you would like information on.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamPoolCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return in the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamPoolCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamPoolCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'IpamPools'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeIpamPoolsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeIpamPoolsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamPoolCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamPoolAllocationCmdlet"> <summary> Get a list of all the CIDR allocations in an IPAM pool. The Region you use should be the IPAM pool locale. The locale is the Amazon Web Services Region where this IPAM pool is available for allocations. <note><para> If you use this action after <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_AllocateIpamPoolCidr.html">AllocateIpamPoolCidr</a> or <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ReleaseIpamPoolAllocation.html">ReleaseIpamPoolAllocation</a>, note that all EC2 API actions follow an <a href="https://docs.aws.amazon.com/ec2/latest/devguide/eventual-consistency.html">eventual consistency</a> model. </para></note><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamPoolAllocationCmdlet.Filter"> <summary> <para> <para>One or more filters for the request. For more information about filtering, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html">Filtering CLI output</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamPoolAllocationCmdlet.IpamPoolAllocationId"> <summary> <para> <para>The ID of the allocation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamPoolAllocationCmdlet.IpamPoolId"> <summary> <para> <para>The ID of the IPAM pool you want to see the allocations for.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamPoolAllocationCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results you would like returned per page.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamPoolAllocationCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamPoolAllocationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'IpamPoolAllocations'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetIpamPoolAllocationsResponse). Specifying the name of a property of type Amazon.EC2.Model.GetIpamPoolAllocationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamPoolAllocationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the IpamPoolId parameter. The -PassThru parameter is deprecated, use -Select '^IpamPoolId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamPoolAllocationCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamPoolCidrCmdlet"> <summary> Get the CIDRs provisioned to an IPAM pool.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamPoolCidrCmdlet.Filter"> <summary> <para> <para>One or more filters for the request. For more information about filtering, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html">Filtering CLI output</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamPoolCidrCmdlet.IpamPoolId"> <summary> <para> <para>The ID of the IPAM pool you want the CIDR for.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamPoolCidrCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return in the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamPoolCidrCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamPoolCidrCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'IpamPoolCidrs'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetIpamPoolCidrsResponse). Specifying the name of a property of type Amazon.EC2.Model.GetIpamPoolCidrsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamPoolCidrCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the IpamPoolId parameter. The -PassThru parameter is deprecated, use -Select '^IpamPoolId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamPoolCidrCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamResourceCidrCmdlet"> <summary> Returns resource CIDRs managed by IPAM in a given scope. If an IPAM is associated with more than one resource discovery, the resource CIDRs across all of the resource discoveries is returned. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamResourceCidrCmdlet.Filter"> <summary> <para> <para>One or more filters for the request. For more information about filtering, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html">Filtering CLI output</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamResourceCidrCmdlet.IpamPoolId"> <summary> <para> <para>The ID of the IPAM pool that the resource is in.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamResourceCidrCmdlet.IpamScopeId"> <summary> <para> <para>The ID of the scope that the resource is in.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamResourceCidrCmdlet.ResourceTag_Key"> <summary> <para> <para>The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamResourceCidrCmdlet.ResourceId"> <summary> <para> <para>The ID of the resource.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamResourceCidrCmdlet.ResourceOwner"> <summary> <para> <para>The ID of the Amazon Web Services account that owns the resource.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamResourceCidrCmdlet.ResourceType"> <summary> <para> <para>The resource type.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamResourceCidrCmdlet.ResourceTag_Value"> <summary> <para> <para>The value for the tag.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamResourceCidrCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return in the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamResourceCidrCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamResourceCidrCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'IpamResourceCidrs'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetIpamResourceCidrsResponse). Specifying the name of a property of type Amazon.EC2.Model.GetIpamResourceCidrsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamResourceCidrCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the IpamScopeId parameter. The -PassThru parameter is deprecated, use -Select '^IpamScopeId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamResourceCidrCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamResourceDiscoveryCmdlet"> <summary> Describes IPAM resource discoveries. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamResourceDiscoveryCmdlet.Filter"> <summary> <para> <para>The resource discovery filters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamResourceDiscoveryCmdlet.IpamResourceDiscoveryId"> <summary> <para> <para>The IPAM resource discovery IDs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamResourceDiscoveryCmdlet.MaxResult"> <summary> <para> <para>The maximum number of resource discoveries to return in one page of results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamResourceDiscoveryCmdlet.NextToken"> <summary> <para> <para>Specify the pagination token from a previous request to retrieve the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamResourceDiscoveryCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'IpamResourceDiscoveries'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeIpamResourceDiscoveriesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeIpamResourceDiscoveriesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamResourceDiscoveryCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamResourceDiscoveryAssociationCmdlet"> <summary> Describes resource discovery association with an Amazon VPC IPAM. An associated resource discovery is a resource discovery that has been associated with an IPAM..<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamResourceDiscoveryAssociationCmdlet.Filter"> <summary> <para> <para>The resource discovery association filters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamResourceDiscoveryAssociationCmdlet.IpamResourceDiscoveryAssociationId"> <summary> <para> <para>The resource discovery association IDs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamResourceDiscoveryAssociationCmdlet.MaxResult"> <summary> <para> <para>The maximum number of resource discovery associations to return in one page of results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamResourceDiscoveryAssociationCmdlet.NextToken"> <summary> <para> <para>Specify the pagination token from a previous request to retrieve the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamResourceDiscoveryAssociationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'IpamResourceDiscoveryAssociations'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeIpamResourceDiscoveryAssociationsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeIpamResourceDiscoveryAssociationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamResourceDiscoveryAssociationCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamScopeCmdlet"> <summary> Get information about your IPAM scopes.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamScopeCmdlet.Filter"> <summary> <para> <para>One or more filters for the request. For more information about filtering, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html">Filtering CLI output</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamScopeCmdlet.IpamScopeId"> <summary> <para> <para>The IDs of the scopes you want information on.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamScopeCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return in the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamScopeCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamScopeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'IpamScopes'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeIpamScopesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeIpamScopesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2IpamScopeCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2Ipv6PoolCmdlet"> <summary> Describes your IPv6 address pools.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2Ipv6PoolCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2Ipv6PoolCmdlet.PoolId"> <summary> <para> <para>The IDs of the IPv6 address pools.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2Ipv6PoolCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2Ipv6PoolCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2Ipv6PoolCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Ipv6Pools'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeIpv6PoolsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeIpv6PoolsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2Ipv6PoolCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2KeyPairCmdlet"> <summary> Describes the specified key pairs or all of your key pairs. <para> For more information about key pairs, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html">Amazon EC2 key pairs</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2KeyPairCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>key-pair-id</c> - The ID of the key pair.</para></li><li><para><c>fingerprint</c> - The fingerprint of the key pair.</para></li><li><para><c>key-name</c> - The name of the key pair.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2KeyPairCmdlet.IncludePublicKey"> <summary> <para> <para>If <c>true</c>, the public key material is included in the response.</para><para>Default: <c>false</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2KeyPairCmdlet.KeyName"> <summary> <para> <para>The key pair names.</para><para>Default: Describes all of your key pairs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2KeyPairCmdlet.KeyPairId"> <summary> <para> <para>The IDs of the key pairs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2KeyPairCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'KeyPairs'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeKeyPairsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeKeyPairsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2KeyPairCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the KeyName parameter. The -PassThru parameter is deprecated, use -Select '^KeyName' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2LaunchTemplateDataCmdlet"> <summary> Retrieves the configuration data of the specified instance. You can use this data to create a launch template. <para> This action calls on other describe actions to get instance information. Depending on your instance configuration, you may need to allow the following actions in your IAM policy: <c>DescribeSpotInstanceRequests</c>, <c>DescribeInstanceCreditSpecifications</c>, <c>DescribeVolumes</c>, and <c>DescribeInstanceAttribute</c>. Or, you can allow <c>describe*</c> depending on your instance requirements. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LaunchTemplateDataCmdlet.InstanceId"> <summary> <para> <para>The ID of the instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LaunchTemplateDataCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'LaunchTemplateData'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetLaunchTemplateDataResponse). Specifying the name of a property of type Amazon.EC2.Model.GetLaunchTemplateDataResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LaunchTemplateDataCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayCmdlet"> <summary> Describes one or more local gateways. By default, all local gateways are described. Alternatively, you can filter the results.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>local-gateway-id</c> - The ID of a local gateway.</para></li><li><para><c>outpost-arn</c> - The Amazon Resource Name (ARN) of the Outpost.</para></li><li><para><c>owner-id</c> - The ID of the Amazon Web Services account that owns the local gateway.</para></li><li><para><c>state</c> - The state of the association.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayCmdlet.LocalGatewayId"> <summary> <para> <para>The IDs of the local gateways.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'LocalGateways'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeLocalGatewaysResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeLocalGatewaysResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayRouteTableCmdlet"> <summary> Describes one or more local gateway route tables. By default, all local gateway route tables are described. Alternatively, you can filter the results.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayRouteTableCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>local-gateway-id</c> - The ID of a local gateway.</para></li><li><para><c>local-gateway-route-table-arn</c> - The Amazon Resource Name (ARN) of the local gateway route table.</para></li><li><para><c>local-gateway-route-table-id</c> - The ID of a local gateway route table.</para></li><li><para><c>outpost-arn</c> - The Amazon Resource Name (ARN) of the Outpost.</para></li><li><para><c>owner-id</c> - The ID of the Amazon Web Services account that owns the local gateway route table.</para></li><li><para><c>state</c> - The state of the local gateway route table.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayRouteTableCmdlet.LocalGatewayRouteTableId"> <summary> <para> <para>The IDs of the local gateway route tables.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayRouteTableCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayRouteTableCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayRouteTableCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'LocalGatewayRouteTables'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeLocalGatewayRouteTablesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeLocalGatewayRouteTablesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayRouteTableCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociationCmdlet"> <summary> Describes the associations between virtual interface groups and local gateway route tables.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociationCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>local-gateway-id</c> - The ID of a local gateway.</para></li><li><para><c>local-gateway-route-table-arn</c> - The Amazon Resource Name (ARN) of the local gateway route table for the virtual interface group.</para></li><li><para><c>local-gateway-route-table-id</c> - The ID of the local gateway route table.</para></li><li><para><c>local-gateway-route-table-virtual-interface-group-association-id</c> - The ID of the association.</para></li><li><para><c>local-gateway-route-table-virtual-interface-group-id</c> - The ID of the virtual interface group.</para></li><li><para><c>owner-id</c> - The ID of the Amazon Web Services account that owns the local gateway virtual interface group association.</para></li><li><para><c>state</c> - The state of the association.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociationCmdlet.LocalGatewayRouteTableVirtualInterfaceGroupAssociationId"> <summary> <para> <para>The IDs of the associations.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociationCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociationCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'LocalGatewayRouteTableVirtualInterfaceGroupAssociations'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociationCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayRouteTableVpcAssociationCmdlet"> <summary> Describes the specified associations between VPCs and local gateway route tables.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayRouteTableVpcAssociationCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>local-gateway-id</c> - The ID of a local gateway.</para></li><li><para><c>local-gateway-route-table-arn</c> - The Amazon Resource Name (ARN) of the local gateway route table for the association.</para></li><li><para><c>local-gateway-route-table-id</c> - The ID of the local gateway route table.</para></li><li><para><c>local-gateway-route-table-vpc-association-id</c> - The ID of the association.</para></li><li><para><c>owner-id</c> - The ID of the Amazon Web Services account that owns the local gateway route table for the association.</para></li><li><para><c>state</c> - The state of the association.</para></li><li><para><c>vpc-id</c> - The ID of the VPC.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayRouteTableVpcAssociationCmdlet.LocalGatewayRouteTableVpcAssociationId"> <summary> <para> <para>The IDs of the associations.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayRouteTableVpcAssociationCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayRouteTableVpcAssociationCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayRouteTableVpcAssociationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'LocalGatewayRouteTableVpcAssociations'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeLocalGatewayRouteTableVpcAssociationsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeLocalGatewayRouteTableVpcAssociationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayRouteTableVpcAssociationCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayVirtualInterfaceCmdlet"> <summary> Describes the specified local gateway virtual interfaces.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayVirtualInterfaceCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>local-address</c> - The local address.</para></li><li><para><c>local-bgp-asn</c> - The Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway.</para></li><li><para><c>local-gateway-id</c> - The ID of the local gateway.</para></li><li><para><c>local-gateway-virtual-interface-id</c> - The ID of the virtual interface.</para></li><li><para><c>owner-id</c> - The ID of the Amazon Web Services account that owns the local gateway virtual interface.</para></li><li><para><c>peer-address</c> - The peer address.</para></li><li><para><c>peer-bgp-asn</c> - The peer BGP ASN.</para></li><li><para><c>vlan</c> - The ID of the VLAN.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayVirtualInterfaceCmdlet.LocalGatewayVirtualInterfaceId"> <summary> <para> <para>The IDs of the virtual interfaces.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayVirtualInterfaceCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayVirtualInterfaceCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayVirtualInterfaceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'LocalGatewayVirtualInterfaces'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeLocalGatewayVirtualInterfacesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeLocalGatewayVirtualInterfacesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayVirtualInterfaceCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayVirtualInterfaceGroupCmdlet"> <summary> Describes the specified local gateway virtual interface groups.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayVirtualInterfaceGroupCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>local-gateway-id</c> - The ID of a local gateway.</para></li><li><para><c>local-gateway-virtual-interface-group-id</c> - The ID of the virtual interface group.</para></li><li><para><c>local-gateway-virtual-interface-id</c> - The ID of the virtual interface.</para></li><li><para><c>owner-id</c> - The ID of the Amazon Web Services account that owns the local gateway virtual interface group.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayVirtualInterfaceGroupCmdlet.LocalGatewayVirtualInterfaceGroupId"> <summary> <para> <para>The IDs of the virtual interface groups.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayVirtualInterfaceGroupCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayVirtualInterfaceGroupCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayVirtualInterfaceGroupCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'LocalGatewayVirtualInterfaceGroups'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeLocalGatewayVirtualInterfaceGroupsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeLocalGatewayVirtualInterfaceGroupsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LocalGatewayVirtualInterfaceGroupCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2LockedSnapshotCmdlet"> <summary> Describes the lock status for a snapshot.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LockedSnapshotCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>lock-state</c> - The state of the snapshot lock (<c>compliance-cooloff</c> | <c>governance</c> | <c>compliance</c> | <c>expired</c>).</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LockedSnapshotCmdlet.SnapshotId"> <summary> <para> <para>The IDs of the snapshots for which to view the lock status.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LockedSnapshotCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LockedSnapshotCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LockedSnapshotCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Snapshots'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeLockedSnapshotsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeLockedSnapshotsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2LockedSnapshotCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2MacHostCmdlet"> <summary> Describes the specified EC2 Mac Dedicated Host or all of your EC2 Mac Dedicated Hosts.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2MacHostCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>availability-zone</c> - The Availability Zone of the EC2 Mac Dedicated Host.</para></li><li><para><c>instance-type</c> - The instance type size that the EC2 Mac Dedicated Host is configured to support.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2MacHostCmdlet.HostId"> <summary> <para> <para> The IDs of the EC2 Mac Dedicated Hosts. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2MacHostCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned <c>nextToken</c> value. This value can be between 5 and 500. If <c>maxResults</c> is given a larger value than 500, you receive an error.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2MacHostCmdlet.NextToken"> <summary> <para> <para>The token to use to retrieve the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2MacHostCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'MacHosts'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeMacHostsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeMacHostsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2MacHostCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the HostId parameter. The -PassThru parameter is deprecated, use -Select '^HostId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2MacHostCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2ManagedPrefixListCmdlet"> <summary> Describes your managed prefix lists and any Amazon Web Services-managed prefix lists. <para> To view the entries for your prefix list, use <a>GetManagedPrefixListEntries</a>. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ManagedPrefixListCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>owner-id</c> - The ID of the prefix list owner.</para></li><li><para><c>prefix-list-id</c> - The ID of the prefix list.</para></li><li><para><c>prefix-list-name</c> - The name of the prefix list.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ManagedPrefixListCmdlet.PrefixListId"> <summary> <para> <para>One or more prefix list IDs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ManagedPrefixListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ManagedPrefixListCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ManagedPrefixListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'PrefixLists'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeManagedPrefixListsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeManagedPrefixListsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ManagedPrefixListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2ManagedPrefixListAssociationCmdlet"> <summary> Gets information about the resources that are associated with the specified managed prefix list.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ManagedPrefixListAssociationCmdlet.PrefixListId"> <summary> <para> <para>The ID of the prefix list.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ManagedPrefixListAssociationCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ManagedPrefixListAssociationCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ManagedPrefixListAssociationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'PrefixListAssociations'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetManagedPrefixListAssociationsResponse). Specifying the name of a property of type Amazon.EC2.Model.GetManagedPrefixListAssociationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ManagedPrefixListAssociationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the PrefixListId parameter. The -PassThru parameter is deprecated, use -Select '^PrefixListId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ManagedPrefixListAssociationCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2ManagedPrefixListEntryCmdlet"> <summary> Gets information about the entries for a specified managed prefix list.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ManagedPrefixListEntryCmdlet.PrefixListId"> <summary> <para> <para>The ID of the prefix list.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ManagedPrefixListEntryCmdlet.TargetVersion"> <summary> <para> <para>The version of the prefix list for which to return the entries. The default is the current version.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ManagedPrefixListEntryCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ManagedPrefixListEntryCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ManagedPrefixListEntryCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Entries'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetManagedPrefixListEntriesResponse). Specifying the name of a property of type Amazon.EC2.Model.GetManagedPrefixListEntriesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ManagedPrefixListEntryCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the PrefixListId parameter. The -PassThru parameter is deprecated, use -Select '^PrefixListId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ManagedPrefixListEntryCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2MovingAddressCmdlet"> <summary> <note><para> This action is deprecated. </para></note><para> Describes your Elastic IP addresses that are being moved from or being restored to the EC2-Classic platform. This request does not return information about any other Elastic IP addresses in your account. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2MovingAddressCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>moving-status</c> - The status of the Elastic IP address (<c>MovingToVpc</c> | <c>RestoringToClassic</c>).</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2MovingAddressCmdlet.PublicIp"> <summary> <para> <para>One or more Elastic IP addresses.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2MovingAddressCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned <c>NextToken</c> value. This value can be between 5 and 1000; if <c>MaxResults</c> is given a value outside of this range, an error is returned.</para><para>Default: If no value is provided, the default is 1000.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2MovingAddressCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2MovingAddressCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'MovingAddressStatuses'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeMovingAddressesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeMovingAddressesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2MovingAddressCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the PublicIp parameter. The -PassThru parameter is deprecated, use -Select '^PublicIp' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2MovingAddressCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2NatGatewayCmdlet"> <summary> Describes your NAT gateways. The default is to describe all your NAT gateways. Alternatively, you can specify specific NAT gateway IDs or filter the results to include only the NAT gateways that match specific criteria.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NatGatewayCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>nat-gateway-id</c> - The ID of the NAT gateway.</para></li><li><para><c>state</c> - The state of the NAT gateway (<c>pending</c> | <c>failed</c> | <c>available</c> | <c>deleting</c> | <c>deleted</c>).</para></li><li><para><c>subnet-id</c> - The ID of the subnet in which the NAT gateway resides.</para></li><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li><li><para><c>vpc-id</c> - The ID of the VPC in which the NAT gateway resides.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NatGatewayCmdlet.NatGatewayId"> <summary> <para> <para>The IDs of the NAT gateways.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NatGatewayCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NatGatewayCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NatGatewayCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'NatGateways'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeNatGatewaysResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeNatGatewaysResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NatGatewayCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NatGatewayId parameter. The -PassThru parameter is deprecated, use -Select '^NatGatewayId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NatGatewayCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkAclCmdlet"> <summary> Describes your network ACLs. The default is to describe all your network ACLs. Alternatively, you can specify specific network ACL IDs or filter the results to include only the network ACLs that match specific criteria. <para> For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-network-acls.html">Network ACLs</a> in the <i>Amazon VPC User Guide</i>. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkAclCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>association.association-id</c> - The ID of an association ID for the ACL.</para></li><li><para><c>association.network-acl-id</c> - The ID of the network ACL involved in the association.</para></li><li><para><c>association.subnet-id</c> - The ID of the subnet involved in the association.</para></li><li><para><c>default</c> - Indicates whether the ACL is the default network ACL for the VPC.</para></li><li><para><c>entry.cidr</c> - The IPv4 CIDR range specified in the entry.</para></li><li><para><c>entry.icmp.code</c> - The ICMP code specified in the entry, if any.</para></li><li><para><c>entry.icmp.type</c> - The ICMP type specified in the entry, if any.</para></li><li><para><c>entry.ipv6-cidr</c> - The IPv6 CIDR range specified in the entry.</para></li><li><para><c>entry.port-range.from</c> - The start of the port range specified in the entry. </para></li><li><para><c>entry.port-range.to</c> - The end of the port range specified in the entry. </para></li><li><para><c>entry.protocol</c> - The protocol specified in the entry (<c>tcp</c> | <c>udp</c> | <c>icmp</c> or a protocol number).</para></li><li><para><c>entry.rule-action</c> - Allows or denies the matching traffic (<c>allow</c> | <c>deny</c>).</para></li><li><para><c>entry.egress</c> - A Boolean that indicates the type of rule. Specify <c>true</c> for egress rules, or <c>false</c> for ingress rules.</para></li><li><para><c>entry.rule-number</c> - The number of an entry (in other words, rule) in the set of ACL entries.</para></li><li><para><c>network-acl-id</c> - The ID of the network ACL.</para></li><li><para><c>owner-id</c> - The ID of the Amazon Web Services account that owns the network ACL.</para></li><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li><li><para><c>vpc-id</c> - The ID of the VPC for the network ACL.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkAclCmdlet.NetworkAclId"> <summary> <para> <para>The IDs of the network ACLs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkAclCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkAclCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkAclCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'NetworkAcls'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeNetworkAclsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeNetworkAclsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkAclCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NetworkAclId parameter. The -PassThru parameter is deprecated, use -Select '^NetworkAclId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkAclCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAccessScopeCmdlet"> <summary> Describes the specified Network Access Scopes.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAccessScopeCmdlet.Filter"> <summary> <para> <para>There are no supported filters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAccessScopeCmdlet.NetworkInsightsAccessScopeId"> <summary> <para> <para>The IDs of the Network Access Scopes.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAccessScopeCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAccessScopeCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAccessScopeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'NetworkInsightsAccessScopes'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeNetworkInsightsAccessScopesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeNetworkInsightsAccessScopesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAccessScopeCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAccessScopeAnalysisCmdlet"> <summary> Describes the specified Network Access Scope analyses.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAccessScopeAnalysisCmdlet.AnalysisStartTimeBegin"> <summary> <para> <para>Filters the results based on the start time. The analysis must have started on or after this time.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAccessScopeAnalysisCmdlet.AnalysisStartTimeEnd"> <summary> <para> <para>Filters the results based on the start time. The analysis must have started on or before this time.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAccessScopeAnalysisCmdlet.Filter"> <summary> <para> <para>There are no supported filters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAccessScopeAnalysisCmdlet.NetworkInsightsAccessScopeAnalysisId"> <summary> <para> <para>The IDs of the Network Access Scope analyses.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAccessScopeAnalysisCmdlet.NetworkInsightsAccessScopeId"> <summary> <para> <para>The ID of the Network Access Scope.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAccessScopeAnalysisCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAccessScopeAnalysisCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAccessScopeAnalysisCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'NetworkInsightsAccessScopeAnalyses'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeNetworkInsightsAccessScopeAnalysesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeNetworkInsightsAccessScopeAnalysesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAccessScopeAnalysisCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NetworkInsightsAccessScopeId parameter. The -PassThru parameter is deprecated, use -Select '^NetworkInsightsAccessScopeId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAccessScopeAnalysisCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAccessScopeAnalysisFindingCmdlet"> <summary> Gets the findings for the specified Network Access Scope analysis.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAccessScopeAnalysisFindingCmdlet.NetworkInsightsAccessScopeAnalysisId"> <summary> <para> <para>The ID of the Network Access Scope analysis.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAccessScopeAnalysisFindingCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAccessScopeAnalysisFindingCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAccessScopeAnalysisFindingCmdlet.Select"> <summary> 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.GetNetworkInsightsAccessScopeAnalysisFindingsResponse). Specifying the name of a property of type Amazon.EC2.Model.GetNetworkInsightsAccessScopeAnalysisFindingsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAccessScopeAnalysisFindingCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NetworkInsightsAccessScopeAnalysisId parameter. The -PassThru parameter is deprecated, use -Select '^NetworkInsightsAccessScopeAnalysisId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAccessScopeAnalysisFindingCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAccessScopeContentCmdlet"> <summary> Gets the content for the specified Network Access Scope. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAccessScopeContentCmdlet.NetworkInsightsAccessScopeId"> <summary> <para> <para>The ID of the Network Access Scope.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAccessScopeContentCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'NetworkInsightsAccessScopeContent'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetNetworkInsightsAccessScopeContentResponse). Specifying the name of a property of type Amazon.EC2.Model.GetNetworkInsightsAccessScopeContentResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAccessScopeContentCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NetworkInsightsAccessScopeId parameter. The -PassThru parameter is deprecated, use -Select '^NetworkInsightsAccessScopeId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAnalysisCmdlet"> <summary> Describes one or more of your network insights analyses.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAnalysisCmdlet.AnalysisEndTime"> <summary> <para> <para>The time when the network insights analyses ended.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAnalysisCmdlet.AnalysisStartTime"> <summary> <para> <para>The time when the network insights analyses started.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAnalysisCmdlet.Filter"> <summary> <para> <para>The filters. The following are the possible values:</para><ul><li><para>path-found - A Boolean value that indicates whether a feasible path is found.</para></li><li><para>status - The status of the analysis (running | succeeded | failed).</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAnalysisCmdlet.NetworkInsightsAnalysisId"> <summary> <para> <para>The ID of the network insights analyses. You must specify either analysis IDs or a path ID.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAnalysisCmdlet.NetworkInsightsPathId"> <summary> <para> <para>The ID of the path. You must specify either a path ID or analysis IDs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAnalysisCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAnalysisCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAnalysisCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'NetworkInsightsAnalyses'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeNetworkInsightsAnalysesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeNetworkInsightsAnalysesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAnalysisCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NetworkInsightsAnalysisId parameter. The -PassThru parameter is deprecated, use -Select '^NetworkInsightsAnalysisId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsAnalysisCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsPathCmdlet"> <summary> Describes one or more of your paths.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsPathCmdlet.Filter"> <summary> <para> <para>The filters. The following are the possible values:</para><ul><li><para>destination - The ID of the resource.</para></li><li><para>filter-at-source.source-address - The source IPv4 address at the source.</para></li><li><para>filter-at-source.source-port-range - The source port range at the source.</para></li><li><para>filter-at-source.destination-address - The destination IPv4 address at the source.</para></li><li><para>filter-at-source.destination-port-range - The destination port range at the source.</para></li><li><para>filter-at-destination.source-address - The source IPv4 address at the destination.</para></li><li><para>filter-at-destination.source-port-range - The source port range at the destination.</para></li><li><para>filter-at-destination.destination-address - The destination IPv4 address at the destination.</para></li><li><para>filter-at-destination.destination-port-range - The destination port range at the destination.</para></li><li><para>protocol - The protocol.</para></li><li><para>source - The ID of the resource.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsPathCmdlet.NetworkInsightsPathId"> <summary> <para> <para>The IDs of the paths.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsPathCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsPathCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsPathCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'NetworkInsightsPaths'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeNetworkInsightsPathsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeNetworkInsightsPathsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsPathCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NetworkInsightsPathId parameter. The -PassThru parameter is deprecated, use -Select '^NetworkInsightsPathId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInsightsPathCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInterfaceCmdlet"> <summary> Describes one or more of your network interfaces. <para> If you have a large number of network interfaces, the operation fails unless you use pagination or one of the following filters: <c>group-id</c>, <c>mac-address</c>, <c>private-dns-name</c>, <c>private-ip-address</c>, <c>private-dns-name</c>, <c>subnet-id</c>, or <c>vpc-id</c>. </para><important><para> We strongly recommend using only paginated requests. Unpaginated requests are susceptible to throttling and timeouts. </para></important><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInterfaceCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>association.allocation-id</c> - The allocation ID returned when you allocated the Elastic IP address (IPv4) for your network interface.</para></li><li><para><c>association.association-id</c> - The association ID returned when the network interface was associated with an IPv4 address.</para></li><li><para><c>addresses.association.owner-id</c> - The owner ID of the addresses associated with the network interface.</para></li><li><para><c>addresses.association.public-ip</c> - The association ID returned when the network interface was associated with the Elastic IP address (IPv4).</para></li><li><para><c>addresses.primary</c> - Whether the private IPv4 address is the primary IP address associated with the network interface. </para></li><li><para><c>addresses.private-ip-address</c> - The private IPv4 addresses associated with the network interface.</para></li><li><para><c>association.ip-owner-id</c> - The owner of the Elastic IP address (IPv4) associated with the network interface.</para></li><li><para><c>association.public-ip</c> - The address of the Elastic IP address (IPv4) bound to the network interface.</para></li><li><para><c>association.public-dns-name</c> - The public DNS name for the network interface (IPv4).</para></li><li><para><c>attachment.attach-time</c> - The time that the network interface was attached to an instance.</para></li><li><para><c>attachment.attachment-id</c> - The ID of the interface attachment.</para></li><li><para><c>attachment.delete-on-termination</c> - Indicates whether the attachment is deleted when an instance is terminated.</para></li><li><para><c>attachment.device-index</c> - The device index to which the network interface is attached.</para></li><li><para><c>attachment.instance-id</c> - The ID of the instance to which the network interface is attached.</para></li><li><para><c>attachment.instance-owner-id</c> - The owner ID of the instance to which the network interface is attached.</para></li><li><para><c>attachment.status</c> - The status of the attachment (<c>attaching</c> | <c>attached</c> | <c>detaching</c> | <c>detached</c>).</para></li><li><para><c>availability-zone</c> - The Availability Zone of the network interface.</para></li><li><para><c>description</c> - The description of the network interface.</para></li><li><para><c>group-id</c> - The ID of a security group associated with the network interface.</para></li><li><para><c>ipv6-addresses.ipv6-address</c> - An IPv6 address associated with the network interface.</para></li><li><para><c>interface-type</c> - The type of network interface (<c>api_gateway_managed</c> | <c>aws_codestar_connections_managed</c> | <c>branch</c> | <c>ec2_instance_connect_endpoint</c> | <c>efa</c> | <c>efs</c> | <c>gateway_load_balancer</c> | <c>gateway_load_balancer_endpoint</c> | <c>global_accelerator_managed</c> | <c>interface</c> | <c>iot_rules_managed</c> | <c>lambda</c> | <c>load_balancer</c> | <c>nat_gateway</c> | <c>network_load_balancer</c> | <c>quicksight</c> | <c>transit_gateway</c> | <c>trunk</c> | <c>vpc_endpoint</c>).</para></li><li><para><c>mac-address</c> - The MAC address of the network interface.</para></li><li><para><c>network-interface-id</c> - The ID of the network interface.</para></li><li><para><c>owner-id</c> - The Amazon Web Services account ID of the network interface owner.</para></li><li><para><c>private-dns-name</c> - The private DNS name of the network interface (IPv4).</para></li><li><para><c>private-ip-address</c> - The private IPv4 address or addresses of the network interface.</para></li><li><para><c>requester-id</c> - The alias or Amazon Web Services account ID of the principal or service that created the network interface.</para></li><li><para><c>requester-managed</c> - Indicates whether the network interface is being managed by an Amazon Web Service (for example, Amazon Web Services Management Console, Auto Scaling, and so on).</para></li><li><para><c>source-dest-check</c> - Indicates whether the network interface performs source/destination checking. A value of <c>true</c> means checking is enabled, and <c>false</c> means checking is disabled. The value must be <c>false</c> for the network interface to perform network address translation (NAT) in your VPC. </para></li><li><para><c>status</c> - The status of the network interface. If the network interface is not attached to an instance, the status is <c>available</c>; if a network interface is attached to an instance the status is <c>in-use</c>.</para></li><li><para><c>subnet-id</c> - The ID of the subnet for the network interface.</para></li><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li><li><para><c>vpc-id</c> - The ID of the VPC for the network interface.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInterfaceCmdlet.NetworkInterfaceId"> <summary> <para> <para>The network interface IDs.</para><para>Default: Describes all your network interfaces.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInterfaceCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. You cannot specify this parameter and the network interface IDs parameter in the same request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInterfaceCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInterfaceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'NetworkInterfaces'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeNetworkInterfacesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeNetworkInterfacesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInterfaceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NetworkInterfaceId parameter. The -PassThru parameter is deprecated, use -Select '^NetworkInterfaceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInterfaceCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInterfaceAttributeCmdlet"> <summary> Describes a network interface attribute. You can specify only one attribute at a time. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInterfaceAttributeCmdlet.Attribute"> <summary> <para> <para>The attribute of the network interface. This parameter is required.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInterfaceAttributeCmdlet.NetworkInterfaceId"> <summary> <para> <para>The ID of the network interface.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInterfaceAttributeCmdlet.Select"> <summary> 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.DescribeNetworkInterfaceAttributeResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeNetworkInterfaceAttributeResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInterfaceAttributeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NetworkInterfaceId parameter. The -PassThru parameter is deprecated, use -Select '^NetworkInterfaceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInterfacePermissionCmdlet"> <summary> Describes the permissions for your network interfaces.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInterfacePermissionCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>network-interface-permission.network-interface-permission-id</c> - The ID of the permission.</para></li><li><para><c>network-interface-permission.network-interface-id</c> - The ID of the network interface.</para></li><li><para><c>network-interface-permission.aws-account-id</c> - The Amazon Web Services account ID.</para></li><li><para><c>network-interface-permission.aws-service</c> - The Amazon Web Service.</para></li><li><para><c>network-interface-permission.permission</c> - The type of permission (<c>INSTANCE-ATTACH</c> | <c>EIP-ASSOCIATE</c>).</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInterfacePermissionCmdlet.NetworkInterfacePermissionId"> <summary> <para> <para>The network interface permission IDs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInterfacePermissionCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. If this parameter is not specified, up to 50 results are returned by default. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInterfacePermissionCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInterfacePermissionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'NetworkInterfacePermissions'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeNetworkInterfacePermissionsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeNetworkInterfacePermissionsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2NetworkInterfacePermissionCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2PlacementGroupCmdlet"> <summary> Describes the specified placement groups or all of your placement groups. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html">Placement groups</a> in the <i>Amazon EC2 User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2PlacementGroupCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>group-name</c> - The name of the placement group.</para></li><li><para><c>group-arn</c> - The Amazon Resource Name (ARN) of the placement group.</para></li><li><para><c>spread-level</c> - The spread level for the placement group (<c>host</c> | <c>rack</c>). </para></li><li><para><c>state</c> - The state of the placement group (<c>pending</c> | <c>available</c> | <c>deleting</c> | <c>deleted</c>).</para></li><li><para><c>strategy</c> - The strategy of the placement group (<c>cluster</c> | <c>spread</c> | <c>partition</c>).</para></li><li><para><c>tag:<key></c> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources that have a tag with a specific key, regardless of the tag value.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2PlacementGroupCmdlet.GroupId"> <summary> <para> <para>The IDs of the placement groups.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2PlacementGroupCmdlet.GroupName"> <summary> <para> <para>The names of the placement groups.</para><para>Default: Describes all your placement groups, or only those otherwise specified.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2PlacementGroupCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'PlacementGroups'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribePlacementGroupsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribePlacementGroupsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2PlacementGroupCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GroupName parameter. The -PassThru parameter is deprecated, use -Select '^GroupName' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2PrefixListCmdlet"> <summary> Describes available Amazon Web Services services in a prefix list format, which includes the prefix list name and prefix list ID of the service and the IP address range for the service. <para> We recommend that you use <a>DescribeManagedPrefixLists</a> instead. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2PrefixListCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>prefix-list-id</c>: The ID of a prefix list.</para></li><li><para><c>prefix-list-name</c>: The name of a prefix list.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2PrefixListCmdlet.PrefixListId"> <summary> <para> <para>One or more prefix list IDs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2PrefixListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2PrefixListCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2PrefixListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'PrefixLists'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribePrefixListsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribePrefixListsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2PrefixListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the PrefixListId parameter. The -PassThru parameter is deprecated, use -Select '^PrefixListId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2PrefixListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2PrincipalIdFormatCmdlet"> <summary> Describes the ID format settings for the root user and all IAM roles and IAM users that have explicitly specified a longer ID (17-character ID) preference. <para> By default, all IAM roles and IAM users default to the same ID settings as the root user, unless they explicitly override the settings. This request is useful for identifying those IAM users and IAM roles that have overridden the default ID settings. </para><para> The following resource types support longer IDs: <c>bundle</c> | <c>conversion-task</c> | <c>customer-gateway</c> | <c>dhcp-options</c> | <c>elastic-ip-allocation</c> | <c>elastic-ip-association</c> | <c>export-task</c> | <c>flow-log</c> | <c>image</c> | <c>import-task</c> | <c>instance</c> | <c>internet-gateway</c> | <c>network-acl</c> | <c>network-acl-association</c> | <c>network-interface</c> | <c>network-interface-attachment</c> | <c>prefix-list</c> | <c>reservation</c> | <c>route-table</c> | <c>route-table-association</c> | <c>security-group</c> | <c>snapshot</c> | <c>subnet</c> | <c>subnet-cidr-block-association</c> | <c>volume</c> | <c>vpc</c> | <c>vpc-cidr-block-association</c> | <c>vpc-endpoint</c> | <c>vpc-peering-connection</c> | <c>vpn-connection</c> | <c>vpn-gateway</c>. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2PrincipalIdFormatCmdlet.Resource"> <summary> <para> <para>The type of resource: <c>bundle</c> | <c>conversion-task</c> | <c>customer-gateway</c> | <c>dhcp-options</c> | <c>elastic-ip-allocation</c> | <c>elastic-ip-association</c> | <c>export-task</c> | <c>flow-log</c> | <c>image</c> | <c>import-task</c> | <c>instance</c> | <c>internet-gateway</c> | <c>network-acl</c> | <c>network-acl-association</c> | <c>network-interface</c> | <c>network-interface-attachment</c> | <c>prefix-list</c> | <c>reservation</c> | <c>route-table</c> | <c>route-table-association</c> | <c>security-group</c> | <c>snapshot</c> | <c>subnet</c> | <c>subnet-cidr-block-association</c> | <c>volume</c> | <c>vpc</c> | <c>vpc-cidr-block-association</c> | <c>vpc-endpoint</c> | <c>vpc-peering-connection</c> | <c>vpn-connection</c> | <c>vpn-gateway</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2PrincipalIdFormatCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value. </para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2PrincipalIdFormatCmdlet.NextToken"> <summary> <para> <para>The token to request the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2PrincipalIdFormatCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Principals'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribePrincipalIdFormatResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribePrincipalIdFormatResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2PrincipalIdFormatCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Resource parameter. The -PassThru parameter is deprecated, use -Select '^Resource' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2PrincipalIdFormatCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2PublicIpv4PoolCmdlet"> <summary> Describes the specified IPv4 address pools.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2PublicIpv4PoolCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2PublicIpv4PoolCmdlet.PoolId"> <summary> <para> <para>The IDs of the address pools.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2PublicIpv4PoolCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2PublicIpv4PoolCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2PublicIpv4PoolCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'PublicIpv4Pools'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribePublicIpv4PoolsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribePublicIpv4PoolsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2PublicIpv4PoolCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the PoolId parameter. The -PassThru parameter is deprecated, use -Select '^PoolId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2PublicIpv4PoolCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2RegionCmdlet"> <summary> Describes the Regions that are enabled for your account, or all Regions. <para> For a list of the Regions supported by Amazon EC2, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-endpoints.html">Amazon EC2 service endpoints</a>. </para><para> For information about enabling and disabling Regions for your account, see <a href="https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-regions.html">Specify which Amazon Web Services Regions your account can use</a> in the <i>Amazon Web Services Account Management Reference Guide</i>. </para><note><para> The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2RegionCmdlet.AllRegion"> <summary> <para> <para>Indicates whether to display all Regions, including Regions that are disabled for your account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2RegionCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>endpoint</c> - The endpoint of the Region (for example, <c>ec2.us-east-1.amazonaws.com</c>).</para></li><li><para><c>opt-in-status</c> - The opt-in status of the Region (<c>opt-in-not-required</c> | <c>opted-in</c> | <c>not-opted-in</c>).</para></li><li><para><c>region-name</c> - The name of the Region (for example, <c>us-east-1</c>).</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2RegionCmdlet.RegionName"> <summary> <para> <para>The names of the Regions. You can specify any Regions, whether they are enabled and disabled for your account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2RegionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Regions'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeRegionsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeRegionsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2RegionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the RegionName parameter. The -PassThru parameter is deprecated, use -Select '^RegionName' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReplaceRootVolumeTaskCmdlet"> <summary> Describes a root volume replacement task. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/replace-root.html">Replace a root volume</a> in the <i>Amazon EC2 User Guide</i>.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReplaceRootVolumeTaskCmdlet.Filter"> <summary> <para> <para>Filter to use:</para><ul><li><para><c>instance-id</c> - The ID of the instance for which the root volume replacement task was created.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReplaceRootVolumeTaskCmdlet.ReplaceRootVolumeTaskId"> <summary> <para> <para>The ID of the root volume replacement task to view.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReplaceRootVolumeTaskCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReplaceRootVolumeTaskCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReplaceRootVolumeTaskCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ReplaceRootVolumeTasks'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeReplaceRootVolumeTasksResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeReplaceRootVolumeTasksResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReplaceRootVolumeTaskCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstanceCmdlet"> <summary> Describes one or more of the Reserved Instances that you purchased. <para> For more information about Reserved Instances, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-on-demand-reserved-instances.html">Reserved Instances</a> in the <i>Amazon EC2 User Guide</i>. </para><note><para> The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstanceCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>availability-zone</c> - The Availability Zone where the Reserved Instance can be used.</para></li><li><para><c>duration</c> - The duration of the Reserved Instance (one year or three years), in seconds (<c>31536000</c> | <c>94608000</c>).</para></li><li><para><c>end</c> - The time when the Reserved Instance expires (for example, 2015-08-07T11:54:42.000Z).</para></li><li><para><c>fixed-price</c> - The purchase price of the Reserved Instance (for example, 9800.0).</para></li><li><para><c>instance-type</c> - The instance type that is covered by the reservation.</para></li><li><para><c>scope</c> - The scope of the Reserved Instance (<c>Region</c> or <c>Availability Zone</c>).</para></li><li><para><c>product-description</c> - The Reserved Instance product platform description (<c>Linux/UNIX</c> | <c>Linux with SQL Server Standard</c> | <c>Linux with SQL Server Web</c> | <c>Linux with SQL Server Enterprise</c> | <c>SUSE Linux</c> | <c>Red Hat Enterprise Linux</c> | <c>Red Hat Enterprise Linux with HA</c> | <c>Windows</c> | <c>Windows with SQL Server Standard</c> | <c>Windows with SQL Server Web</c> | <c>Windows with SQL Server Enterprise</c>).</para></li><li><para><c>reserved-instances-id</c> - The ID of the Reserved Instance.</para></li><li><para><c>start</c> - The time at which the Reserved Instance purchase request was placed (for example, 2014-08-07T11:54:42.000Z).</para></li><li><para><c>state</c> - The state of the Reserved Instance (<c>payment-pending</c> | <c>active</c> | <c>payment-failed</c> | <c>retired</c>).</para></li><li><para><c>tag:<key></c> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li><li><para><c>usage-price</c> - The usage price of the Reserved Instance, per hour (for example, 0.84).</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstanceCmdlet.OfferingClass"> <summary> <para> <para>Describes whether the Reserved Instance is Standard or Convertible.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstanceCmdlet.OfferingType"> <summary> <para> <para>The Reserved Instance offering type. If you are using tools that predate the 2011-11-01 API version, you only have access to the <c>Medium Utilization</c> Reserved Instance offering type.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstanceCmdlet.ReservedInstancesId"> <summary> <para> <para>One or more Reserved Instance IDs.</para><para>Default: Describes all your Reserved Instances, or only those otherwise specified.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstanceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ReservedInstances'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeReservedInstancesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeReservedInstancesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstanceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ReservedInstancesId parameter. The -PassThru parameter is deprecated, use -Select '^ReservedInstancesId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesExchangeQuoteCmdlet"> <summary> Returns a quote and exchange information for exchanging one or more specified Convertible Reserved Instances for a new Convertible Reserved Instance. If the exchange cannot be performed, the reason is returned in the response. Use <a>AcceptReservedInstancesExchangeQuote</a> to perform the exchange. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesExchangeQuoteCmdlet.ReservedInstanceId"> <summary> <para> <para>The IDs of the Convertible Reserved Instances to exchange.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesExchangeQuoteCmdlet.TargetConfiguration"> <summary> <para> <para>The configuration of the target Convertible Reserved Instance to exchange for your current Convertible Reserved Instances.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesExchangeQuoteCmdlet.Select"> <summary> 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.GetReservedInstancesExchangeQuoteResponse). Specifying the name of a property of type Amazon.EC2.Model.GetReservedInstancesExchangeQuoteResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesExchangeQuoteCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ReservedInstanceId parameter. The -PassThru parameter is deprecated, use -Select '^ReservedInstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesListingCmdlet"> <summary> Describes your account's Reserved Instance listings in the Reserved Instance Marketplace. <para> The Reserved Instance Marketplace matches sellers who want to resell Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances. </para><para> As a seller, you choose to list some or all of your Reserved Instances, and you specify the upfront price to receive for them. Your Reserved Instances are then listed in the Reserved Instance Marketplace and are available for purchase. </para><para> As a buyer, you specify the configuration of the Reserved Instance to purchase, and the Marketplace matches what you're searching for with what's available. The Marketplace first sells the lowest priced Reserved Instances to you, and continues to sell available Reserved Instance listings to you until your demand is met. You are charged based on the total price of all of the listings that you purchase. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html">Sell in the Reserved Instance Marketplace</a> in the <i>Amazon EC2 User Guide</i>. </para><note><para> The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesListingCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>reserved-instances-id</c> - The ID of the Reserved Instances.</para></li><li><para><c>reserved-instances-listing-id</c> - The ID of the Reserved Instances listing.</para></li><li><para><c>status</c> - The status of the Reserved Instance listing (<c>pending</c> | <c>active</c> | <c>cancelled</c> | <c>closed</c>).</para></li><li><para><c>status-message</c> - The reason for the status.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesListingCmdlet.ReservedInstancesId"> <summary> <para> <para>One or more Reserved Instance IDs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesListingCmdlet.ReservedInstancesListingId"> <summary> <para> <para>One or more Reserved Instance listing IDs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesListingCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ReservedInstancesListings'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeReservedInstancesListingsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeReservedInstancesListingsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesListingCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ReservedInstancesListingId parameter. The -PassThru parameter is deprecated, use -Select '^ReservedInstancesListingId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesModificationCmdlet"> <summary> Describes the modifications made to your Reserved Instances. If no parameter is specified, information about all your Reserved Instances modification requests is returned. If a modification ID is specified, only information about the specific modification is returned. <para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-modifying.html">Modify Reserved Instances</a> in the <i>Amazon EC2 User Guide</i>. </para><note><para> The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order. </para></note><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesModificationCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>client-token</c> - The idempotency token for the modification request.</para></li><li><para><c>create-date</c> - The time when the modification request was created.</para></li><li><para><c>effective-date</c> - The time when the modification becomes effective.</para></li><li><para><c>modification-result.reserved-instances-id</c> - The ID for the Reserved Instances created as part of the modification request. This ID is only available when the status of the modification is <c>fulfilled</c>.</para></li><li><para><c>modification-result.target-configuration.availability-zone</c> - The Availability Zone for the new Reserved Instances.</para></li><li><para><c>modification-result.target-configuration.instance-count </c> - The number of new Reserved Instances.</para></li><li><para><c>modification-result.target-configuration.instance-type</c> - The instance type of the new Reserved Instances.</para></li><li><para><c>reserved-instances-id</c> - The ID of the Reserved Instances modified.</para></li><li><para><c>reserved-instances-modification-id</c> - The ID of the modification request.</para></li><li><para><c>status</c> - The status of the Reserved Instances modification request (<c>processing</c> | <c>fulfilled</c> | <c>failed</c>).</para></li><li><para><c>status-message</c> - The reason for the status.</para></li><li><para><c>update-date</c> - The time when the modification request was last updated.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesModificationCmdlet.ReservedInstancesModificationId"> <summary> <para> <para>IDs for the submitted modification request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesModificationCmdlet.NextToken"> <summary> <para> <para>The token to retrieve the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesModificationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ReservedInstancesModifications'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeReservedInstancesModificationsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeReservedInstancesModificationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesModificationCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesOfferingCmdlet"> <summary> Describes Reserved Instance offerings that are available for purchase. With Reserved Instances, you purchase the right to launch instances for a period of time. During that time period, you do not receive insufficient capacity errors, and you pay a lower usage rate than the rate charged for On-Demand instances for the actual time used. <para> If you have listed your own Reserved Instances for sale in the Reserved Instance Marketplace, they will be excluded from these results. This is to ensure that you do not purchase your own Reserved Instances. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html">Sell in the Reserved Instance Marketplace</a> in the <i>Amazon EC2 User Guide</i>. </para><note><para> The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order. </para></note><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesOfferingCmdlet.AvailabilityZone"> <summary> <para> <para>The Availability Zone in which the Reserved Instance can be used.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesOfferingCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>availability-zone</c> - The Availability Zone where the Reserved Instance can be used.</para></li><li><para><c>duration</c> - The duration of the Reserved Instance (for example, one year or three years), in seconds (<c>31536000</c> | <c>94608000</c>).</para></li><li><para><c>fixed-price</c> - The purchase price of the Reserved Instance (for example, 9800.0).</para></li><li><para><c>instance-type</c> - The instance type that is covered by the reservation.</para></li><li><para><c>marketplace</c> - Set to <c>true</c> to show only Reserved Instance Marketplace offerings. When this filter is not used, which is the default behavior, all offerings from both Amazon Web Services and the Reserved Instance Marketplace are listed.</para></li><li><para><c>product-description</c> - The Reserved Instance product platform description (<c>Linux/UNIX</c> | <c>Linux with SQL Server Standard</c> | <c>Linux with SQL Server Web</c> | <c>Linux with SQL Server Enterprise</c> | <c>SUSE Linux</c> | <c>Red Hat Enterprise Linux</c> | <c>Red Hat Enterprise Linux with HA</c> | <c>Windows</c> | <c>Windows with SQL Server Standard</c> | <c>Windows with SQL Server Web</c> | <c>Windows with SQL Server Enterprise</c>).</para></li><li><para><c>reserved-instances-offering-id</c> - The Reserved Instances offering ID.</para></li><li><para><c>scope</c> - The scope of the Reserved Instance (<c>Availability Zone</c> or <c>Region</c>).</para></li><li><para><c>usage-price</c> - The usage price of the Reserved Instance, per hour (for example, 0.84).</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesOfferingCmdlet.IncludeMarketplace"> <summary> <para> <para>Include Reserved Instance Marketplace offerings in the response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesOfferingCmdlet.InstanceTenancy"> <summary> <para> <para>The tenancy of the instances covered by the reservation. A Reserved Instance with a tenancy of <c>dedicated</c> is applied to instances that run in a VPC on single-tenant hardware (i.e., Dedicated Instances).</para><para><b>Important:</b> The <c>host</c> value cannot be used with this parameter. Use the <c>default</c> or <c>dedicated</c> values only.</para><para>Default: <c>default</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesOfferingCmdlet.InstanceType"> <summary> <para> <para>The instance type that the reservation will cover (for example, <c>m1.small</c>). For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Amazon EC2 instance types</a> in the <i>Amazon EC2 User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesOfferingCmdlet.MaxDuration"> <summary> <para> <para>The maximum duration (in seconds) to filter when searching for offerings.</para><para>Default: 94608000 (3 years)</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesOfferingCmdlet.MaxInstanceCount"> <summary> <para> <para>The maximum number of instances to filter when searching for offerings.</para><para>Default: 20</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesOfferingCmdlet.MinDuration"> <summary> <para> <para>The minimum duration (in seconds) to filter when searching for offerings.</para><para>Default: 2592000 (1 month)</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesOfferingCmdlet.OfferingClass"> <summary> <para> <para>The offering class of the Reserved Instance. Can be <c>standard</c> or <c>convertible</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesOfferingCmdlet.OfferingType"> <summary> <para> <para>The Reserved Instance offering type. If you are using tools that predate the 2011-11-01 API version, you only have access to the <c>Medium Utilization</c> Reserved Instance offering type. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesOfferingCmdlet.ProductDescription"> <summary> <para> <para>The Reserved Instance product platform description. Instances that include <c>(Amazon VPC)</c> in the description are for use with Amazon VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesOfferingCmdlet.ReservedInstancesOfferingId"> <summary> <para> <para>One or more Reserved Instances offering IDs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesOfferingCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return for the request in a single page. The remaining results of the initial request can be seen by sending another request with the returned <c>NextToken</c> value. The maximum is 100.</para><para>Default: 100</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesOfferingCmdlet.NextToken"> <summary> <para> <para>The token to retrieve the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesOfferingCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ReservedInstancesOfferings'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeReservedInstancesOfferingsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeReservedInstancesOfferingsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesOfferingCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ReservedInstancesOfferingId parameter. The -PassThru parameter is deprecated, use -Select '^ReservedInstancesOfferingId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ReservedInstancesOfferingCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2RouteTableCmdlet"> <summary> Describes your route tables. The default is to describe all your route tables. Alternatively, you can specify specific route table IDs or filter the results to include only the route tables that match specific criteria. <para> Each subnet in your VPC must be associated with a route table. If a subnet is not explicitly associated with any route table, it is implicitly associated with the main route table. This command does not return the subnet ID for implicit associations. </para><para> For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html">Route tables</a> in the <i>Amazon VPC User Guide</i>. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2RouteTableCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>association.gateway-id</c> - The ID of the gateway involved in the association.</para></li><li><para><c>association.route-table-association-id</c> - The ID of an association ID for the route table.</para></li><li><para><c>association.route-table-id</c> - The ID of the route table involved in the association.</para></li><li><para><c>association.subnet-id</c> - The ID of the subnet involved in the association.</para></li><li><para><c>association.main</c> - Indicates whether the route table is the main route table for the VPC (<c>true</c> | <c>false</c>). Route tables that do not have an association ID are not returned in the response.</para></li><li><para><c>owner-id</c> - The ID of the Amazon Web Services account that owns the route table.</para></li><li><para><c>route-table-id</c> - The ID of the route table.</para></li><li><para><c>route.destination-cidr-block</c> - The IPv4 CIDR range specified in a route in the table.</para></li><li><para><c>route.destination-ipv6-cidr-block</c> - The IPv6 CIDR range specified in a route in the route table.</para></li><li><para><c>route.destination-prefix-list-id</c> - The ID (prefix) of the Amazon Web Service specified in a route in the table.</para></li><li><para><c>route.egress-only-internet-gateway-id</c> - The ID of an egress-only Internet gateway specified in a route in the route table.</para></li><li><para><c>route.gateway-id</c> - The ID of a gateway specified in a route in the table.</para></li><li><para><c>route.instance-id</c> - The ID of an instance specified in a route in the table.</para></li><li><para><c>route.nat-gateway-id</c> - The ID of a NAT gateway.</para></li><li><para><c>route.transit-gateway-id</c> - The ID of a transit gateway.</para></li><li><para><c>route.origin</c> - Describes how the route was created. <c>CreateRouteTable</c> indicates that the route was automatically created when the route table was created; <c>CreateRoute</c> indicates that the route was manually added to the route table; <c>EnableVgwRoutePropagation</c> indicates that the route was propagated by route propagation.</para></li><li><para><c>route.state</c> - The state of a route in the route table (<c>active</c> | <c>blackhole</c>). The blackhole state indicates that the route's target isn't available (for example, the specified gateway isn't attached to the VPC, the specified NAT instance has been terminated, and so on).</para></li><li><para><c>route.vpc-peering-connection-id</c> - The ID of a VPC peering connection specified in a route in the table.</para></li><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li><li><para><c>vpc-id</c> - The ID of the VPC for the route table.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2RouteTableCmdlet.RouteTableId"> <summary> <para> <para>The IDs of the route tables.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2RouteTableCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2RouteTableCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2RouteTableCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'RouteTables'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeRouteTablesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeRouteTablesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2RouteTableCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the RouteTableId parameter. The -PassThru parameter is deprecated, use -Select '^RouteTableId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2RouteTableCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2ScheduledInstanceCmdlet"> <summary> Describes the specified Scheduled Instances or all your Scheduled Instances.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ScheduledInstanceCmdlet.SlotStartTimeRange_UtcEarliestTime"> <summary> <para> <para>The earliest date and time, in UTC, for the Scheduled Instance to start.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ScheduledInstanceCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>availability-zone</c> - The Availability Zone (for example, <c>us-west-2a</c>).</para></li><li><para><c>instance-type</c> - The instance type (for example, <c>c4.large</c>).</para></li><li><para><c>platform</c> - The platform (<c>Linux/UNIX</c> or <c>Windows</c>).</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ScheduledInstanceCmdlet.SlotStartTimeRange_UtcLatestTime"> <summary> <para> <para>The latest date and time, in UTC, for the Scheduled Instance to start.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ScheduledInstanceCmdlet.ScheduledInstanceId"> <summary> <para> <para>The Scheduled Instance IDs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ScheduledInstanceCmdlet.SlotStartTimeRange_EarliestTime"> <summary> <para> <para>This property is deprecated. Setting this property results in non-UTC DateTimes not being marshalled correctly. Use EarliestTimeUtc instead. Setting either EarliestTime or EarliestTimeUtc results in both EarliestTime and EarliestTimeUtc being assigned, the latest assignment to either one of the two property is reflected in the value of both. EarliestTime is provided for backwards compatibility only and assigning a non-Utc DateTime to it results in the wrong timestamp being passed to the service.</para><para>The earliest date and time, in UTC, for the Scheduled Instance to start.</para> </para> <para>This parameter is deprecated.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ScheduledInstanceCmdlet.SlotStartTimeRange_LatestTime"> <summary> <para> <para>This property is deprecated. Setting this property results in non-UTC DateTimes not being marshalled correctly. Use LatestTimeUtc instead. Setting either LatestTime or LatestTimeUtc results in both LatestTime and LatestTimeUtc being assigned, the latest assignment to either one of the two property is reflected in the value of both. LatestTime is provided for backwards compatibility only and assigning a non-Utc DateTime to it results in the wrong timestamp being passed to the service.</para><para>The latest date and time, in UTC, for the Scheduled Instance to start.</para> </para> <para>This parameter is deprecated.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ScheduledInstanceCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return in a single call. This value can be between 5 and 300. The default value is 100. To retrieve the remaining results, make another call with the returned <c>NextToken</c> value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ScheduledInstanceCmdlet.NextToken"> <summary> <para> <para>The token for the next set of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ScheduledInstanceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ScheduledInstanceSet'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeScheduledInstancesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeScheduledInstancesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ScheduledInstanceCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2ScheduledInstanceAvailabilityCmdlet"> <summary> Finds available schedules that meet the specified criteria. <para> You can search for an available schedule no more than 3 months in advance. You must meet the minimum required duration of 1,200 hours per year. For example, the minimum daily schedule is 4 hours, the minimum weekly schedule is 24 hours, and the minimum monthly schedule is 100 hours. </para><para> After you find a schedule that meets your needs, call <a>PurchaseScheduledInstances</a> to purchase Scheduled Instances with that schedule. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ScheduledInstanceAvailabilityCmdlet.FirstSlotStartTimeRange_UtcEarliestTime"> <summary> <para> <para>The earliest date and time, in UTC, for the Scheduled Instance to start.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ScheduledInstanceAvailabilityCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>availability-zone</c> - The Availability Zone (for example, <c>us-west-2a</c>).</para></li><li><para><c>instance-type</c> - The instance type (for example, <c>c4.large</c>).</para></li><li><para><c>platform</c> - The platform (<c>Linux/UNIX</c> or <c>Windows</c>).</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ScheduledInstanceAvailabilityCmdlet.Recurrence_Frequency"> <summary> <para> <para>The frequency (<c>Daily</c>, <c>Weekly</c>, or <c>Monthly</c>).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ScheduledInstanceAvailabilityCmdlet.Recurrence_Interval"> <summary> <para> <para>The interval quantity. The interval unit depends on the value of <c>Frequency</c>. For example, every 2 weeks or every 2 months.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ScheduledInstanceAvailabilityCmdlet.FirstSlotStartTimeRange_UtcLatestTime"> <summary> <para> <para>The latest date and time, in UTC, for the Scheduled Instance to start. This value must be later than or equal to the earliest date and at most three months in the future.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ScheduledInstanceAvailabilityCmdlet.MaxSlotDurationInHour"> <summary> <para> <para>The maximum available duration, in hours. This value must be greater than <c>MinSlotDurationInHours</c> and less than 1,720.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ScheduledInstanceAvailabilityCmdlet.MinSlotDurationInHour"> <summary> <para> <para>The minimum available duration, in hours. The minimum required duration is 1,200 hours per year. For example, the minimum daily schedule is 4 hours, the minimum weekly schedule is 24 hours, and the minimum monthly schedule is 100 hours.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ScheduledInstanceAvailabilityCmdlet.Recurrence_OccurrenceDay"> <summary> <para> <para>The days. For a monthly schedule, this is one or more days of the month (1-31). For a weekly schedule, this is one or more days of the week (1-7, where 1 is Sunday). You can't specify this value with a daily schedule. If the occurrence is relative to the end of the month, you can specify only a single day.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ScheduledInstanceAvailabilityCmdlet.Recurrence_OccurrenceRelativeToEnd"> <summary> <para> <para>Indicates whether the occurrence is relative to the end of the specified week or month. You can't specify this value with a daily schedule.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ScheduledInstanceAvailabilityCmdlet.Recurrence_OccurrenceUnit"> <summary> <para> <para>The unit for <c>OccurrenceDays</c> (<c>DayOfWeek</c> or <c>DayOfMonth</c>). This value is required for a monthly schedule. You can't specify <c>DayOfWeek</c> with a weekly schedule. You can't specify this value with a daily schedule.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ScheduledInstanceAvailabilityCmdlet.FirstSlotStartTimeRange_EarliestTime"> <summary> <para> <para>This property is deprecated. Setting this property results in non-UTC DateTimes not being marshalled correctly. Use EarliestTimeUtc instead. Setting either EarliestTime or EarliestTimeUtc results in both EarliestTime and EarliestTimeUtc being assigned, the latest assignment to either one of the two property is reflected in the value of both. EarliestTime is provided for backwards compatibility only and assigning a non-Utc DateTime to it results in the wrong timestamp being passed to the service.</para><para>The earliest date and time, in UTC, for the Scheduled Instance to start.</para> </para> <para>This parameter is deprecated.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ScheduledInstanceAvailabilityCmdlet.FirstSlotStartTimeRange_LatestTime"> <summary> <para> <para>This property is deprecated. Setting this property results in non-UTC DateTimes not being marshalled correctly. Use LatestTimeUtc instead. Setting either LatestTime or LatestTimeUtc results in both LatestTime and LatestTimeUtc being assigned, the latest assignment to either one of the two property is reflected in the value of both. LatestTime is provided for backwards compatibility only and assigning a non-Utc DateTime to it results in the wrong timestamp being passed to the service.</para><para>The latest date and time, in UTC, for the Scheduled Instance to start. This value must be later than or equal to the earliest date and at most three months in the future.</para> </para> <para>This parameter is deprecated.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ScheduledInstanceAvailabilityCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return in a single call. This value can be between 5 and 300. The default value is 300. To retrieve the remaining results, make another call with the returned <c>NextToken</c> value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ScheduledInstanceAvailabilityCmdlet.NextToken"> <summary> <para> <para>The token for the next set of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ScheduledInstanceAvailabilityCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ScheduledInstanceAvailabilitySet'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeScheduledInstanceAvailabilityResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeScheduledInstanceAvailabilityResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2ScheduledInstanceAvailabilityCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2SecurityGroupCmdlet"> <summary> Describes the specified security groups or all of your security groups.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SecurityGroupCmdlet.Filter"> <summary> <para> <para>The filters. If using multiple filters for rules, the results include security groups for which any combination of rules - not necessarily a single rule - match all filters.</para><ul><li><para><c>description</c> - The description of the security group.</para></li><li><para><c>egress.ip-permission.cidr</c> - An IPv4 CIDR block for an outbound security group rule.</para></li><li><para><c>egress.ip-permission.from-port</c> - For an outbound rule, the start of port range for the TCP and UDP protocols, or an ICMP type number.</para></li><li><para><c>egress.ip-permission.group-id</c> - The ID of a security group that has been referenced in an outbound security group rule.</para></li><li><para><c>egress.ip-permission.group-name</c> - The name of a security group that is referenced in an outbound security group rule.</para></li><li><para><c>egress.ip-permission.ipv6-cidr</c> - An IPv6 CIDR block for an outbound security group rule.</para></li><li><para><c>egress.ip-permission.prefix-list-id</c> - The ID of a prefix list to which a security group rule allows outbound access.</para></li><li><para><c>egress.ip-permission.protocol</c> - The IP protocol for an outbound security group rule (<c>tcp</c> | <c>udp</c> | <c>icmp</c>, a protocol number, or -1 for all protocols).</para></li><li><para><c>egress.ip-permission.to-port</c> - For an outbound rule, the end of port range for the TCP and UDP protocols, or an ICMP code.</para></li><li><para><c>egress.ip-permission.user-id</c> - The ID of an Amazon Web Services account that has been referenced in an outbound security group rule.</para></li><li><para><c>group-id</c> - The ID of the security group. </para></li><li><para><c>group-name</c> - The name of the security group.</para></li><li><para><c>ip-permission.cidr</c> - An IPv4 CIDR block for an inbound security group rule.</para></li><li><para><c>ip-permission.from-port</c> - For an inbound rule, the start of port range for the TCP and UDP protocols, or an ICMP type number.</para></li><li><para><c>ip-permission.group-id</c> - The ID of a security group that has been referenced in an inbound security group rule.</para></li><li><para><c>ip-permission.group-name</c> - The name of a security group that is referenced in an inbound security group rule.</para></li><li><para><c>ip-permission.ipv6-cidr</c> - An IPv6 CIDR block for an inbound security group rule.</para></li><li><para><c>ip-permission.prefix-list-id</c> - The ID of a prefix list from which a security group rule allows inbound access.</para></li><li><para><c>ip-permission.protocol</c> - The IP protocol for an inbound security group rule (<c>tcp</c> | <c>udp</c> | <c>icmp</c>, a protocol number, or -1 for all protocols).</para></li><li><para><c>ip-permission.to-port</c> - For an inbound rule, the end of port range for the TCP and UDP protocols, or an ICMP code.</para></li><li><para><c>ip-permission.user-id</c> - The ID of an Amazon Web Services account that has been referenced in an inbound security group rule.</para></li><li><para><c>owner-id</c> - The Amazon Web Services account ID of the owner of the security group.</para></li><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li><li><para><c>vpc-id</c> - The ID of the VPC specified when the security group was created.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SecurityGroupCmdlet.GroupId"> <summary> <para> <para>The IDs of the security groups. Required for security groups in a nondefault VPC.</para><para>Default: Describes all of your security groups.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SecurityGroupCmdlet.GroupName"> <summary> <para> <para>[Default VPC] The names of the security groups. You can specify either the security group name or the security group ID.</para><para>Default: Describes all of your security groups.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SecurityGroupCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. This value can be between 5 and 1000. If this parameter is not specified, then all items are returned. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SecurityGroupCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SecurityGroupCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'SecurityGroups'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeSecurityGroupsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeSecurityGroupsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SecurityGroupCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GroupId parameter. The -PassThru parameter is deprecated, use -Select '^GroupId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SecurityGroupCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2SecurityGroupReferenceCmdlet"> <summary> Describes the VPCs on the other side of a VPC peering connection that are referencing the security groups you've specified in this request. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SecurityGroupReferenceCmdlet.GroupId"> <summary> <para> <para>The IDs of the security groups in your account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SecurityGroupReferenceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'SecurityGroupReferenceSet'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeSecurityGroupReferencesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeSecurityGroupReferencesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SecurityGroupReferenceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GroupId parameter. The -PassThru parameter is deprecated, use -Select '^GroupId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2SecurityGroupRuleCmdlet"> <summary> Describes one or more of your security group rules.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SecurityGroupRuleCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>group-id</c> - The ID of the security group.</para></li><li><para><c>security-group-rule-id</c> - The ID of the security group rule.</para></li><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SecurityGroupRuleCmdlet.SecurityGroupRuleId"> <summary> <para> <para>The IDs of the security group rules.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SecurityGroupRuleCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. This value can be between 5 and 1000. If this parameter is not specified, then all items are returned. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SecurityGroupRuleCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SecurityGroupRuleCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'SecurityGroupRules'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeSecurityGroupRulesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeSecurityGroupRulesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SecurityGroupRuleCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2SecurityGroupsForVpcCmdlet"> <summary> Gets security groups that can be associated by the Amazon Web Services account making the request with network interfaces in the specified VPC.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SecurityGroupsForVpcCmdlet.Filter"> <summary> <para> <para>The filters. If using multiple filters, the results include security groups which match all filters.</para><ul><li><para><c>group-id</c>: The security group ID.</para></li><li><para><c>description</c>: The security group's description.</para></li><li><para><c>group-name</c>: The security group name.</para></li><li><para><c>owner-id</c>: The security group owner ID.</para></li><li><para><c>primary-vpc-id</c>: The VPC ID in which the security group was created.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SecurityGroupsForVpcCmdlet.VpcId"> <summary> <para> <para>The VPC ID where the security group can be used.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SecurityGroupsForVpcCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SecurityGroupsForVpcCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SecurityGroupsForVpcCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'SecurityGroupForVpcs'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetSecurityGroupsForVpcResponse). Specifying the name of a property of type Amazon.EC2.Model.GetSecurityGroupsForVpcResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SecurityGroupsForVpcCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SecurityGroupsForVpcCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2SerialConsoleAccessStatusCmdlet"> <summary> Retrieves the access status of your account to the EC2 serial console of all instances. By default, access to the EC2 serial console is disabled for your account. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configure-access-to-serial-console.html#serial-console-account-access">Manage account access to the EC2 serial console</a> in the <i>Amazon EC2 User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SerialConsoleAccessStatusCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'SerialConsoleAccessEnabled'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetSerialConsoleAccessStatusResponse). Specifying the name of a property of type Amazon.EC2.Model.GetSerialConsoleAccessStatusResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2SnapshotCmdlet"> <summary> Describes the specified EBS snapshots available to you or all of the EBS snapshots available to you. <para> The snapshots available to you include public snapshots, private snapshots that you own, and private snapshots owned by other Amazon Web Services accounts for which you have explicit create volume permissions. </para><para> The create volume permissions fall into the following categories: </para><ul><li><para><i>public</i>: The owner of the snapshot granted create volume permissions for the snapshot to the <c>all</c> group. All Amazon Web Services accounts have create volume permissions for these snapshots. </para></li><li><para><i>explicit</i>: The owner of the snapshot granted create volume permissions to a specific Amazon Web Services account. </para></li><li><para><i>implicit</i>: An Amazon Web Services account has implicit create volume permissions for all snapshots it owns. </para></li></ul><para> The list of snapshots returned can be filtered by specifying snapshot IDs, snapshot owners, or Amazon Web Services accounts with create volume permissions. If no options are specified, Amazon EC2 returns all snapshots for which you have create volume permissions. </para><para> If you specify one or more snapshot IDs, only snapshots that have the specified IDs are returned. If you specify an invalid snapshot ID, an error is returned. If you specify a snapshot ID for which you do not have access, it is not included in the returned results. </para><para> If you specify one or more snapshot owners using the <c>OwnerIds</c> option, only snapshots from the specified owners and for which you have access are returned. The results can include the Amazon Web Services account IDs of the specified owners, <c>amazon</c> for snapshots owned by Amazon, or <c>self</c> for snapshots that you own. </para><para> If you specify a list of restorable users, only snapshots with create snapshot permissions for those users are returned. You can specify Amazon Web Services account IDs (if you own the snapshots), <c>self</c> for snapshots for which you own or have explicit permissions, or <c>all</c> for public snapshots. </para><para> If you are describing a long list of snapshots, we recommend that you paginate the output to make the list more manageable. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>. </para><para> To get the state of fast snapshot restores for a snapshot, use <a>DescribeFastSnapshotRestores</a>. </para><para> For more information about EBS snapshots, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-snapshots.html">Amazon EBS snapshots</a> in the <i>Amazon EBS User Guide</i>. </para><important><para> We strongly recommend using only paginated requests. Unpaginated requests are susceptible to throttling and timeouts. </para></important><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SnapshotCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>description</c> - A description of the snapshot.</para></li><li><para><c>encrypted</c> - Indicates whether the snapshot is encrypted (<c>true</c> | <c>false</c>)</para></li><li><para><c>owner-alias</c> - The owner alias, from an Amazon-maintained list (<c>amazon</c>). This is not the user-configured Amazon Web Services account alias set using the IAM console. We recommend that you use the related parameter instead of this filter.</para></li><li><para><c>owner-id</c> - The Amazon Web Services account ID of the owner. We recommend that you use the related parameter instead of this filter.</para></li><li><para><c>progress</c> - The progress of the snapshot, as a percentage (for example, 80%).</para></li><li><para><c>snapshot-id</c> - The snapshot ID.</para></li><li><para><c>start-time</c> - The time stamp when the snapshot was initiated.</para></li><li><para><c>status</c> - The status of the snapshot (<c>pending</c> | <c>completed</c> | <c>error</c>).</para></li><li><para><c>storage-tier</c> - The storage tier of the snapshot (<c>archive</c> | <c>standard</c>).</para></li><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li><li><para><c>volume-id</c> - The ID of the volume the snapshot is for.</para></li><li><para><c>volume-size</c> - The size of the volume, in GiB.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SnapshotCmdlet.OwnerId"> <summary> <para> <para>Scopes the results to snapshots with the specified owners. You can specify a combination of Amazon Web Services account IDs, <c>self</c>, and <c>amazon</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SnapshotCmdlet.RestorableByUserId"> <summary> <para> <para>The IDs of the Amazon Web Services accounts that can create volumes from the snapshot.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SnapshotCmdlet.SnapshotId"> <summary> <para> <para>The snapshot IDs.</para><para>Default: Describes the snapshots for which you have create volume permissions.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SnapshotCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SnapshotCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SnapshotCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Snapshots'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeSnapshotsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeSnapshotsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SnapshotCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SnapshotId parameter. The -PassThru parameter is deprecated, use -Select '^SnapshotId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SnapshotCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2SnapshotAttributeCmdlet"> <summary> Describes the specified attribute of the specified snapshot. You can specify only one attribute at a time. <para> For more information about EBS snapshots, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-snapshots.html">Amazon EBS snapshots</a> in the <i>Amazon EBS User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SnapshotAttributeCmdlet.Attribute"> <summary> <para> <para>The snapshot attribute you would like to view.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SnapshotAttributeCmdlet.SnapshotId"> <summary> <para> <para>The ID of the EBS snapshot.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SnapshotAttributeCmdlet.Select"> <summary> 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.DescribeSnapshotAttributeResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeSnapshotAttributeResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SnapshotAttributeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SnapshotId parameter. The -PassThru parameter is deprecated, use -Select '^SnapshotId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2SnapshotBlockPublicAccessStateCmdlet"> <summary> Gets the current state of <i>block public access for snapshots</i> setting for the account and Region. <para> For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/block-public-access-snapshots.html"> Block public access for snapshots</a> in the <i>Amazon EBS User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SnapshotBlockPublicAccessStateCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'State'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetSnapshotBlockPublicAccessStateResponse). Specifying the name of a property of type Amazon.EC2.Model.GetSnapshotBlockPublicAccessStateResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2SnapshotsInRecycleBinListCmdlet"> <summary> Lists one or more snapshots that are currently in the Recycle Bin.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SnapshotsInRecycleBinListCmdlet.SnapshotId"> <summary> <para> <para>The IDs of the snapshots to list. Omit this parameter to list all of the snapshots that are in the Recycle Bin.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SnapshotsInRecycleBinListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SnapshotsInRecycleBinListCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SnapshotsInRecycleBinListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Snapshots'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ListSnapshotsInRecycleBinResponse). Specifying the name of a property of type Amazon.EC2.Model.ListSnapshotsInRecycleBinResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SnapshotsInRecycleBinListCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2SnapshotTierStatusCmdlet"> <summary> Describes the storage tier status of one or more Amazon EBS snapshots.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SnapshotTierStatusCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>snapshot-id</c> - The snapshot ID.</para></li><li><para><c>volume-id</c> - The ID of the volume the snapshot is for.</para></li><li><para><c>last-tiering-operation</c> - The state of the last archive or restore action. (<c>archival-in-progress</c> | <c>archival-completed</c> | <c>archival-failed</c> | <c>permanent-restore-in-progress</c> | <c>permanent-restore-completed</c> | <c>permanent-restore-failed</c> | <c>temporary-restore-in-progress</c> | <c>temporary-restore-completed</c> | <c>temporary-restore-failed</c>)</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SnapshotTierStatusCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SnapshotTierStatusCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SnapshotTierStatusCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'SnapshotTierStatuses'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeSnapshotTierStatusResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeSnapshotTierStatusResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SnapshotTierStatusCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotDatafeedSubscriptionCmdlet"> <summary> Describes the data feed for Spot Instances. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-data-feeds.html">Spot Instance data feed</a> in the <i>Amazon EC2 User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotDatafeedSubscriptionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'SpotDatafeedSubscription'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeSpotDatafeedSubscriptionResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeSpotDatafeedSubscriptionResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotFleetInstanceCmdlet"> <summary> Describes the running instances for the specified Spot Fleet.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotFleetInstanceCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotFleetInstanceCmdlet.NextToken"> <summary> <para> <para>The token to include in another request to get the next page of items. This value is <c>null</c> when there are no more items to return.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotFleetInstanceCmdlet.SpotFleetRequestId"> <summary> <para> <para>The ID of the Spot Fleet request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotFleetInstanceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ActiveInstances'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeSpotFleetInstancesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeSpotFleetInstancesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotFleetInstanceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SpotFleetRequestId parameter. The -PassThru parameter is deprecated, use -Select '^SpotFleetRequestId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotFleetInstanceCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotFleetRequestCmdlet"> <summary> Describes your Spot Fleet requests. <para> Spot Fleet requests are deleted 48 hours after they are canceled and their instances are terminated. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotFleetRequestCmdlet.SpotFleetRequestId"> <summary> <para> <para>The IDs of the Spot Fleet requests.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotFleetRequestCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotFleetRequestCmdlet.NextToken"> <summary> <para> <para>The token to include in another request to get the next page of items. This value is <c>null</c> when there are no more items to return.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotFleetRequestCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'SpotFleetRequestConfigs'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeSpotFleetRequestsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeSpotFleetRequestsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotFleetRequestCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SpotFleetRequestId parameter. The -PassThru parameter is deprecated, use -Select '^SpotFleetRequestId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotFleetRequestCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotFleetRequestHistoryCmdlet"> <summary> Describes the events for the specified Spot Fleet request during the specified time. <para> Spot Fleet events are delayed by up to 30 seconds before they can be described. This ensures that you can query by the last evaluated time and not miss a recorded event. Spot Fleet events are available for 48 hours. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/fleet-monitor.html">Monitor fleet events using Amazon EventBridge</a> in the <i>Amazon EC2 User Guide</i>. </para><br/><br/>In the AWS.Tools.EC2 module, this cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotFleetRequestHistoryCmdlet.EventType"> <summary> <para> <para>The type of events to describe. By default, all events are described.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotFleetRequestHistoryCmdlet.UtcStartTime"> <summary> <para> <para>The starting date and time for the events, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotFleetRequestHistoryCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotFleetRequestHistoryCmdlet.NextToken"> <summary> <para> <para>The token to include in another request to get the next page of items. This value is <c>null</c> when there are no more items to return.</para> </para> <para> <br/><b>Note:</b> In the AWS.Tools.EC2 module, this parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotFleetRequestHistoryCmdlet.SpotFleetRequestId"> <summary> <para> <para>The ID of the Spot Fleet request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotFleetRequestHistoryCmdlet.StartTime"> <summary> <para> <para>This property is deprecated. Setting this property results in non-UTC DateTimes not being marshalled correctly. Use StartTimeUtc instead. Setting either StartTime or StartTimeUtc results in both StartTime and StartTimeUtc being assigned, the latest assignment to either one of the two property is reflected in the value of both. StartTime is provided for backwards compatibility only and assigning a non-Utc DateTime to it results in the wrong timestamp being passed to the service.</para><para>The starting date and time for the events, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</para> </para> <para>This parameter is deprecated.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotFleetRequestHistoryCmdlet.Select"> <summary> 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.DescribeSpotFleetRequestHistoryResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeSpotFleetRequestHistoryResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotFleetRequestHistoryCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SpotFleetRequestId parameter. The -PassThru parameter is deprecated, use -Select '^SpotFleetRequestId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotFleetRequestHistoryCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotInstanceRequestCmdlet"> <summary> Describes the specified Spot Instance requests. <para> You can use <c>DescribeSpotInstanceRequests</c> to find a running Spot Instance by examining the response. If the status of the Spot Instance is <c>fulfilled</c>, the instance ID appears in the response and contains the identifier of the instance. Alternatively, you can use <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances">DescribeInstances</a> with a filter to look for instances where the instance lifecycle is <c>spot</c>. </para><para> We recommend that you set <c>MaxResults</c> to a value between 5 and 1000 to limit the number of items returned. This paginates the output, which makes the list more manageable and returns the items faster. If the list of items exceeds your <c>MaxResults</c> value, then that number of items is returned along with a <c>NextToken</c> value that can be passed to a subsequent <c>DescribeSpotInstanceRequests</c> request to retrieve the remaining items. </para><para> Spot Instance requests are deleted four hours after they are canceled and their instances are terminated. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotInstanceRequestCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>availability-zone-group</c> - The Availability Zone group.</para></li><li><para><c>create-time</c> - The time stamp when the Spot Instance request was created.</para></li><li><para><c>fault-code</c> - The fault code related to the request.</para></li><li><para><c>fault-message</c> - The fault message related to the request.</para></li><li><para><c>instance-id</c> - The ID of the instance that fulfilled the request.</para></li><li><para><c>launch-group</c> - The Spot Instance launch group.</para></li><li><para><c>launch.block-device-mapping.delete-on-termination</c> - Indicates whether the EBS volume is deleted on instance termination.</para></li><li><para><c>launch.block-device-mapping.device-name</c> - The device name for the volume in the block device mapping (for example, <c>/dev/sdh</c> or <c>xvdh</c>).</para></li><li><para><c>launch.block-device-mapping.snapshot-id</c> - The ID of the snapshot for the EBS volume.</para></li><li><para><c>launch.block-device-mapping.volume-size</c> - The size of the EBS volume, in GiB.</para></li><li><para><c>launch.block-device-mapping.volume-type</c> - The type of EBS volume: <c>gp2</c> or <c>gp3</c> for General Purpose SSD, <c>io1</c> or <c>io2</c> for Provisioned IOPS SSD, <c>st1</c> for Throughput Optimized HDD, <c>sc1</c> for Cold HDD, or <c>standard</c> for Magnetic.</para></li><li><para><c>launch.group-id</c> - The ID of the security group for the instance.</para></li><li><para><c>launch.group-name</c> - The name of the security group for the instance.</para></li><li><para><c>launch.image-id</c> - The ID of the AMI.</para></li><li><para><c>launch.instance-type</c> - The type of instance (for example, <c>m3.medium</c>).</para></li><li><para><c>launch.kernel-id</c> - The kernel ID.</para></li><li><para><c>launch.key-name</c> - The name of the key pair the instance launched with.</para></li><li><para><c>launch.monitoring-enabled</c> - Whether detailed monitoring is enabled for the Spot Instance.</para></li><li><para><c>launch.ramdisk-id</c> - The RAM disk ID.</para></li><li><para><c>launched-availability-zone</c> - The Availability Zone in which the request is launched.</para></li><li><para><c>network-interface.addresses.primary</c> - Indicates whether the IP address is the primary private IP address.</para></li><li><para><c>network-interface.delete-on-termination</c> - Indicates whether the network interface is deleted when the instance is terminated.</para></li><li><para><c>network-interface.description</c> - A description of the network interface.</para></li><li><para><c>network-interface.device-index</c> - The index of the device for the network interface attachment on the instance.</para></li><li><para><c>network-interface.group-id</c> - The ID of the security group associated with the network interface.</para></li><li><para><c>network-interface.network-interface-id</c> - The ID of the network interface.</para></li><li><para><c>network-interface.private-ip-address</c> - The primary private IP address of the network interface.</para></li><li><para><c>network-interface.subnet-id</c> - The ID of the subnet for the instance.</para></li><li><para><c>product-description</c> - The product description associated with the instance (<c>Linux/UNIX</c> | <c>Windows</c>).</para></li><li><para><c>spot-instance-request-id</c> - The Spot Instance request ID.</para></li><li><para><c>spot-price</c> - The maximum hourly price for any Spot Instance launched to fulfill the request.</para></li><li><para><c>state</c> - The state of the Spot Instance request (<c>open</c> | <c>active</c> | <c>closed</c> | <c>cancelled</c> | <c>failed</c>). Spot request status information can help you track your Amazon EC2 Spot Instance requests. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-request-status.html">Spot request status</a> in the <i>Amazon EC2 User Guide</i>.</para></li><li><para><c>status-code</c> - The short code describing the most recent evaluation of your Spot Instance request.</para></li><li><para><c>status-message</c> - The message explaining the status of the Spot Instance request.</para></li><li><para><c>tag:<key></c> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li><li><para><c>type</c> - The type of Spot Instance request (<c>one-time</c> | <c>persistent</c>).</para></li><li><para><c>valid-from</c> - The start date of the request.</para></li><li><para><c>valid-until</c> - The end date of the request.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotInstanceRequestCmdlet.SpotInstanceRequestId"> <summary> <para> <para>The IDs of the Spot Instance requests.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotInstanceRequestCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotInstanceRequestCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotInstanceRequestCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'SpotInstanceRequests'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeSpotInstanceRequestsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeSpotInstanceRequestsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotInstanceRequestCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SpotInstanceRequestId parameter. The -PassThru parameter is deprecated, use -Select '^SpotInstanceRequestId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotInstanceRequestCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet"> <summary> Calculates the Spot placement score for a Region or Availability Zone based on the specified target capacity and compute requirements. <para> You can specify your compute requirements either by using <c>InstanceRequirementsWithMetadata</c> and letting Amazon EC2 choose the optimal instance types to fulfill your Spot request, or you can specify the instance types by using <c>InstanceTypes</c>. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html">Spot placement score</a> in the <i>Amazon EC2 User Guide</i>. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.InstanceRequirements_AcceleratorManufacturer"> <summary> <para> <para>Indicates whether instance types must have accelerators by specific manufacturers.</para><ul><li><para>For instance types with Amazon Web Services devices, specify <c>amazon-web-services</c>.</para></li><li><para>For instance types with AMD devices, specify <c>amd</c>.</para></li><li><para>For instance types with Habana devices, specify <c>habana</c>.</para></li><li><para>For instance types with NVIDIA devices, specify <c>nvidia</c>.</para></li><li><para>For instance types with Xilinx devices, specify <c>xilinx</c>.</para></li></ul><para>Default: Any manufacturer</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.InstanceRequirements_AcceleratorName"> <summary> <para> <para>The accelerators that must be on the instance type.</para><ul><li><para>For instance types with NVIDIA A10G GPUs, specify <c>a10g</c>.</para></li><li><para>For instance types with NVIDIA A100 GPUs, specify <c>a100</c>.</para></li><li><para>For instance types with NVIDIA H100 GPUs, specify <c>h100</c>.</para></li><li><para>For instance types with Amazon Web Services Inferentia chips, specify <c>inferentia</c>.</para></li><li><para>For instance types with NVIDIA GRID K520 GPUs, specify <c>k520</c>.</para></li><li><para>For instance types with NVIDIA K80 GPUs, specify <c>k80</c>.</para></li><li><para>For instance types with NVIDIA M60 GPUs, specify <c>m60</c>.</para></li><li><para>For instance types with AMD Radeon Pro V520 GPUs, specify <c>radeon-pro-v520</c>.</para></li><li><para>For instance types with NVIDIA T4 GPUs, specify <c>t4</c>.</para></li><li><para>For instance types with NVIDIA T4G GPUs, specify <c>t4g</c>.</para></li><li><para>For instance types with Xilinx VU9P FPGAs, specify <c>vu9p</c>.</para></li><li><para>For instance types with NVIDIA V100 GPUs, specify <c>v100</c>.</para></li></ul><para>Default: Any accelerator</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.InstanceRequirements_AcceleratorType"> <summary> <para> <para>The accelerator types that must be on the instance type.</para><ul><li><para>To include instance types with GPU hardware, specify <c>gpu</c>.</para></li><li><para>To include instance types with FPGA hardware, specify <c>fpga</c>.</para></li><li><para>To include instance types with inference hardware, specify <c>inference</c>.</para></li></ul><para>Default: Any accelerator type</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.InstanceRequirements_AllowedInstanceType"> <summary> <para> <para>The instance types to apply your specified attributes against. All other instance types are ignored, even if they match your specified attributes.</para><para>You can use strings with one or more wild cards, represented by an asterisk (<c>*</c>), to allow an instance type, size, or generation. The following are examples: <c>m5.8xlarge</c>, <c>c5*.*</c>, <c>m5a.*</c>, <c>r*</c>, <c>*3*</c>.</para><para>For example, if you specify <c>c5*</c>,Amazon EC2 will allow the entire C5 instance family, which includes all C5a and C5n instance types. If you specify <c>m5a.*</c>, Amazon EC2 will allow all the M5a instance types, but not the M5n instance types.</para><note><para>If you specify <c>AllowedInstanceTypes</c>, you can't specify <c>ExcludedInstanceTypes</c>.</para></note><para>Default: All instance types</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.InstanceRequirementsWithMetadata_ArchitectureType"> <summary> <para> <para>The architecture type.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.InstanceRequirements_BareMetal"> <summary> <para> <para>Indicates whether bare metal instance types must be included, excluded, or required.</para><ul><li><para>To include bare metal instance types, specify <c>included</c>.</para></li><li><para>To require only bare metal instance types, specify <c>required</c>.</para></li><li><para>To exclude bare metal instance types, specify <c>excluded</c>.</para></li></ul><para>Default: <c>excluded</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.InstanceRequirements_BurstablePerformance"> <summary> <para> <para>Indicates whether burstable performance T instance types are included, excluded, or required. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html">Burstable performance instances</a>.</para><ul><li><para>To include burstable performance instance types, specify <c>included</c>.</para></li><li><para>To require only burstable performance instance types, specify <c>required</c>.</para></li><li><para>To exclude burstable performance instance types, specify <c>excluded</c>.</para></li></ul><para>Default: <c>excluded</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.InstanceRequirements_CpuManufacturer"> <summary> <para> <para>The CPU manufacturers to include.</para><ul><li><para>For instance types with Intel CPUs, specify <c>intel</c>.</para></li><li><para>For instance types with AMD CPUs, specify <c>amd</c>.</para></li><li><para>For instance types with Amazon Web Services CPUs, specify <c>amazon-web-services</c>.</para></li></ul><note><para>Don't confuse the CPU manufacturer with the CPU architecture. Instances will be launched with a compatible CPU architecture based on the Amazon Machine Image (AMI) that you specify in your launch template.</para></note><para>Default: Any manufacturer</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.InstanceRequirements_ExcludedInstanceType"> <summary> <para> <para>The instance types to exclude.</para><para>You can use strings with one or more wild cards, represented by an asterisk (<c>*</c>), to exclude an instance family, type, size, or generation. The following are examples: <c>m5.8xlarge</c>, <c>c5*.*</c>, <c>m5a.*</c>, <c>r*</c>, <c>*3*</c>.</para><para>For example, if you specify <c>c5*</c>,Amazon EC2 will exclude the entire C5 instance family, which includes all C5a and C5n instance types. If you specify <c>m5a.*</c>, Amazon EC2 will exclude all the M5a instance types, but not the M5n instance types.</para><note><para>If you specify <c>ExcludedInstanceTypes</c>, you can't specify <c>AllowedInstanceTypes</c>.</para></note><para>Default: No excluded instance types</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.InstanceRequirements_InstanceGeneration"> <summary> <para> <para>Indicates whether current or previous generation instance types are included. The current generation instance types are recommended for use. Current generation instance types are typically the latest two to three generations in each instance family. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance types</a> in the <i>Amazon EC2 User Guide</i>.</para><para>For current generation instance types, specify <c>current</c>.</para><para>For previous generation instance types, specify <c>previous</c>.</para><para>Default: Current and previous generation instance types</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.InstanceType"> <summary> <para> <para>The instance types. We recommend that you specify at least three instance types. If you specify one or two instance types, or specify variations of a single instance type (for example, an <c>m3.xlarge</c> with and without instance storage), the returned placement score will always be low. </para><para>If you specify <c>InstanceTypes</c>, you can't specify <c>InstanceRequirementsWithMetadata</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.InstanceRequirements_LocalStorage"> <summary> <para> <para>Indicates whether instance types with instance store volumes are included, excluded, or required. For more information, <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html">Amazon EC2 instance store</a> in the <i>Amazon EC2 User Guide</i>.</para><ul><li><para>To include instance types with instance store volumes, specify <c>included</c>.</para></li><li><para>To require only instance types with instance store volumes, specify <c>required</c>.</para></li><li><para>To exclude instance types with instance store volumes, specify <c>excluded</c>.</para></li></ul><para>Default: <c>included</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.InstanceRequirements_LocalStorageType"> <summary> <para> <para>The type of local storage that is required.</para><ul><li><para>For instance types with hard disk drive (HDD) storage, specify <c>hdd</c>.</para></li><li><para>For instance types with solid state drive (SSD) storage, specify <c>ssd</c>.</para></li></ul><para>Default: <c>hdd</c> and <c>ssd</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.AcceleratorCount_Max"> <summary> <para> <para>The maximum number of accelerators. To specify no maximum limit, omit this parameter. To exclude accelerator-enabled instance types, set <c>Max</c> to <c>0</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.AcceleratorTotalMemoryMiB_Max"> <summary> <para> <para>The maximum amount of accelerator memory, in MiB. To specify no maximum limit, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.BaselineEbsBandwidthMbps_Max"> <summary> <para> <para>The maximum baseline bandwidth, in Mbps. To specify no maximum limit, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.MemoryGiBPerVCpu_Max"> <summary> <para> <para>The maximum amount of memory per vCPU, in GiB. To specify no maximum limit, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.MemoryMiB_Max"> <summary> <para> <para>The maximum amount of memory, in MiB. To specify no maximum limit, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.NetworkBandwidthGbps_Max"> <summary> <para> <para>The maximum amount of network bandwidth, in Gbps. To specify no maximum limit, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.NetworkInterfaceCount_Max"> <summary> <para> <para>The maximum number of network interfaces. To specify no maximum limit, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.TotalLocalStorageGB_Max"> <summary> <para> <para>The maximum amount of total local storage, in GB. To specify no maximum limit, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.VCpuCount_Max"> <summary> <para> <para>The maximum number of vCPUs. To specify no maximum limit, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.InstanceRequirements_MaxSpotPriceAsPercentageOfOptimalOnDemandPrice"> <summary> <para> <para>[Price protection] The price protection threshold for Spot Instances, as a percentage of an identified On-Demand price. The identified On-Demand price is the price of the lowest priced current generation C, M, or R instance type with your specified attributes. If no current generation C, M, or R instance type matches your attributes, then the identified price is from the lowest priced current generation instance types, and failing that, from the lowest priced previous generation instance types that match your attributes. When Amazon EC2 selects instance types with your attributes, it will exclude instance types whose price exceeds your specified threshold.</para><para>The parameter accepts an integer, which Amazon EC2 interprets as a percentage.</para><para>If you set <c>TargetCapacityUnitType</c> to <c>vcpu</c> or <c>memory-mib</c>, the price protection threshold is based on the per vCPU or per memory price instead of the per instance price.</para><note><para>Only one of <c>SpotMaxPricePercentageOverLowestPrice</c> or <c>MaxSpotPriceAsPercentageOfOptimalOnDemandPrice</c> can be specified. If you don't specify either, Amazon EC2 will automatically apply optimal price protection to consistently select from a wide range of instance types. To indicate no price protection threshold for Spot Instances, meaning you want to consider all instance types that match your attributes, include one of these parameters and specify a high value, such as <c>999999</c>.</para></note> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.AcceleratorCount_Min"> <summary> <para> <para>The minimum number of accelerators. To specify no minimum limit, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.AcceleratorTotalMemoryMiB_Min"> <summary> <para> <para>The minimum amount of accelerator memory, in MiB. To specify no minimum limit, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.BaselineEbsBandwidthMbps_Min"> <summary> <para> <para>The minimum baseline bandwidth, in Mbps. To specify no minimum limit, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.MemoryGiBPerVCpu_Min"> <summary> <para> <para>The minimum amount of memory per vCPU, in GiB. To specify no minimum limit, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.MemoryMiB_Min"> <summary> <para> <para>The minimum amount of memory, in MiB. To specify no minimum limit, specify <c>0</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.NetworkBandwidthGbps_Min"> <summary> <para> <para>The minimum amount of network bandwidth, in Gbps. To specify no minimum limit, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.NetworkInterfaceCount_Min"> <summary> <para> <para>The minimum number of network interfaces. To specify no minimum limit, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.TotalLocalStorageGB_Min"> <summary> <para> <para>The minimum amount of total local storage, in GB. To specify no minimum limit, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.VCpuCount_Min"> <summary> <para> <para>The minimum number of vCPUs. To specify no minimum limit, specify <c>0</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.InstanceRequirements_OnDemandMaxPricePercentageOverLowestPrice"> <summary> <para> <para>[Price protection] The price protection threshold for On-Demand Instances, as a percentage higher than an identified On-Demand price. The identified On-Demand price is the price of the lowest priced current generation C, M, or R instance type with your specified attributes. When Amazon EC2 selects instance types with your attributes, it will exclude instance types whose price exceeds your specified threshold.</para><para>The parameter accepts an integer, which Amazon EC2 interprets as a percentage.</para><para>To indicate no price protection threshold, specify a high value, such as <c>999999</c>.</para><para>This parameter is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetSpotPlacementScores.html">GetSpotPlacementScores</a> and <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceTypesFromInstanceRequirements.html">GetInstanceTypesFromInstanceRequirements</a>.</para><note><para>If you set <c>TargetCapacityUnitType</c> to <c>vcpu</c> or <c>memory-mib</c>, the price protection threshold is applied based on the per-vCPU or per-memory price instead of the per-instance price.</para></note><para>Default: <c>20</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.RegionName"> <summary> <para> <para>The Regions used to narrow down the list of Regions to be scored. Enter the Region code, for example, <c>us-east-1</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.InstanceRequirements_RequireHibernateSupport"> <summary> <para> <para>Indicates whether instance types must support hibernation for On-Demand Instances.</para><para>This parameter is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetSpotPlacementScores.html">GetSpotPlacementScores</a>.</para><para>Default: <c>false</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.SingleAvailabilityZone"> <summary> <para> <para>Specify <c>true</c> so that the response returns a list of scored Availability Zones. Otherwise, the response returns a list of scored Regions.</para><para>A list of scored Availability Zones is useful if you want to launch all of your Spot capacity into a single Availability Zone.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.InstanceRequirements_SpotMaxPricePercentageOverLowestPrice"> <summary> <para> <para>[Price protection] The price protection threshold for Spot Instances, as a percentage higher than an identified Spot price. The identified Spot price is the Spot price of the lowest priced current generation C, M, or R instance type with your specified attributes. If no current generation C, M, or R instance type matches your attributes, then the identified Spot price is from the lowest priced current generation instance types, and failing that, from the lowest priced previous generation instance types that match your attributes. When Amazon EC2 selects instance types with your attributes, it will exclude instance types whose Spot price exceeds your specified threshold.</para><para>The parameter accepts an integer, which Amazon EC2 interprets as a percentage.</para><para>If you set <c>TargetCapacityUnitType</c> to <c>vcpu</c> or <c>memory-mib</c>, the price protection threshold is applied based on the per-vCPU or per-memory price instead of the per-instance price.</para><para>This parameter is not supported for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetSpotPlacementScores.html">GetSpotPlacementScores</a> and <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceTypesFromInstanceRequirements.html">GetInstanceTypesFromInstanceRequirements</a>.</para><note><para>Only one of <c>SpotMaxPricePercentageOverLowestPrice</c> or <c>MaxSpotPriceAsPercentageOfOptimalOnDemandPrice</c> can be specified. If you don't specify either, Amazon EC2 will automatically apply optimal price protection to consistently select from a wide range of instance types. To indicate no price protection threshold for Spot Instances, meaning you want to consider all instance types that match your attributes, include one of these parameters and specify a high value, such as <c>999999</c>.</para></note><para>Default: <c>100</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.TargetCapacity"> <summary> <para> <para>The target capacity.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.TargetCapacityUnitType"> <summary> <para> <para>The unit for the target capacity.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.InstanceRequirementsWithMetadata_VirtualizationType"> <summary> <para> <para>The virtualization type.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'SpotPlacementScores'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetSpotPlacementScoresResponse). Specifying the name of a property of type Amazon.EC2.Model.GetSpotPlacementScoresResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TargetCapacity parameter. The -PassThru parameter is deprecated, use -Select '^TargetCapacity' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPlacementScoreCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPriceHistoryCmdlet"> <summary> Describes the Spot price history. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-spot-instances-history.html">Spot Instance pricing history</a> in the <i>Amazon EC2 User Guide</i>. <para> When you specify a start and end time, the operation returns the prices of the instance types within that time range. It also returns the last price change before the start time, which is the effective price as of the start time. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPriceHistoryCmdlet.AvailabilityZone"> <summary> <para> <para>Filters the results by the specified Availability Zone.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPriceHistoryCmdlet.UtcEndTime"> <summary> <para> <para>The date and time, up to the current date, from which to stop retrieving the price history data, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPriceHistoryCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>availability-zone</c> - The Availability Zone for which prices should be returned.</para></li><li><para><c>instance-type</c> - The type of instance (for example, <c>m3.medium</c>).</para></li><li><para><c>product-description</c> - The product description for the Spot price (<c>Linux/UNIX</c> | <c>Red Hat Enterprise Linux</c> | <c>SUSE Linux</c> | <c>Windows</c> | <c>Linux/UNIX (Amazon VPC)</c> | <c>Red Hat Enterprise Linux (Amazon VPC)</c> | <c>SUSE Linux (Amazon VPC)</c> | <c>Windows (Amazon VPC)</c>).</para></li><li><para><c>spot-price</c> - The Spot price. The value must match exactly (or use wildcards; greater than or less than comparison is not supported).</para></li><li><para><c>timestamp</c> - The time stamp of the Spot price history, in UTC format (for example, <i>ddd MMM dd HH</i>:<i>mm</i>:<i>ss</i> UTC <i>YYYY</i>). You can use wildcards (<c>*</c> and <c>?</c>). Greater than or less than comparison is not supported.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPriceHistoryCmdlet.InstanceType"> <summary> <para> <para>Filters the results by the specified instance types.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPriceHistoryCmdlet.ProductDescription"> <summary> <para> <para>Filters the results by the specified basic product descriptions.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPriceHistoryCmdlet.UtcStartTime"> <summary> <para> <para>The date and time, up to the past 90 days, from which to start retrieving the price history data, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPriceHistoryCmdlet.EndTime"> <summary> <para> <para>This property is deprecated. Setting this property results in non-UTC DateTimes not being marshalled correctly. Use EndTimeUtc instead. Setting either EndTime or EndTimeUtc results in both EndTime and EndTimeUtc being assigned, the latest assignment to either one of the two property is reflected in the value of both. EndTime is provided for backwards compatibility only and assigning a non-Utc DateTime to it results in the wrong timestamp being passed to the service.</para><para>The date and time, up to the current date, from which to stop retrieving the price history data, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</para> </para> <para>This parameter is deprecated.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPriceHistoryCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPriceHistoryCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPriceHistoryCmdlet.StartTime"> <summary> <para> <para>This property is deprecated. Setting this property results in non-UTC DateTimes not being marshalled correctly. Use StartTimeUtc instead. Setting either StartTime or StartTimeUtc results in both StartTime and StartTimeUtc being assigned, the latest assignment to either one of the two property is reflected in the value of both. StartTime is provided for backwards compatibility only and assigning a non-Utc DateTime to it results in the wrong timestamp being passed to the service.</para><para>The date and time, up to the past 90 days, from which to start retrieving the price history data, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</para> </para> <para>This parameter is deprecated.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPriceHistoryCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'SpotPriceHistory'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeSpotPriceHistoryResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeSpotPriceHistoryResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SpotPriceHistoryCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2StaleSecurityGroupCmdlet"> <summary> Describes the stale security group rules for security groups in a specified VPC. Rules are stale when they reference a deleted security group in the same VPC or peered VPC. Rules can also be stale if they reference a security group in a peer VPC for which the VPC peering connection has been deleted.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2StaleSecurityGroupCmdlet.VpcId"> <summary> <para> <para>The ID of the VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2StaleSecurityGroupCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2StaleSecurityGroupCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2StaleSecurityGroupCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'StaleSecurityGroupSet'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeStaleSecurityGroupsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeStaleSecurityGroupsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2StaleSecurityGroupCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2StaleSecurityGroupCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2StoreImageTaskCmdlet"> <summary> Describes the progress of the AMI store tasks. You can describe the store tasks for specified AMIs. If you don't specify the AMIs, you get a paginated list of store tasks from the last 31 days. <para> For each AMI task, the response indicates if the task is <c>InProgress</c>, <c>Completed</c>, or <c>Failed</c>. For tasks <c>InProgress</c>, the response shows the estimated progress as a percentage. </para><para> Tasks are listed in reverse chronological order. Currently, only tasks from the past 31 days can be viewed. </para><para> To use this API, you must have the required permissions. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-store-restore.html#ami-s3-permissions">Permissions for storing and restoring AMIs using Amazon S3</a> in the <i>Amazon EC2 User Guide</i>. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-store-restore.html">Store and restore an AMI using Amazon S3</a> in the <i>Amazon EC2 User Guide</i>. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2StoreImageTaskCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>task-state</c> - Returns tasks in a certain state (<c>InProgress</c> | <c>Completed</c> | <c>Failed</c>)</para></li><li><para><c>bucket</c> - Returns task information for tasks that targeted a specific bucket. For the filter value, specify the bucket name.</para></li></ul><note><para>When you specify the <c>ImageIds</c> parameter, any filters that you specify are ignored. To use the filters, you must remove the <c>ImageIds</c> parameter.</para></note> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2StoreImageTaskCmdlet.ImageId"> <summary> <para> <para>The AMI IDs for which to show progress. Up to 20 AMI IDs can be included in a request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2StoreImageTaskCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para><para>You cannot specify this parameter and the <c>ImageIds</c> parameter in the same call.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2StoreImageTaskCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2StoreImageTaskCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'StoreImageTaskResults'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeStoreImageTasksResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeStoreImageTasksResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2StoreImageTaskCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2SubnetCmdlet"> <summary> Describes your subnets. The default is to describe all your subnets. Alternatively, you can specify specific subnet IDs or filter the results to include only the subnets that match specific criteria. <para> For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/configure-subnets.html">Subnets</a> in the <i>Amazon VPC User Guide</i>. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SubnetCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>availability-zone</c> - The Availability Zone for the subnet. You can also use <c>availabilityZone</c> as the filter name.</para></li><li><para><c>availability-zone-id</c> - The ID of the Availability Zone for the subnet. You can also use <c>availabilityZoneId</c> as the filter name.</para></li><li><para><c>available-ip-address-count</c> - The number of IPv4 addresses in the subnet that are available.</para></li><li><para><c>cidr-block</c> - The IPv4 CIDR block of the subnet. The CIDR block you specify must exactly match the subnet's CIDR block for information to be returned for the subnet. You can also use <c>cidr</c> or <c>cidrBlock</c> as the filter names.</para></li><li><para><c>customer-owned-ipv4-pool</c> - The customer-owned IPv4 address pool associated with the subnet.</para></li><li><para><c>default-for-az</c> - Indicates whether this is the default subnet for the Availability Zone (<c>true</c> | <c>false</c>). You can also use <c>defaultForAz</c> as the filter name.</para></li><li><para><c>enable-dns64</c> - Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations.</para></li><li><para><c>enable-lni-at-device-index</c> - Indicates the device position for local network interfaces in this subnet. For example, <c>1</c> indicates local network interfaces in this subnet are the secondary network interface (eth1). </para></li><li><para><c>ipv6-cidr-block-association.ipv6-cidr-block</c> - An IPv6 CIDR block associated with the subnet.</para></li><li><para><c>ipv6-cidr-block-association.association-id</c> - An association ID for an IPv6 CIDR block associated with the subnet.</para></li><li><para><c>ipv6-cidr-block-association.state</c> - The state of an IPv6 CIDR block associated with the subnet.</para></li><li><para><c>ipv6-native</c> - Indicates whether this is an IPv6 only subnet (<c>true</c> | <c>false</c>).</para></li><li><para><c>map-customer-owned-ip-on-launch</c> - Indicates whether a network interface created in this subnet (including a network interface created by <a>RunInstances</a>) receives a customer-owned IPv4 address.</para></li><li><para><c>map-public-ip-on-launch</c> - Indicates whether instances launched in this subnet receive a public IPv4 address.</para></li><li><para><c>outpost-arn</c> - The Amazon Resource Name (ARN) of the Outpost.</para></li><li><para><c>owner-id</c> - The ID of the Amazon Web Services account that owns the subnet.</para></li><li><para><c>private-dns-name-options-on-launch.hostname-type</c> - The type of hostname to assign to instances in the subnet at launch. For IPv4-only and dual-stack (IPv4 and IPv6) subnets, an instance DNS name can be based on the instance IPv4 address (ip-name) or the instance ID (resource-name). For IPv6 only subnets, an instance DNS name must be based on the instance ID (resource-name).</para></li><li><para><c>private-dns-name-options-on-launch.enable-resource-name-dns-a-record</c> - Indicates whether to respond to DNS queries for instance hostnames with DNS A records.</para></li><li><para><c>private-dns-name-options-on-launch.enable-resource-name-dns-aaaa-record</c> - Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.</para></li><li><para><c>state</c> - The state of the subnet (<c>pending</c> | <c>available</c>).</para></li><li><para><c>subnet-arn</c> - The Amazon Resource Name (ARN) of the subnet.</para></li><li><para><c>subnet-id</c> - The ID of the subnet.</para></li><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li><li><para><c>vpc-id</c> - The ID of the VPC for the subnet.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SubnetCmdlet.SubnetId"> <summary> <para> <para>The IDs of the subnets.</para><para>Default: Describes all your subnets.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SubnetCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SubnetCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SubnetCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Subnets'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeSubnetsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeSubnetsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SubnetCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SubnetId parameter. The -PassThru parameter is deprecated, use -Select '^SubnetId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SubnetCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2SubnetCidrReservationCmdlet"> <summary> Gets information about the subnet CIDR reservations.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SubnetCidrReservationCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>reservationType</c> - The type of reservation (<c>prefix</c> | <c>explicit</c>).</para></li><li><para><c>subnet-id</c> - The ID of the subnet.</para></li><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SubnetCidrReservationCmdlet.SubnetId"> <summary> <para> <para>The ID of the subnet.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SubnetCidrReservationCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SubnetCidrReservationCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SubnetCidrReservationCmdlet.Select"> <summary> 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.GetSubnetCidrReservationsResponse). Specifying the name of a property of type Amazon.EC2.Model.GetSubnetCidrReservationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SubnetCidrReservationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SubnetId parameter. The -PassThru parameter is deprecated, use -Select '^SubnetId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2SubnetCidrReservationCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2TagCmdlet"> <summary> Describes the specified tags for your EC2 resources. <para> For more information about tags, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html">Tag your Amazon EC2 resources</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para><important><para> We strongly recommend using only paginated requests. Unpaginated requests are susceptible to throttling and timeouts. </para></important><note><para> The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order. </para></note><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TagCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>key</c> - The tag key.</para></li><li><para><c>resource-id</c> - The ID of the resource.</para></li><li><para><c>resource-type</c> - The resource type. For a list of possible values, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_TagSpecification.html">TagSpecification</a>.</para></li><li><para><c>tag</c>:<key> - The key/value combination of the tag. For example, specify "tag:Owner" for the filter name and "TeamA" for the filter value to find resources with the tag "Owner=TeamA".</para></li><li><para><c>value</c> - The tag value.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TagCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. This value can be between 5 and 1000. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TagCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TagCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Tags'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeTagsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeTagsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TagCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Filter parameter. The -PassThru parameter is deprecated, use -Select '^Filter' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TagCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2TemplateCmdlet"> <summary> Describes one or more launch templates.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TemplateCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>create-time</c> - The time the launch template was created.</para></li><li><para><c>launch-template-name</c> - The name of the launch template.</para></li><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TemplateCmdlet.LaunchTemplateId"> <summary> <para> <para>One or more launch template IDs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TemplateCmdlet.LaunchTemplateName"> <summary> <para> <para>One or more launch template names.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TemplateCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned <c>NextToken</c> value. This value can be between 1 and 200.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TemplateCmdlet.NextToken"> <summary> <para> <para>The token to request the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TemplateCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'LaunchTemplates'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeLaunchTemplatesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeLaunchTemplatesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TemplateCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2TemplateVersionCmdlet"> <summary> Describes one or more versions of a specified launch template. You can describe all versions, individual versions, or a range of versions. You can also describe all the latest versions or all the default versions of all the launch templates in your account.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TemplateVersionCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>create-time</c> - The time the launch template version was created.</para></li><li><para><c>ebs-optimized</c> - A boolean that indicates whether the instance is optimized for Amazon EBS I/O.</para></li><li><para><c>http-endpoint</c> - Indicates whether the HTTP metadata endpoint on your instances is enabled (<c>enabled</c> | <c>disabled</c>).</para></li><li><para><c>http-protocol-ipv4</c> - Indicates whether the IPv4 endpoint for the instance metadata service is enabled (<c>enabled</c> | <c>disabled</c>).</para></li><li><para><c>host-resource-group-arn</c> - The ARN of the host resource group in which to launch the instances.</para></li><li><para><c>http-tokens</c> - The state of token usage for your instance metadata requests (<c>optional</c> | <c>required</c>).</para></li><li><para><c>iam-instance-profile</c> - The ARN of the IAM instance profile.</para></li><li><para><c>image-id</c> - The ID of the AMI.</para></li><li><para><c>instance-type</c> - The instance type.</para></li><li><para><c>is-default-version</c> - A boolean that indicates whether the launch template version is the default version.</para></li><li><para><c>kernel-id</c> - The kernel ID.</para></li><li><para><c>license-configuration-arn</c> - The ARN of the license configuration.</para></li><li><para><c>network-card-index</c> - The index of the network card.</para></li><li><para><c>ram-disk-id</c> - The RAM disk ID.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TemplateVersionCmdlet.LaunchTemplateId"> <summary> <para> <para>The ID of the launch template.</para><para>To describe one or more versions of a specified launch template, you must specify either the launch template ID or the launch template name, but not both.</para><para>To describe all the latest or default launch template versions in your account, you must omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TemplateVersionCmdlet.LaunchTemplateName"> <summary> <para> <para>The name of the launch template.</para><para>To describe one or more versions of a specified launch template, you must specify either the launch template name or the launch template ID, but not both.</para><para>To describe all the latest or default launch template versions in your account, you must omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TemplateVersionCmdlet.MaxVersion"> <summary> <para> <para>The version number up to which to describe launch template versions.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TemplateVersionCmdlet.MinVersion"> <summary> <para> <para>The version number after which to describe launch template versions.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TemplateVersionCmdlet.ResolveAlias"> <summary> <para> <para>If <c>true</c>, and if a Systems Manager parameter is specified for <c>ImageId</c>, the AMI ID is displayed in the response for <c>imageId</c>.</para><para>If <c>false</c>, and if a Systems Manager parameter is specified for <c>ImageId</c>, the parameter is displayed in the response for <c>imageId</c>.</para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#use-an-ssm-parameter-instead-of-an-ami-id">Use a Systems Manager parameter instead of an AMI ID</a> in the <i>Amazon EC2 User Guide</i>.</para><para>Default: <c>false</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TemplateVersionCmdlet.Version"> <summary> <para> <para>One or more versions of the launch template. Valid values depend on whether you are describing a specified launch template (by ID or name) or all launch templates in your account.</para><para>To describe one or more versions of a specified launch template, valid values are <c>$Latest</c>, <c>$Default</c>, and numbers.</para><para>To describe all launch templates in your account that are defined as the latest version, the valid value is <c>$Latest</c>. To describe all launch templates in your account that are defined as the default version, the valid value is <c>$Default</c>. You can specify <c>$Latest</c> and <c>$Default</c> in the same request. You cannot specify numbers.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TemplateVersionCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned <c>NextToken</c> value. This value can be between 1 and 200.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TemplateVersionCmdlet.NextToken"> <summary> <para> <para>The token to request the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TemplateVersionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'LaunchTemplateVersions'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeLaunchTemplateVersionsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeLaunchTemplateVersionsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TemplateVersionCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorFilterCmdlet"> <summary> Describes one or more Traffic Mirror filters.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorFilterCmdlet.Filter"> <summary> <para> <para>One or more filters. The possible values are:</para><ul><li><para><c>description</c>: The Traffic Mirror filter description.</para></li><li><para><c>traffic-mirror-filter-id</c>: The ID of the Traffic Mirror filter.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorFilterCmdlet.TrafficMirrorFilterId"> <summary> <para> <para>The ID of the Traffic Mirror filter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorFilterCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorFilterCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorFilterCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TrafficMirrorFilters'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeTrafficMirrorFiltersResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeTrafficMirrorFiltersResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorFilterCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TrafficMirrorFilterId parameter. The -PassThru parameter is deprecated, use -Select '^TrafficMirrorFilterId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorFilterCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorFilterRuleCmdlet"> <summary> Describe traffic mirror filters that determine the traffic that is mirrored.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorFilterRuleCmdlet.Filter"> <summary> <para> <para>Traffic mirror filters.</para><ul><li><para><c>traffic-mirror-filter-rule-id</c>: The ID of the Traffic Mirror rule.</para></li><li><para><c>traffic-mirror-filter-id</c>: The ID of the filter that this rule is associated with.</para></li><li><para><c>rule-number</c>: The number of the Traffic Mirror rule.</para></li><li><para><c>rule-action</c>: The action taken on the filtered traffic. Possible actions are <c>accept</c> and <c>reject</c>.</para></li><li><para><c>traffic-direction</c>: The traffic direction. Possible directions are <c>ingress</c> and <c>egress</c>.</para></li><li><para><c>protocol</c>: The protocol, for example UDP, assigned to the Traffic Mirror rule.</para></li><li><para><c>source-cidr-block</c>: The source CIDR block assigned to the Traffic Mirror rule.</para></li><li><para><c>destination-cidr-block</c>: The destination CIDR block assigned to the Traffic Mirror rule.</para></li><li><para><c>description</c>: The description of the Traffic Mirror rule.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorFilterRuleCmdlet.TrafficMirrorFilterId"> <summary> <para> <para>Traffic filter ID.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorFilterRuleCmdlet.TrafficMirrorFilterRuleId"> <summary> <para> <para>Traffic filter rule IDs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorFilterRuleCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorFilterRuleCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorFilterRuleCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TrafficMirrorFilterRules'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeTrafficMirrorFilterRulesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeTrafficMirrorFilterRulesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorFilterRuleCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TrafficMirrorFilterId parameter. The -PassThru parameter is deprecated, use -Select '^TrafficMirrorFilterId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorFilterRuleCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorSessionCmdlet"> <summary> Describes one or more Traffic Mirror sessions. By default, all Traffic Mirror sessions are described. Alternatively, you can filter the results.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorSessionCmdlet.Filter"> <summary> <para> <para>One or more filters. The possible values are:</para><ul><li><para><c>description</c>: The Traffic Mirror session description.</para></li><li><para><c>network-interface-id</c>: The ID of the Traffic Mirror session network interface.</para></li><li><para><c>owner-id</c>: The ID of the account that owns the Traffic Mirror session.</para></li><li><para><c>packet-length</c>: The assigned number of packets to mirror. </para></li><li><para><c>session-number</c>: The assigned session number. </para></li><li><para><c>traffic-mirror-filter-id</c>: The ID of the Traffic Mirror filter.</para></li><li><para><c>traffic-mirror-session-id</c>: The ID of the Traffic Mirror session.</para></li><li><para><c>traffic-mirror-target-id</c>: The ID of the Traffic Mirror target.</para></li><li><para><c>virtual-network-id</c>: The virtual network ID of the Traffic Mirror session.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorSessionCmdlet.TrafficMirrorSessionId"> <summary> <para> <para>The ID of the Traffic Mirror session.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorSessionCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorSessionCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorSessionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TrafficMirrorSessions'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeTrafficMirrorSessionsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeTrafficMirrorSessionsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorSessionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TrafficMirrorSessionId parameter. The -PassThru parameter is deprecated, use -Select '^TrafficMirrorSessionId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorSessionCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorTargetCmdlet"> <summary> Information about one or more Traffic Mirror targets.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorTargetCmdlet.Filter"> <summary> <para> <para>One or more filters. The possible values are:</para><ul><li><para><c>description</c>: The Traffic Mirror target description.</para></li><li><para><c>network-interface-id</c>: The ID of the Traffic Mirror session network interface.</para></li><li><para><c>network-load-balancer-arn</c>: The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the session.</para></li><li><para><c>owner-id</c>: The ID of the account that owns the Traffic Mirror session.</para></li><li><para><c>traffic-mirror-target-id</c>: The ID of the Traffic Mirror target.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorTargetCmdlet.TrafficMirrorTargetId"> <summary> <para> <para>The ID of the Traffic Mirror targets.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorTargetCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorTargetCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorTargetCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TrafficMirrorTargets'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeTrafficMirrorTargetsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeTrafficMirrorTargetsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorTargetCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TrafficMirrorTargetId parameter. The -PassThru parameter is deprecated, use -Select '^TrafficMirrorTargetId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrafficMirrorTargetCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayCmdlet"> <summary> Describes one or more transit gateways. By default, all transit gateways are described. Alternatively, you can filter the results.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayCmdlet.Filter"> <summary> <para> <para>One or more filters. The possible values are:</para><ul><li><para><c>options.propagation-default-route-table-id</c> - The ID of the default propagation route table.</para></li><li><para><c>options.amazon-side-asn</c> - The private ASN for the Amazon side of a BGP session.</para></li><li><para><c>options.association-default-route-table-id</c> - The ID of the default association route table.</para></li><li><para><c>options.auto-accept-shared-attachments</c> - Indicates whether there is automatic acceptance of attachment requests (<c>enable</c> | <c>disable</c>).</para></li><li><para><c>options.default-route-table-association</c> - Indicates whether resource attachments are automatically associated with the default association route table (<c>enable</c> | <c>disable</c>).</para></li><li><para><c>options.default-route-table-propagation</c> - Indicates whether resource attachments automatically propagate routes to the default propagation route table (<c>enable</c> | <c>disable</c>).</para></li><li><para><c>options.dns-support</c> - Indicates whether DNS support is enabled (<c>enable</c> | <c>disable</c>).</para></li><li><para><c>options.vpn-ecmp-support</c> - Indicates whether Equal Cost Multipath Protocol support is enabled (<c>enable</c> | <c>disable</c>).</para></li><li><para><c>owner-id</c> - The ID of the Amazon Web Services account that owns the transit gateway.</para></li><li><para><c>state</c> - The state of the transit gateway (<c>available</c> | <c>deleted</c> | <c>deleting</c> | <c>modifying</c> | <c>pending</c>).</para></li><li><para><c>transit-gateway-id</c> - The ID of the transit gateway.</para></li><li><para><c>tag-key </c>- The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayCmdlet.TransitGatewayId"> <summary> <para> <para>The IDs of the transit gateways.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGateways'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeTransitGatewaysResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeTransitGatewaysResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayAttachmentCmdlet"> <summary> Describes one or more attachments between resources and transit gateways. By default, all attachments are described. Alternatively, you can filter the results by attachment ID, attachment state, resource ID, or resource owner.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayAttachmentCmdlet.Filter"> <summary> <para> <para>One or more filters. The possible values are:</para><ul><li><para><c>association.state</c> - The state of the association (<c>associating</c> | <c>associated</c> | <c>disassociating</c>).</para></li><li><para><c>association.transit-gateway-route-table-id</c> - The ID of the route table for the transit gateway.</para></li><li><para><c>resource-id</c> - The ID of the resource.</para></li><li><para><c>resource-owner-id</c> - The ID of the Amazon Web Services account that owns the resource.</para></li><li><para><c>resource-type</c> - The resource type. Valid values are <c>vpc</c> | <c>vpn</c> | <c>direct-connect-gateway</c> | <c>peering</c> | <c>connect</c>.</para></li><li><para><c>state</c> - The state of the attachment. Valid values are <c>available</c> | <c>deleted</c> | <c>deleting</c> | <c>failed</c> | <c>failing</c> | <c>initiatingRequest</c> | <c>modifying</c> | <c>pendingAcceptance</c> | <c>pending</c> | <c>rollingBack</c> | <c>rejected</c> | <c>rejecting</c>.</para></li><li><para><c>transit-gateway-attachment-id</c> - The ID of the attachment.</para></li><li><para><c>transit-gateway-id</c> - The ID of the transit gateway.</para></li><li><para><c>transit-gateway-owner-id</c> - The ID of the Amazon Web Services account that owns the transit gateway.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayAttachmentCmdlet.TransitGatewayAttachmentId"> <summary> <para> <para>The IDs of the attachments.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayAttachmentCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayAttachmentCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayAttachmentCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayAttachments'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeTransitGatewayAttachmentsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeTransitGatewayAttachmentsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayAttachmentCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayAttachmentPropagationCmdlet"> <summary> Lists the route tables to which the specified resource attachment propagates routes.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayAttachmentPropagationCmdlet.Filter"> <summary> <para> <para>One or more filters. The possible values are:</para><ul><li><para><c>transit-gateway-route-table-id</c> - The ID of the transit gateway route table.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayAttachmentPropagationCmdlet.TransitGatewayAttachmentId"> <summary> <para> <para>The ID of the attachment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayAttachmentPropagationCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayAttachmentPropagationCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayAttachmentPropagationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayAttachmentPropagations'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetTransitGatewayAttachmentPropagationsResponse). Specifying the name of a property of type Amazon.EC2.Model.GetTransitGatewayAttachmentPropagationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayAttachmentPropagationCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayConnectCmdlet"> <summary> Describes one or more Connect attachments.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayConnectCmdlet.Filter"> <summary> <para> <para>One or more filters. The possible values are:</para><ul><li><para><c>options.protocol</c> - The tunnel protocol (<c>gre</c>).</para></li><li><para><c>state</c> - The state of the attachment (<c>initiating</c> | <c>initiatingRequest</c> | <c>pendingAcceptance</c> | <c>rollingBack</c> | <c>pending</c> | <c>available</c> | <c>modifying</c> | <c>deleting</c> | <c>deleted</c> | <c>failed</c> | <c>rejected</c> | <c>rejecting</c> | <c>failing</c>).</para></li><li><para><c>transit-gateway-attachment-id</c> - The ID of the Connect attachment.</para></li><li><para><c>transit-gateway-id</c> - The ID of the transit gateway.</para></li><li><para><c>transport-transit-gateway-attachment-id</c> - The ID of the transit gateway attachment from which the Connect attachment was created.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayConnectCmdlet.TransitGatewayAttachmentId"> <summary> <para> <para>The IDs of the attachments.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayConnectCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayConnectCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayConnectCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayConnects'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeTransitGatewayConnectsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeTransitGatewayConnectsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayConnectCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayConnectPeerCmdlet"> <summary> Describes one or more Connect peers.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayConnectPeerCmdlet.Filter"> <summary> <para> <para>One or more filters. The possible values are:</para><ul><li><para><c>state</c> - The state of the Connect peer (<c>pending</c> | <c>available</c> | <c>deleting</c> | <c>deleted</c>).</para></li><li><para><c>transit-gateway-attachment-id</c> - The ID of the attachment.</para></li><li><para><c>transit-gateway-connect-peer-id</c> - The ID of the Connect peer.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayConnectPeerCmdlet.TransitGatewayConnectPeerId"> <summary> <para> <para>The IDs of the Connect peers.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayConnectPeerCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayConnectPeerCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayConnectPeerCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayConnectPeers'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeTransitGatewayConnectPeersResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeTransitGatewayConnectPeersResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayConnectPeerCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayMulticastDomainCmdlet"> <summary> Describes one or more transit gateway multicast domains.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayMulticastDomainCmdlet.Filter"> <summary> <para> <para>One or more filters. The possible values are:</para><ul><li><para><c>state</c> - The state of the transit gateway multicast domain. Valid values are <c>pending</c> | <c>available</c> | <c>deleting</c> | <c>deleted</c>.</para></li><li><para><c>transit-gateway-id</c> - The ID of the transit gateway.</para></li><li><para><c>transit-gateway-multicast-domain-id</c> - The ID of the transit gateway multicast domain.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayMulticastDomainCmdlet.TransitGatewayMulticastDomainId"> <summary> <para> <para>The ID of the transit gateway multicast domain.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayMulticastDomainCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayMulticastDomainCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayMulticastDomainCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayMulticastDomains'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeTransitGatewayMulticastDomainsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeTransitGatewayMulticastDomainsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayMulticastDomainCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayMulticastDomainAssociationCmdlet"> <summary> Gets information about the associations for the transit gateway multicast domain.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayMulticastDomainAssociationCmdlet.Filter"> <summary> <para> <para>One or more filters. The possible values are:</para><ul><li><para><c>resource-id</c> - The ID of the resource.</para></li><li><para><c>resource-type</c> - The type of resource. The valid value is: <c>vpc</c>.</para></li><li><para><c>state</c> - The state of the subnet association. Valid values are <c>associated</c> | <c>associating</c> | <c>disassociated</c> | <c>disassociating</c>.</para></li><li><para><c>subnet-id</c> - The ID of the subnet.</para></li><li><para><c>transit-gateway-attachment-id</c> - The id of the transit gateway attachment.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayMulticastDomainAssociationCmdlet.TransitGatewayMulticastDomainId"> <summary> <para> <para>The ID of the transit gateway multicast domain.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayMulticastDomainAssociationCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayMulticastDomainAssociationCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayMulticastDomainAssociationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'MulticastDomainAssociations'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetTransitGatewayMulticastDomainAssociationsResponse). Specifying the name of a property of type Amazon.EC2.Model.GetTransitGatewayMulticastDomainAssociationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayMulticastDomainAssociationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayMulticastDomainId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayMulticastDomainId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayMulticastDomainAssociationCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPeeringAttachmentCmdlet"> <summary> Describes your transit gateway peering attachments.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPeeringAttachmentCmdlet.Filter"> <summary> <para> <para>One or more filters. The possible values are:</para><ul><li><para><c>transit-gateway-attachment-id</c> - The ID of the transit gateway attachment.</para></li><li><para><c>local-owner-id</c> - The ID of your Amazon Web Services account.</para></li><li><para><c>remote-owner-id</c> - The ID of the Amazon Web Services account in the remote Region that owns the transit gateway.</para></li><li><para><c>state</c> - The state of the peering attachment. Valid values are <c>available</c> | <c>deleted</c> | <c>deleting</c> | <c>failed</c> | <c>failing</c> | <c>initiatingRequest</c> | <c>modifying</c> | <c>pendingAcceptance</c> | <c>pending</c> | <c>rollingBack</c> | <c>rejected</c> | <c>rejecting</c>).</para></li><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources that have a tag with a specific key, regardless of the tag value.</para></li><li><para><c>transit-gateway-id</c> - The ID of the transit gateway.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPeeringAttachmentCmdlet.TransitGatewayAttachmentId"> <summary> <para> <para>One or more IDs of the transit gateway peering attachments.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPeeringAttachmentCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPeeringAttachmentCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPeeringAttachmentCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayPeeringAttachments'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeTransitGatewayPeeringAttachmentsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeTransitGatewayPeeringAttachmentsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPeeringAttachmentCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPolicyTableCmdlet"> <summary> Describes one or more transit gateway route policy tables.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPolicyTableCmdlet.Filter"> <summary> <para> <para>The filters associated with the transit gateway policy table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPolicyTableCmdlet.TransitGatewayPolicyTableId"> <summary> <para> <para>The IDs of the transit gateway policy tables.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPolicyTableCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPolicyTableCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPolicyTableCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayPolicyTables'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeTransitGatewayPolicyTablesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeTransitGatewayPolicyTablesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPolicyTableCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPolicyTableAssociationCmdlet"> <summary> Gets a list of the transit gateway policy table associations.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPolicyTableAssociationCmdlet.Filter"> <summary> <para> <para>The filters associated with the transit gateway policy table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPolicyTableAssociationCmdlet.TransitGatewayPolicyTableId"> <summary> <para> <para>The ID of the transit gateway policy table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPolicyTableAssociationCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPolicyTableAssociationCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPolicyTableAssociationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Associations'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetTransitGatewayPolicyTableAssociationsResponse). Specifying the name of a property of type Amazon.EC2.Model.GetTransitGatewayPolicyTableAssociationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPolicyTableAssociationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayPolicyTableId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayPolicyTableId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPolicyTableAssociationCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPolicyTableEntryCmdlet"> <summary> Returns a list of transit gateway policy table entries. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPolicyTableEntryCmdlet.Filter"> <summary> <para> <para>The filters associated with the transit gateway policy table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPolicyTableEntryCmdlet.TransitGatewayPolicyTableId"> <summary> <para> <para>The ID of the transit gateway policy table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPolicyTableEntryCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPolicyTableEntryCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPolicyTableEntryCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayPolicyTableEntries'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetTransitGatewayPolicyTableEntriesResponse). Specifying the name of a property of type Amazon.EC2.Model.GetTransitGatewayPolicyTableEntriesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPolicyTableEntryCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayPolicyTableId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayPolicyTableId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPrefixListReferenceCmdlet"> <summary> Gets information about the prefix list references in a specified transit gateway route table.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPrefixListReferenceCmdlet.Filter"> <summary> <para> <para>One or more filters. The possible values are:</para><ul><li><para><c>attachment.resource-id</c> - The ID of the resource for the attachment.</para></li><li><para><c>attachment.resource-type</c> - The type of resource for the attachment. Valid values are <c>vpc</c> | <c>vpn</c> | <c>direct-connect-gateway</c> | <c>peering</c>.</para></li><li><para><c>attachment.transit-gateway-attachment-id</c> - The ID of the attachment.</para></li><li><para><c>is-blackhole</c> - Whether traffic matching the route is blocked (<c>true</c> | <c>false</c>).</para></li><li><para><c>prefix-list-id</c> - The ID of the prefix list.</para></li><li><para><c>prefix-list-owner-id</c> - The ID of the owner of the prefix list.</para></li><li><para><c>state</c> - The state of the prefix list reference (<c>pending</c> | <c>available</c> | <c>modifying</c> | <c>deleting</c>).</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPrefixListReferenceCmdlet.TransitGatewayRouteTableId"> <summary> <para> <para>The ID of the transit gateway route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPrefixListReferenceCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPrefixListReferenceCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPrefixListReferenceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayPrefixListReferences'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetTransitGatewayPrefixListReferencesResponse). Specifying the name of a property of type Amazon.EC2.Model.GetTransitGatewayPrefixListReferencesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPrefixListReferenceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayRouteTableId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayRouteTableId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayPrefixListReferenceCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayRouteTableCmdlet"> <summary> Describes one or more transit gateway route tables. By default, all transit gateway route tables are described. Alternatively, you can filter the results.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayRouteTableCmdlet.Filter"> <summary> <para> <para>One or more filters. The possible values are:</para><ul><li><para><c>default-association-route-table</c> - Indicates whether this is the default association route table for the transit gateway (<c>true</c> | <c>false</c>).</para></li><li><para><c>default-propagation-route-table</c> - Indicates whether this is the default propagation route table for the transit gateway (<c>true</c> | <c>false</c>).</para></li><li><para><c>state</c> - The state of the route table (<c>available</c> | <c>deleting</c> | <c>deleted</c> | <c>pending</c>).</para></li><li><para><c>transit-gateway-id</c> - The ID of the transit gateway.</para></li><li><para><c>transit-gateway-route-table-id</c> - The ID of the transit gateway route table.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayRouteTableCmdlet.TransitGatewayRouteTableId"> <summary> <para> <para>The IDs of the transit gateway route tables.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayRouteTableCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayRouteTableCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayRouteTableCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayRouteTables'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeTransitGatewayRouteTablesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeTransitGatewayRouteTablesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayRouteTableCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayRouteTableAnnouncementCmdlet"> <summary> Describes one or more transit gateway route table advertisements.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayRouteTableAnnouncementCmdlet.Filter"> <summary> <para> <para>The filters associated with the transit gateway policy table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayRouteTableAnnouncementCmdlet.TransitGatewayRouteTableAnnouncementId"> <summary> <para> <para>The IDs of the transit gateway route tables that are being advertised.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayRouteTableAnnouncementCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayRouteTableAnnouncementCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayRouteTableAnnouncementCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayRouteTableAnnouncements'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeTransitGatewayRouteTableAnnouncementsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeTransitGatewayRouteTableAnnouncementsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayRouteTableAnnouncementCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayRouteTableAssociationCmdlet"> <summary> Gets information about the associations for the specified transit gateway route table.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayRouteTableAssociationCmdlet.Filter"> <summary> <para> <para>One or more filters. The possible values are:</para><ul><li><para><c>resource-id</c> - The ID of the resource.</para></li><li><para><c>resource-type</c> - The resource type. Valid values are <c>vpc</c> | <c>vpn</c> | <c>direct-connect-gateway</c> | <c>peering</c> | <c>connect</c>.</para></li><li><para><c>transit-gateway-attachment-id</c> - The ID of the attachment.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayRouteTableAssociationCmdlet.TransitGatewayRouteTableId"> <summary> <para> <para>The ID of the transit gateway route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayRouteTableAssociationCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayRouteTableAssociationCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayRouteTableAssociationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Associations'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetTransitGatewayRouteTableAssociationsResponse). Specifying the name of a property of type Amazon.EC2.Model.GetTransitGatewayRouteTableAssociationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayRouteTableAssociationCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayRouteTablePropagationCmdlet"> <summary> Gets information about the route table propagations for the specified transit gateway route table.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayRouteTablePropagationCmdlet.Filter"> <summary> <para> <para>One or more filters. The possible values are:</para><ul><li><para><c>resource-id</c> - The ID of the resource.</para></li><li><para><c>resource-type</c> - The resource type. Valid values are <c>vpc</c> | <c>vpn</c> | <c>direct-connect-gateway</c> | <c>peering</c> | <c>connect</c>.</para></li><li><para><c>transit-gateway-attachment-id</c> - The ID of the attachment.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayRouteTablePropagationCmdlet.TransitGatewayRouteTableId"> <summary> <para> <para>The ID of the transit gateway route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayRouteTablePropagationCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayRouteTablePropagationCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayRouteTablePropagationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayRouteTablePropagations'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetTransitGatewayRouteTablePropagationsResponse). Specifying the name of a property of type Amazon.EC2.Model.GetTransitGatewayRouteTablePropagationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayRouteTablePropagationCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayVpcAttachmentCmdlet"> <summary> Describes one or more VPC attachments. By default, all VPC attachments are described. Alternatively, you can filter the results.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayVpcAttachmentCmdlet.Filter"> <summary> <para> <para>One or more filters. The possible values are:</para><ul><li><para><c>state</c> - The state of the attachment. Valid values are <c>available</c> | <c>deleted</c> | <c>deleting</c> | <c>failed</c> | <c>failing</c> | <c>initiatingRequest</c> | <c>modifying</c> | <c>pendingAcceptance</c> | <c>pending</c> | <c>rollingBack</c> | <c>rejected</c> | <c>rejecting</c>.</para></li><li><para><c>transit-gateway-attachment-id</c> - The ID of the attachment.</para></li><li><para><c>transit-gateway-id</c> - The ID of the transit gateway.</para></li><li><para><c>vpc-id</c> - The ID of the VPC.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayVpcAttachmentCmdlet.TransitGatewayAttachmentId"> <summary> <para> <para>The IDs of the attachments.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayVpcAttachmentCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayVpcAttachmentCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayVpcAttachmentCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayVpcAttachments'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeTransitGatewayVpcAttachmentsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeTransitGatewayVpcAttachmentsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TransitGatewayVpcAttachmentCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrunkInterfaceAssociationCmdlet"> <summary> Describes one or more network interface trunk associations.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrunkInterfaceAssociationCmdlet.AssociationId"> <summary> <para> <para>The IDs of the associations.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrunkInterfaceAssociationCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>gre-key</c> - The ID of a trunk interface association.</para></li><li><para><c>interface-protocol</c> - The interface protocol. Valid values are <c>VLAN</c> and <c>GRE</c>.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrunkInterfaceAssociationCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrunkInterfaceAssociationCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrunkInterfaceAssociationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InterfaceAssociations'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeTrunkInterfaceAssociationsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeTrunkInterfaceAssociationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2TrunkInterfaceAssociationCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessEndpointCmdlet"> <summary> Describes the specified Amazon Web Services Verified Access endpoints.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessEndpointCmdlet.Filter"> <summary> <para> <para>One or more filters. Filter names and values are case-sensitive.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessEndpointCmdlet.VerifiedAccessEndpointId"> <summary> <para> <para>The ID of the Verified Access endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessEndpointCmdlet.VerifiedAccessGroupId"> <summary> <para> <para>The ID of the Verified Access group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessEndpointCmdlet.VerifiedAccessInstanceId"> <summary> <para> <para>The ID of the Verified Access instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessEndpointCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessEndpointCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessEndpointCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VerifiedAccessEndpoints'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeVerifiedAccessEndpointsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeVerifiedAccessEndpointsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessEndpointCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessEndpointPolicyCmdlet"> <summary> Get the Verified Access policy associated with the endpoint. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessEndpointPolicyCmdlet.VerifiedAccessEndpointId"> <summary> <para> <para>The ID of the Verified Access endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessEndpointPolicyCmdlet.Select"> <summary> 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.GetVerifiedAccessEndpointPolicyResponse). Specifying the name of a property of type Amazon.EC2.Model.GetVerifiedAccessEndpointPolicyResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessEndpointPolicyCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VerifiedAccessEndpointId parameter. The -PassThru parameter is deprecated, use -Select '^VerifiedAccessEndpointId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessGroupCmdlet"> <summary> Describes the specified Verified Access groups.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessGroupCmdlet.Filter"> <summary> <para> <para>One or more filters. Filter names and values are case-sensitive.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessGroupCmdlet.VerifiedAccessGroupId"> <summary> <para> <para>The ID of the Verified Access groups.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessGroupCmdlet.VerifiedAccessInstanceId"> <summary> <para> <para>The ID of the Verified Access instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessGroupCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessGroupCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessGroupCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VerifiedAccessGroups'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeVerifiedAccessGroupsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeVerifiedAccessGroupsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessGroupCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VerifiedAccessInstanceId parameter. The -PassThru parameter is deprecated, use -Select '^VerifiedAccessInstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessGroupCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessGroupPolicyCmdlet"> <summary> Shows the contents of the Verified Access policy associated with the group. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessGroupPolicyCmdlet.VerifiedAccessGroupId"> <summary> <para> <para>The ID of the Verified Access group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessGroupPolicyCmdlet.Select"> <summary> 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.GetVerifiedAccessGroupPolicyResponse). Specifying the name of a property of type Amazon.EC2.Model.GetVerifiedAccessGroupPolicyResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessGroupPolicyCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VerifiedAccessGroupId parameter. The -PassThru parameter is deprecated, use -Select '^VerifiedAccessGroupId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessInstanceCmdlet"> <summary> Describes the specified Amazon Web Services Verified Access instances.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessInstanceCmdlet.Filter"> <summary> <para> <para>One or more filters. Filter names and values are case-sensitive.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessInstanceCmdlet.VerifiedAccessInstanceId"> <summary> <para> <para>The IDs of the Verified Access instances.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessInstanceCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessInstanceCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessInstanceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VerifiedAccessInstances'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeVerifiedAccessInstancesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeVerifiedAccessInstancesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessInstanceCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessInstanceLoggingConfigurationCmdlet"> <summary> Describes the specified Amazon Web Services Verified Access instances.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessInstanceLoggingConfigurationCmdlet.Filter"> <summary> <para> <para>One or more filters. Filter names and values are case-sensitive.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessInstanceLoggingConfigurationCmdlet.VerifiedAccessInstanceId"> <summary> <para> <para>The IDs of the Verified Access instances.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessInstanceLoggingConfigurationCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessInstanceLoggingConfigurationCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessInstanceLoggingConfigurationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'LoggingConfigurations'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeVerifiedAccessInstanceLoggingConfigurationsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeVerifiedAccessInstanceLoggingConfigurationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessInstanceLoggingConfigurationCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessTrustProviderCmdlet"> <summary> Describes the specified Amazon Web Services Verified Access trust providers.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessTrustProviderCmdlet.Filter"> <summary> <para> <para>One or more filters. Filter names and values are case-sensitive.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessTrustProviderCmdlet.VerifiedAccessTrustProviderId"> <summary> <para> <para>The IDs of the Verified Access trust providers.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessTrustProviderCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessTrustProviderCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessTrustProviderCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VerifiedAccessTrustProviders'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeVerifiedAccessTrustProvidersResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeVerifiedAccessTrustProvidersResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VerifiedAccessTrustProviderCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2VolumeCmdlet"> <summary> Describes the specified EBS volumes or all of your EBS volumes. <para> If you are describing a long list of volumes, we recommend that you paginate the output to make the list more manageable. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>. </para><para> For more information about EBS volumes, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volumes.html">Amazon EBS volumes</a> in the <i>Amazon EBS User Guide</i>. </para><important><para> We strongly recommend using only paginated requests. Unpaginated requests are susceptible to throttling and timeouts. </para></important><note><para> The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order. </para></note><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VolumeCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>attachment.attach-time</c> - The time stamp when the attachment initiated.</para></li><li><para><c>attachment.delete-on-termination</c> - Whether the volume is deleted on instance termination.</para></li><li><para><c>attachment.device</c> - The device name specified in the block device mapping (for example, <c>/dev/sda1</c>).</para></li><li><para><c>attachment.instance-id</c> - The ID of the instance the volume is attached to.</para></li><li><para><c>attachment.status</c> - The attachment state (<c>attaching</c> | <c>attached</c> | <c>detaching</c>).</para></li><li><para><c>availability-zone</c> - The Availability Zone in which the volume was created.</para></li><li><para><c>create-time</c> - The time stamp when the volume was created.</para></li><li><para><c>encrypted</c> - Indicates whether the volume is encrypted (<c>true</c> | <c>false</c>)</para></li><li><para><c>multi-attach-enabled</c> - Indicates whether the volume is enabled for Multi-Attach (<c>true</c> | <c>false</c>)</para></li><li><para><c>fast-restored</c> - Indicates whether the volume was created from a snapshot that is enabled for fast snapshot restore (<c>true</c> | <c>false</c>).</para></li><li><para><c>size</c> - The size of the volume, in GiB.</para></li><li><para><c>snapshot-id</c> - The snapshot from which the volume was created.</para></li><li><para><c>status</c> - The state of the volume (<c>creating</c> | <c>available</c> | <c>in-use</c> | <c>deleting</c> | <c>deleted</c> | <c>error</c>).</para></li><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li><li><para><c>volume-id</c> - The volume ID.</para></li><li><para><c>volume-type</c> - The Amazon EBS volume type (<c>gp2</c> | <c>gp3</c> | <c>io1</c> | <c>io2</c> | <c>st1</c> | <c>sc1</c>| <c>standard</c>)</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VolumeCmdlet.VolumeId"> <summary> <para> <para>The volume IDs. If not specified, then all volumes are included in the response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VolumeCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VolumeCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VolumeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Volumes'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeVolumesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeVolumesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VolumeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VolumeId parameter. The -PassThru parameter is deprecated, use -Select '^VolumeId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VolumeCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2VolumeAttributeCmdlet"> <summary> Describes the specified attribute of the specified volume. You can specify only one attribute at a time. <para> For more information about EBS volumes, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volumes.html">Amazon EBS volumes</a> in the <i>Amazon EBS User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VolumeAttributeCmdlet.Attribute"> <summary> <para> <para>The attribute of the volume. This parameter is required.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VolumeAttributeCmdlet.VolumeId"> <summary> <para> <para>The ID of the volume.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VolumeAttributeCmdlet.Select"> <summary> 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.DescribeVolumeAttributeResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeVolumeAttributeResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VolumeAttributeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VolumeId parameter. The -PassThru parameter is deprecated, use -Select '^VolumeId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2VolumeModificationCmdlet"> <summary> Describes the most recent volume modification request for the specified EBS volumes. <para> If a volume has never been modified, some information in the output will be null. If a volume has been modified more than once, the output includes only the most recent modification request. </para><para> For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/monitoring-volume-modifications.html"> Monitor the progress of volume modifications</a> in the <i>Amazon EBS User Guide</i>. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VolumeModificationCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>modification-state</c> - The current modification state (modifying | optimizing | completed | failed).</para></li><li><para><c>original-iops</c> - The original IOPS rate of the volume.</para></li><li><para><c>original-size</c> - The original size of the volume, in GiB.</para></li><li><para><c>original-volume-type</c> - The original volume type of the volume (standard | io1 | io2 | gp2 | sc1 | st1).</para></li><li><para><c>originalMultiAttachEnabled</c> - Indicates whether Multi-Attach support was enabled (true | false).</para></li><li><para><c>start-time</c> - The modification start time.</para></li><li><para><c>target-iops</c> - The target IOPS rate of the volume.</para></li><li><para><c>target-size</c> - The target size of the volume, in GiB.</para></li><li><para><c>target-volume-type</c> - The target volume type of the volume (standard | io1 | io2 | gp2 | sc1 | st1).</para></li><li><para><c>targetMultiAttachEnabled</c> - Indicates whether Multi-Attach support is to be enabled (true | false).</para></li><li><para><c>volume-id</c> - The ID of the volume.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VolumeModificationCmdlet.VolumeId"> <summary> <para> <para>The IDs of the volumes.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VolumeModificationCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results (up to a limit of 500) to be returned in a paginated request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VolumeModificationCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VolumeModificationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VolumesModifications'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeVolumesModificationsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeVolumesModificationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VolumeModificationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VolumeId parameter. The -PassThru parameter is deprecated, use -Select '^VolumeId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VolumeModificationCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2VolumeStatusCmdlet"> <summary> Describes the status of the specified volumes. Volume status provides the result of the checks performed on your volumes to determine events that can impair the performance of your volumes. The performance of a volume can be affected if an issue occurs on the volume's underlying host. If the volume's underlying host experiences a power outage or system issue, after the system is restored, there could be data inconsistencies on the volume. Volume events notify you if this occurs. Volume actions notify you if any action needs to be taken in response to the event. <para> The <c>DescribeVolumeStatus</c> operation provides the following information about the specified volumes: </para><para><i>Status</i>: Reflects the current status of the volume. The possible values are <c>ok</c>, <c>impaired</c> , <c>warning</c>, or <c>insufficient-data</c>. If all checks pass, the overall status of the volume is <c>ok</c>. If the check fails, the overall status is <c>impaired</c>. If the status is <c>insufficient-data</c>, then the checks might still be taking place on your volume at the time. We recommend that you retry the request. For more information about volume status, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/monitoring-volume-status.html">Monitor the status of your volumes</a> in the <i>Amazon EBS User Guide</i>. </para><para><i>Events</i>: Reflect the cause of a volume status and might require you to take action. For example, if your volume returns an <c>impaired</c> status, then the volume event might be <c>potential-data-inconsistency</c>. This means that your volume has been affected by an issue with the underlying host, has all I/O operations disabled, and might have inconsistent data. </para><para><i>Actions</i>: Reflect the actions you might have to take in response to an event. For example, if the status of the volume is <c>impaired</c> and the volume event shows <c>potential-data-inconsistency</c>, then the action shows <c>enable-volume-io</c>. This means that you may want to enable the I/O operations for the volume by calling the <a>EnableVolumeIO</a> action and then check the volume for data consistency. </para><para> Volume status is based on the volume status checks, and does not reflect the volume state. Therefore, volume status does not indicate volumes in the <c>error</c> state (for example, when a volume is incapable of accepting I/O.) </para><note><para> The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order. </para></note><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VolumeStatusCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>action.code</c> - The action code for the event (for example, <c>enable-volume-io</c>).</para></li><li><para><c>action.description</c> - A description of the action.</para></li><li><para><c>action.event-id</c> - The event ID associated with the action.</para></li><li><para><c>availability-zone</c> - The Availability Zone of the instance.</para></li><li><para><c>event.description</c> - A description of the event.</para></li><li><para><c>event.event-id</c> - The event ID.</para></li><li><para><c>event.event-type</c> - The event type (for <c>io-enabled</c>: <c>passed</c> | <c>failed</c>; for <c>io-performance</c>: <c>io-performance:degraded</c> | <c>io-performance:severely-degraded</c> | <c>io-performance:stalled</c>).</para></li><li><para><c>event.not-after</c> - The latest end time for the event.</para></li><li><para><c>event.not-before</c> - The earliest start time for the event.</para></li><li><para><c>volume-status.details-name</c> - The cause for <c>volume-status.status</c> (<c>io-enabled</c> | <c>io-performance</c>).</para></li><li><para><c>volume-status.details-status</c> - The status of <c>volume-status.details-name</c> (for <c>io-enabled</c>: <c>passed</c> | <c>failed</c>; for <c>io-performance</c>: <c>normal</c> | <c>degraded</c> | <c>severely-degraded</c> | <c>stalled</c>).</para></li><li><para><c>volume-status.status</c> - The status of the volume (<c>ok</c> | <c>impaired</c> | <c>warning</c> | <c>insufficient-data</c>).</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VolumeStatusCmdlet.VolumeId"> <summary> <para> <para>The IDs of the volumes.</para><para>Default: Describes all your volumes.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VolumeStatusCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VolumeStatusCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VolumeStatusCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VolumeStatuses'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeVolumeStatusResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeVolumeStatusResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VolumeStatusCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VolumeId parameter. The -PassThru parameter is deprecated, use -Select '^VolumeId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VolumeStatusCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcCmdlet"> <summary> Describes your VPCs. The default is to describe all your VPCs. Alternatively, you can specify specific VPC IDs or filter the results to include only the VPCs that match specific criteria.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>cidr</c> - The primary IPv4 CIDR block of the VPC. The CIDR block you specify must exactly match the VPC's CIDR block for information to be returned for the VPC. Must contain the slash followed by one or two digits (for example, <c>/28</c>).</para></li><li><para><c>cidr-block-association.cidr-block</c> - An IPv4 CIDR block associated with the VPC.</para></li><li><para><c>cidr-block-association.association-id</c> - The association ID for an IPv4 CIDR block associated with the VPC.</para></li><li><para><c>cidr-block-association.state</c> - The state of an IPv4 CIDR block associated with the VPC.</para></li><li><para><c>dhcp-options-id</c> - The ID of a set of DHCP options.</para></li><li><para><c>ipv6-cidr-block-association.ipv6-cidr-block</c> - An IPv6 CIDR block associated with the VPC.</para></li><li><para><c>ipv6-cidr-block-association.ipv6-pool</c> - The ID of the IPv6 address pool from which the IPv6 CIDR block is allocated.</para></li><li><para><c>ipv6-cidr-block-association.association-id</c> - The association ID for an IPv6 CIDR block associated with the VPC.</para></li><li><para><c>ipv6-cidr-block-association.state</c> - The state of an IPv6 CIDR block associated with the VPC.</para></li><li><para><c>is-default</c> - Indicates whether the VPC is the default VPC.</para></li><li><para><c>owner-id</c> - The ID of the Amazon Web Services account that owns the VPC.</para></li><li><para><c>state</c> - The state of the VPC (<c>pending</c> | <c>available</c>).</para></li><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li><li><para><c>vpc-id</c> - The ID of the VPC.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcCmdlet.VpcId"> <summary> <para> <para>The IDs of the VPCs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Vpcs'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeVpcsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeVpcsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcAttributeCmdlet"> <summary> Describes the specified attribute of the specified VPC. You can specify only one attribute at a time. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcAttributeCmdlet.Attribute"> <summary> <para> <para>The VPC attribute.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcAttributeCmdlet.VpcId"> <summary> <para> <para>The ID of the VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcAttributeCmdlet.Select"> <summary> 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.DescribeVpcAttributeResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeVpcAttributeResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcAttributeCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcClassicLinkCmdlet"> <summary> <note><para> This action is deprecated. </para></note><para> Describes the ClassicLink status of the specified VPCs. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcClassicLinkCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>is-classic-link-enabled</c> - Whether the VPC is enabled for ClassicLink (<c>true</c> | <c>false</c>).</para></li><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcClassicLinkCmdlet.VpcId"> <summary> <para> <para>The VPCs for which you want to describe the ClassicLink status.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcClassicLinkCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Vpcs'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeVpcClassicLinkResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeVpcClassicLinkResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcClassicLinkCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcClassicLinkDnsSupportCmdlet"> <summary> <note><para> This action is deprecated. </para></note><para> Describes the ClassicLink DNS support status of one or more VPCs. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it's linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcClassicLinkDnsSupportCmdlet.VpcId"> <summary> <para> <para>The IDs of the VPCs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcClassicLinkDnsSupportCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcClassicLinkDnsSupportCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcClassicLinkDnsSupportCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Vpcs'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeVpcClassicLinkDnsSupportResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeVpcClassicLinkDnsSupportResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcClassicLinkDnsSupportCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcClassicLinkDnsSupportCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcEndpointCmdlet"> <summary> Describes your VPC endpoints. The default is to describe all your VPC endpoints. Alternatively, you can specify specific VPC endpoint IDs or filter the results to include only the VPC endpoints that match specific criteria.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcEndpointCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>ip-address-type</c> - The IP address type (<c>ipv4</c> | <c>ipv6</c>).</para></li><li><para><c>service-name</c> - The name of the service.</para></li><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li><li><para><c>vpc-id</c> - The ID of the VPC in which the endpoint resides.</para></li><li><para><c>vpc-endpoint-id</c> - The ID of the endpoint.</para></li><li><para><c>vpc-endpoint-state</c> - The state of the endpoint (<c>pendingAcceptance</c> | <c>pending</c> | <c>available</c> | <c>deleting</c> | <c>deleted</c> | <c>rejected</c> | <c>failed</c>).</para></li><li><para><c>vpc-endpoint-type</c> - The type of VPC endpoint (<c>Interface</c> | <c>Gateway</c> | <c>GatewayLoadBalancer</c>).</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcEndpointCmdlet.VpcEndpointId"> <summary> <para> <para>The IDs of the VPC endpoints.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcEndpointCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.</para><para>Constraint: If the value is greater than 1,000, we return only 1,000 items.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcEndpointCmdlet.NextToken"> <summary> <para> <para>The token for the next set of items to return. (You received this token from a prior call.)</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcEndpointCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VpcEndpoints'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeVpcEndpointsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeVpcEndpointsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcEndpointCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VpcEndpointId parameter. The -PassThru parameter is deprecated, use -Select '^VpcEndpointId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcEndpointCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcEndpointServiceCmdlet"> <summary> Describes available services to which you can create a VPC endpoint. <para> When the service provider and the consumer have different accounts in multiple Availability Zones, and the consumer views the VPC endpoint service information, the response only includes the common Availability Zones. For example, when the service provider account uses <c>us-east-1a</c> and <c>us-east-1c</c> and the consumer uses <c>us-east-1a</c> and <c>us-east-1b</c>, the response includes the VPC endpoint services in the common Availability Zone, <c>us-east-1a</c>. </para><br/><br/>In the AWS.Tools.EC2 module, this cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcEndpointServiceCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>owner</c> - The ID or alias of the Amazon Web Services account that owns the service.</para></li><li><para><c>service-name</c> - The name of the service.</para></li><li><para><c>service-type</c> - The type of service (<c>Interface</c> | <c>Gateway</c> | <c>GatewayLoadBalancer</c>).</para></li><li><para><c>supported-ip-address-types</c> - The IP address type (<c>ipv4</c> | <c>ipv6</c>).</para></li><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcEndpointServiceCmdlet.ServiceName"> <summary> <para> <para>The service names.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcEndpointServiceCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.</para><para>Constraint: If the value is greater than 1,000, we return only 1,000 items.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcEndpointServiceCmdlet.NextToken"> <summary> <para> <para>The token for the next set of items to return. (You received this token from a prior call.)</para> </para> <para> <br/><b>Note:</b> In the AWS.Tools.EC2 module, this parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcEndpointServiceCmdlet.Select"> <summary> 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.DescribeVpcEndpointServicesResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeVpcEndpointServicesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcEndpointServiceCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcPeeringConnectionCmdlet"> <summary> Describes your VPC peering connections. The default is to describe all your VPC peering connections. Alternatively, you can specify specific VPC peering connection IDs or filter the results to include only the VPC peering connections that match specific criteria.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcPeeringConnectionCmdlet.Filter"> <summary> <para> <para>The filters.</para><ul><li><para><c>accepter-vpc-info.cidr-block</c> - The IPv4 CIDR block of the accepter VPC.</para></li><li><para><c>accepter-vpc-info.owner-id</c> - The ID of the Amazon Web Services account that owns the accepter VPC.</para></li><li><para><c>accepter-vpc-info.vpc-id</c> - The ID of the accepter VPC.</para></li><li><para><c>expiration-time</c> - The expiration date and time for the VPC peering connection.</para></li><li><para><c>requester-vpc-info.cidr-block</c> - The IPv4 CIDR block of the requester's VPC.</para></li><li><para><c>requester-vpc-info.owner-id</c> - The ID of the Amazon Web Services account that owns the requester VPC.</para></li><li><para><c>requester-vpc-info.vpc-id</c> - The ID of the requester VPC.</para></li><li><para><c>status-code</c> - The status of the VPC peering connection (<c>pending-acceptance</c> | <c>failed</c> | <c>expired</c> | <c>provisioning</c> | <c>active</c> | <c>deleting</c> | <c>deleted</c> | <c>rejected</c>).</para></li><li><para><c>status-message</c> - A message that provides more information about the status of the VPC peering connection, if applicable.</para></li><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li><li><para><c>vpc-peering-connection-id</c> - The ID of the VPC peering connection.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcPeeringConnectionCmdlet.VpcPeeringConnectionId"> <summary> <para> <para>The IDs of the VPC peering connections.</para><para>Default: Describes all your VPC peering connections.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcPeeringConnectionCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcPeeringConnectionCmdlet.NextToken"> <summary> <para> <para>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcPeeringConnectionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VpcPeeringConnections'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeVpcPeeringConnectionsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeVpcPeeringConnectionsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcPeeringConnectionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VpcPeeringConnectionId parameter. The -PassThru parameter is deprecated, use -Select '^VpcPeeringConnectionId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpcPeeringConnectionCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpnConnectionCmdlet"> <summary> Describes one or more of your VPN connections. <para> For more information, see <a href="https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html">Amazon Web Services Site-to-Site VPN</a> in the <i>Amazon Web Services Site-to-Site VPN User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpnConnectionCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>customer-gateway-configuration</c> - The configuration information for the customer gateway.</para></li><li><para><c>customer-gateway-id</c> - The ID of a customer gateway associated with the VPN connection.</para></li><li><para><c>state</c> - The state of the VPN connection (<c>pending</c> | <c>available</c> | <c>deleting</c> | <c>deleted</c>).</para></li><li><para><c>option.static-routes-only</c> - Indicates whether the connection has static routes only. Used for devices that do not support Border Gateway Protocol (BGP).</para></li><li><para><c>route.destination-cidr-block</c> - The destination CIDR block. This corresponds to the subnet used in a customer data center.</para></li><li><para><c>bgp-asn</c> - The BGP Autonomous System Number (ASN) associated with a BGP device.</para></li><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li><li><para><c>type</c> - The type of VPN connection. Currently the only supported type is <c>ipsec.1</c>.</para></li><li><para><c>vpn-connection-id</c> - The ID of the VPN connection.</para></li><li><para><c>vpn-gateway-id</c> - The ID of a virtual private gateway associated with the VPN connection.</para></li><li><para><c>transit-gateway-id</c> - The ID of a transit gateway associated with the VPN connection.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpnConnectionCmdlet.VpnConnectionId"> <summary> <para> <para>One or more VPN connection IDs.</para><para>Default: Describes your VPN connections.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpnConnectionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VpnConnections'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeVpnConnectionsResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeVpnConnectionsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpnConnectionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VpnConnectionId parameter. The -PassThru parameter is deprecated, use -Select '^VpnConnectionId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpnConnectionDeviceSampleConfigurationCmdlet"> <summary> Download an Amazon Web Services-provided sample configuration file to be used with the customer gateway device specified for your Site-to-Site VPN connection. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpnConnectionDeviceSampleConfigurationCmdlet.InternetKeyExchangeVersion"> <summary> <para> <para>The IKE version to be used in the sample configuration file for your customer gateway device. You can specify one of the following versions: <c>ikev1</c> or <c>ikev2</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpnConnectionDeviceSampleConfigurationCmdlet.VpnConnectionDeviceTypeId"> <summary> <para> <para>Device identifier provided by the <c>GetVpnConnectionDeviceTypes</c> API.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpnConnectionDeviceSampleConfigurationCmdlet.VpnConnectionId"> <summary> <para> <para>The <c>VpnConnectionId</c> specifies the Site-to-Site VPN connection used for the sample configuration.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpnConnectionDeviceSampleConfigurationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VpnConnectionDeviceSampleConfiguration'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetVpnConnectionDeviceSampleConfigurationResponse). Specifying the name of a property of type Amazon.EC2.Model.GetVpnConnectionDeviceSampleConfigurationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpnConnectionDeviceSampleConfigurationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VpnConnectionId parameter. The -PassThru parameter is deprecated, use -Select '^VpnConnectionId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpnConnectionDeviceTypeCmdlet"> <summary> Obtain a list of customer gateway devices for which sample configuration files can be provided. The request has no additional parameters. You can also see the list of device types with sample configuration files available under <a href="https://docs.aws.amazon.com/vpn/latest/s2svpn/your-cgw.html">Your customer gateway device</a> in the <i>Amazon Web Services Site-to-Site VPN User Guide</i>.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpnConnectionDeviceTypeCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results returned by <c>GetVpnConnectionDeviceTypes</c> in paginated output. When this parameter is used, <c>GetVpnConnectionDeviceTypes</c> only returns <c>MaxResults</c> results in a single page along with a <c>NextToken</c> response element. The remaining results of the initial request can be seen by sending another <c>GetVpnConnectionDeviceTypes</c> request with the returned <c>NextToken</c> value. This value can be between 200 and 1000. If this parameter is not used, then <c>GetVpnConnectionDeviceTypes</c> returns all results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpnConnectionDeviceTypeCmdlet.NextToken"> <summary> <para> <para>The <c>NextToken</c> value returned from a previous paginated <c>GetVpnConnectionDeviceTypes</c> request where <c>MaxResults</c> was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the <c>NextToken</c> value. This value is null when there are no more results to return. </para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpnConnectionDeviceTypeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VpnConnectionDeviceTypes'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.GetVpnConnectionDeviceTypesResponse). Specifying the name of a property of type Amazon.EC2.Model.GetVpnConnectionDeviceTypesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpnConnectionDeviceTypeCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpnGatewayCmdlet"> <summary> Describes one or more of your virtual private gateways. <para> For more information, see <a href="https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html">Amazon Web Services Site-to-Site VPN</a> in the <i>Amazon Web Services Site-to-Site VPN User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpnGatewayCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>amazon-side-asn</c> - The Autonomous System Number (ASN) for the Amazon side of the gateway.</para></li><li><para><c>attachment.state</c> - The current state of the attachment between the gateway and the VPC (<c>attaching</c> | <c>attached</c> | <c>detaching</c> | <c>detached</c>).</para></li><li><para><c>attachment.vpc-id</c> - The ID of an attached VPC.</para></li><li><para><c>availability-zone</c> - The Availability Zone for the virtual private gateway (if applicable).</para></li><li><para><c>state</c> - The state of the virtual private gateway (<c>pending</c> | <c>available</c> | <c>deleting</c> | <c>deleted</c>).</para></li><li><para><c>tag</c>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para></li><li><para><c>tag-key</c> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</para></li><li><para><c>type</c> - The type of virtual private gateway. Currently the only supported type is <c>ipsec.1</c>.</para></li><li><para><c>vpn-gateway-id</c> - The ID of the virtual private gateway.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpnGatewayCmdlet.VpnGatewayId"> <summary> <para> <para>One or more virtual private gateway IDs.</para><para>Default: Describes all your virtual private gateways.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpnGatewayCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VpnGateways'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DescribeVpnGatewaysResponse). Specifying the name of a property of type Amazon.EC2.Model.DescribeVpnGatewaysResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpnGatewayCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VpnGatewayId parameter. The -PassThru parameter is deprecated, use -Select '^VpnGatewayId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpnTunnelReplacementStatusCmdlet"> <summary> Get details of available tunnel endpoint maintenance. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpnTunnelReplacementStatusCmdlet.VpnConnectionId"> <summary> <para> <para>The ID of the Site-to-Site VPN connection. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpnTunnelReplacementStatusCmdlet.VpnTunnelOutsideIpAddress"> <summary> <para> <para>The external IP address of the VPN tunnel.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpnTunnelReplacementStatusCmdlet.Select"> <summary> 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.GetVpnTunnelReplacementStatusResponse). Specifying the name of a property of type Amazon.EC2.Model.GetVpnTunnelReplacementStatusResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GetEC2VpnTunnelReplacementStatusCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VpnConnectionId parameter. The -PassThru parameter is deprecated, use -Select '^VpnConnectionId' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GrantEC2ClientVpnIngressCmdlet"> <summary> Adds an ingress authorization rule to a Client VPN endpoint. Ingress authorization rules act as firewall rules that grant access to networks. You must configure ingress authorization rules to enable clients to access resources in Amazon Web Services or on-premises networks. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GrantEC2ClientVpnIngressCmdlet.AccessGroupId"> <summary> <para> <para>The ID of the group to grant access to, for example, the Active Directory group or identity provider (IdP) group. Required if <c>AuthorizeAllGroups</c> is <c>false</c> or not specified.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GrantEC2ClientVpnIngressCmdlet.AuthorizeAllGroup"> <summary> <para> <para>Indicates whether to grant access to all clients. Specify <c>true</c> to grant all clients who successfully establish a VPN connection access to the network. Must be set to <c>true</c> if <c>AccessGroupId</c> is not specified.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GrantEC2ClientVpnIngressCmdlet.ClientVpnEndpointId"> <summary> <para> <para>The ID of the Client VPN endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GrantEC2ClientVpnIngressCmdlet.Description"> <summary> <para> <para>A brief description of the authorization rule.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GrantEC2ClientVpnIngressCmdlet.TargetNetworkCidr"> <summary> <para> <para>The IPv4 address range, in CIDR notation, of the network for which access is being authorized.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GrantEC2ClientVpnIngressCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GrantEC2ClientVpnIngressCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Status'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.AuthorizeClientVpnIngressResponse). Specifying the name of a property of type Amazon.EC2.Model.AuthorizeClientVpnIngressResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GrantEC2ClientVpnIngressCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ClientVpnEndpointId parameter. The -PassThru parameter is deprecated, use -Select '^ClientVpnEndpointId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GrantEC2ClientVpnIngressCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GrantEC2SecurityGroupEgressCmdlet"> <summary> Adds the specified outbound (egress) rules to a security group. <para> An outbound rule permits instances to send traffic to the specified IPv4 or IPv6 address ranges, the IP address ranges specified by a prefix list, or the instances that are associated with a source security group. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/security-group-rules.html">Security group rules</a>. </para><para> You must specify exactly one of the following destinations: an IPv4 or IPv6 address range, a prefix list, or a security group. You must specify a protocol for each rule (for example, TCP). If the protocol is TCP or UDP, you must also specify a port or port range. If the protocol is ICMP or ICMPv6, you must also specify the ICMP type and code. </para><para> Rule changes are propagated to instances associated with the security group as quickly as possible. However, a small delay might occur. </para><para> For examples of rules that you can add to security groups for specific access scenarios, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-rules-reference.html">Security group rules for different use cases</a> in the <i>Amazon EC2 User Guide</i>. </para><para> For information about security group quotas, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html">Amazon VPC quotas</a> in the <i>Amazon VPC User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GrantEC2SecurityGroupEgressCmdlet.GroupId"> <summary> <para> <para>The ID of the security group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GrantEC2SecurityGroupEgressCmdlet.IpPermission"> <summary> <para> <para>The permissions for the security group rules.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GrantEC2SecurityGroupEgressCmdlet.TagSpecification"> <summary> <para> <para>The tags applied to the security group rule.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GrantEC2SecurityGroupEgressCmdlet.Select"> <summary> 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.AuthorizeSecurityGroupEgressResponse). Specifying the name of a property of type Amazon.EC2.Model.AuthorizeSecurityGroupEgressResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GrantEC2SecurityGroupEgressCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GroupId parameter. The -PassThru parameter is deprecated, use -Select '^GroupId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GrantEC2SecurityGroupEgressCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.GrantEC2SecurityGroupIngressCmdlet"> <summary> Adds the specified inbound (ingress) rules to a security group. <para> An inbound rule permits instances to receive traffic from the specified IPv4 or IPv6 address range, the IP address ranges that are specified by a prefix list, or the instances that are associated with a destination security group. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/security-group-rules.html">Security group rules</a>. </para><para> You must specify exactly one of the following sources: an IPv4 or IPv6 address range, a prefix list, or a security group. You must specify a protocol for each rule (for example, TCP). If the protocol is TCP or UDP, you must also specify a port or port range. If the protocol is ICMP or ICMPv6, you must also specify the ICMP/ICMPv6 type and code. </para><para> Rule changes are propagated to instances associated with the security group as quickly as possible. However, a small delay might occur. </para><para> For examples of rules that you can add to security groups for specific access scenarios, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-rules-reference.html">Security group rules for different use cases</a> in the <i>Amazon EC2 User Guide</i>. </para><para> For more information about security group quotas, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html">Amazon VPC quotas</a> in the <i>Amazon VPC User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GrantEC2SecurityGroupIngressCmdlet.GroupId"> <summary> <para> <para>The ID of the security group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GrantEC2SecurityGroupIngressCmdlet.GroupName"> <summary> <para> <para>[Default VPC] The name of the security group. For security groups for a default VPC you can specify either the ID or the name of the security group. For security groups for a nondefault VPC, you must specify the ID of the security group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GrantEC2SecurityGroupIngressCmdlet.IpPermission"> <summary> <para> <para>The permissions for the security group rules.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GrantEC2SecurityGroupIngressCmdlet.TagSpecification"> <summary> <para> <para>The tags applied to the security group rule.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GrantEC2SecurityGroupIngressCmdlet.Select"> <summary> 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.AuthorizeSecurityGroupIngressResponse). Specifying the name of a property of type Amazon.EC2.Model.AuthorizeSecurityGroupIngressResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GrantEC2SecurityGroupIngressCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GroupId parameter. The -PassThru parameter is deprecated, use -Select '^GroupId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.GrantEC2SecurityGroupIngressCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.ImportEC2ClientVpnClientCertificateRevocationListCmdlet"> <summary> Uploads a client certificate revocation list to the specified Client VPN endpoint. Uploading a client certificate revocation list overwrites the existing client certificate revocation list. <para> Uploading a client certificate revocation list resets existing client connections. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2ClientVpnClientCertificateRevocationListCmdlet.CertificateRevocationList"> <summary> <para> <para>The client certificate revocation list file. For more information, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/cvpn-working-certificates.html#cvpn-working-certificates-generate">Generate a Client Certificate Revocation List</a> in the <i>Client VPN Administrator Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2ClientVpnClientCertificateRevocationListCmdlet.ClientVpnEndpointId"> <summary> <para> <para>The ID of the Client VPN endpoint to which the client certificate revocation list applies.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2ClientVpnClientCertificateRevocationListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ImportClientVpnClientCertificateRevocationListResponse). Specifying the name of a property of type Amazon.EC2.Model.ImportClientVpnClientCertificateRevocationListResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2ClientVpnClientCertificateRevocationListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ClientVpnEndpointId parameter. The -PassThru parameter is deprecated, use -Select '^ClientVpnEndpointId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2ClientVpnClientCertificateRevocationListCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.ImportEC2ImageCmdlet"> <summary> <note><para> To import your virtual machines (VMs) with a console-based experience, you can use the <i>Import virtual machine images to Amazon Web Services</i> template in the <a href="https://console.aws.amazon.com/migrationhub/orchestrator">Migration Hub Orchestrator console</a>. For more information, see the <a href="https://docs.aws.amazon.com/migrationhub-orchestrator/latest/userguide/import-vm-images.html"><i>Migration Hub Orchestrator User Guide</i></a>. </para></note><para> Import single or multi-volume disk images or EBS snapshots into an Amazon Machine Image (AMI). </para><important><para> Amazon Web Services VM Import/Export strongly recommends specifying a value for either the <c>--license-type</c> or <c>--usage-operation</c> parameter when you create a new VM Import task. This ensures your operating system is licensed appropriately and your billing is optimized. </para></important><para> For more information, see <a href="https://docs.aws.amazon.com/vm-import/latest/userguide/vmimport-image-import.html">Importing a VM as an image using VM Import/Export</a> in the <i>VM Import/Export User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2ImageCmdlet.Architecture"> <summary> <para> <para>The architecture of the virtual machine.</para><para>Valid values: <c>i386</c> | <c>x86_64</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2ImageCmdlet.BootMode"> <summary> <para> <para>The boot mode of the virtual machine.</para><note><para>The <c>uefi-preferred</c> boot mode isn't supported for importing images. For more information, see <a href="https://docs.aws.amazon.com/vm-import/latest/userguide/prerequisites.html#vmimport-boot-modes">Boot modes</a> in the <i>VM Import/Export User Guide</i>.</para></note> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2ImageCmdlet.ClientData_Comment"> <summary> <para> <para>A user-defined comment about the disk upload.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2ImageCmdlet.Description"> <summary> <para> <para>A description string for the import image task.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2ImageCmdlet.DiskContainer"> <summary> <para> <para>Information about the disk containers.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2ImageCmdlet.Encrypted"> <summary> <para> <para>Specifies whether the destination AMI of the imported image should be encrypted. The default KMS key for EBS is used unless you specify a non-default KMS key using <c>KmsKeyId</c>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html">Amazon EBS Encryption</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2ImageCmdlet.Hypervisor"> <summary> <para> <para>The target hypervisor platform.</para><para>Valid values: <c>xen</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2ImageCmdlet.KmsKeyId"> <summary> <para> <para>An identifier for the symmetric KMS key to use when creating the encrypted AMI. This parameter is only required if you want to use a non-default KMS key; if this parameter is not specified, the default KMS key for EBS is used. If a <c>KmsKeyId</c> is specified, the <c>Encrypted</c> flag must also be set. </para><para>The KMS key identifier may be provided in any of the following formats: </para><ul><li><para>Key ID</para></li><li><para>Key alias</para></li><li><para>ARN using key ID. The ID ARN contains the <c>arn:aws:kms</c> namespace, followed by the Region of the key, the Amazon Web Services account ID of the key owner, the <c>key</c> namespace, and then the key ID. For example, arn:aws:kms:<i>us-east-1</i>:<i>012345678910</i>:key/<i>abcd1234-a123-456a-a12b-a123b4cd56ef</i>.</para></li><li><para>ARN using key alias. The alias ARN contains the <c>arn:aws:kms</c> namespace, followed by the Region of the key, the Amazon Web Services account ID of the key owner, the <c>alias</c> namespace, and then the key alias. For example, arn:aws:kms:<i>us-east-1</i>:<i>012345678910</i>:alias/<i>ExampleAlias</i>. </para></li></ul><para>Amazon Web Services parses <c>KmsKeyId</c> asynchronously, meaning that the action you call may appear to complete even though you provided an invalid identifier. This action will eventually report failure. </para><para>The specified KMS key must exist in the Region that the AMI is being copied to.</para><para>Amazon EBS does not support asymmetric KMS keys.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2ImageCmdlet.LicenseSpecification"> <summary> <para> <para>The ARNs of the license configurations.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2ImageCmdlet.LicenseType"> <summary> <para> <para>The license type to be used for the Amazon Machine Image (AMI) after importing.</para><para>Specify <c>AWS</c> to replace the source-system license with an Amazon Web Services license or <c>BYOL</c> to retain the source-system license. Leaving this parameter undefined is the same as choosing <c>AWS</c> when importing a Windows Server operating system, and the same as choosing <c>BYOL</c> when importing a Windows client operating system (such as Windows 10) or a Linux operating system.</para><para>To use <c>BYOL</c>, you must have existing licenses with rights to use these licenses in a third party cloud, such as Amazon Web Services. For more information, see <a href="https://docs.aws.amazon.com/vm-import/latest/userguide/vmimport-image-import.html#prerequisites-image">Prerequisites</a> in the VM Import/Export User Guide.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2ImageCmdlet.Platform"> <summary> <para> <para>The operating system of the virtual machine. If you import a VM that is compatible with Unified Extensible Firmware Interface (UEFI) using an EBS snapshot, you must specify a value for the platform.</para><para>Valid values: <c>Windows</c> | <c>Linux</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2ImageCmdlet.RoleName"> <summary> <para> <para>The name of the role to use when not using the default role, 'vmimport'.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2ImageCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the import image task during creation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2ImageCmdlet.ClientData_UtcUploadEnd"> <summary> <para> <para>The time that the disk upload ends.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2ImageCmdlet.ClientData_UploadSize"> <summary> <para> <para>The size of the uploaded disk image, in GiB.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2ImageCmdlet.ClientData_UtcUploadStart"> <summary> <para> <para>The time that the disk upload starts.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2ImageCmdlet.UsageOperation"> <summary> <para> <para>The usage operation value. For more information, see <a href="https://docs.aws.amazon.com/vm-import/latest/userguide/vmie_prereqs.html#prerequisites">Licensing options</a> in the <i>VM Import/Export User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2ImageCmdlet.ClientToken"> <summary> <para> <para>The token to enable idempotency for VM import requests.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2ImageCmdlet.ClientData_UploadEnd"> <summary> <para> <para>This property is deprecated. Setting this property results in non-UTC DateTimes not being marshalled correctly. Use UploadEndUtc instead. Setting either UploadEnd or UploadEndUtc results in both UploadEnd and UploadEndUtc being assigned, the latest assignment to either one of the two property is reflected in the value of both. UploadEnd is provided for backwards compatibility only and assigning a non-Utc DateTime to it results in the wrong timestamp being passed to the service.</para><para>The time that the disk upload ends.</para> </para> <para>This parameter is deprecated.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2ImageCmdlet.ClientData_UploadStart"> <summary> <para> <para>This property is deprecated. Setting this property results in non-UTC DateTimes not being marshalled correctly. Use UploadStartUtc instead. Setting either UploadStart or UploadStartUtc results in both UploadStart and UploadStartUtc being assigned, the latest assignment to either one of the two property is reflected in the value of both. UploadStart is provided for backwards compatibility only and assigning a non-Utc DateTime to it results in the wrong timestamp being passed to the service.</para><para>The time that the disk upload starts.</para> </para> <para>This parameter is deprecated.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2ImageCmdlet.Select"> <summary> 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.ImportImageResponse). Specifying the name of a property of type Amazon.EC2.Model.ImportImageResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2ImageCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.ImportEC2SnapshotCmdlet"> <summary> Imports a disk into an EBS snapshot. <para> For more information, see <a href="https://docs.aws.amazon.com/vm-import/latest/userguide/vmimport-import-snapshot.html">Importing a disk as a snapshot using VM Import/Export</a> in the <i>VM Import/Export User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2SnapshotCmdlet.ClientData_Comment"> <summary> <para> <para>A user-defined comment about the disk upload.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2SnapshotCmdlet.Description"> <summary> <para> <para>The description string for the import snapshot task.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2SnapshotCmdlet.DiskContainer_Description"> <summary> <para> <para>The description of the disk image being imported.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2SnapshotCmdlet.Encrypted"> <summary> <para> <para>Specifies whether the destination snapshot of the imported image should be encrypted. The default KMS key for EBS is used unless you specify a non-default KMS key using <c>KmsKeyId</c>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html">Amazon EBS Encryption</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2SnapshotCmdlet.DiskContainer_Format"> <summary> <para> <para>The format of the disk image being imported.</para><para>Valid values: <c>VHD</c> | <c>VMDK</c> | <c>RAW</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2SnapshotCmdlet.KmsKeyId"> <summary> <para> <para>An identifier for the symmetric KMS key to use when creating the encrypted snapshot. This parameter is only required if you want to use a non-default KMS key; if this parameter is not specified, the default KMS key for EBS is used. If a <c>KmsKeyId</c> is specified, the <c>Encrypted</c> flag must also be set. </para><para>The KMS key identifier may be provided in any of the following formats: </para><ul><li><para>Key ID</para></li><li><para>Key alias</para></li><li><para>ARN using key ID. The ID ARN contains the <c>arn:aws:kms</c> namespace, followed by the Region of the key, the Amazon Web Services account ID of the key owner, the <c>key</c> namespace, and then the key ID. For example, arn:aws:kms:<i>us-east-1</i>:<i>012345678910</i>:key/<i>abcd1234-a123-456a-a12b-a123b4cd56ef</i>.</para></li><li><para>ARN using key alias. The alias ARN contains the <c>arn:aws:kms</c> namespace, followed by the Region of the key, the Amazon Web Services account ID of the key owner, the <c>alias</c> namespace, and then the key alias. For example, arn:aws:kms:<i>us-east-1</i>:<i>012345678910</i>:alias/<i>ExampleAlias</i>. </para></li></ul><para>Amazon Web Services parses <c>KmsKeyId</c> asynchronously, meaning that the action you call may appear to complete even though you provided an invalid identifier. This action will eventually report failure. </para><para>The specified KMS key must exist in the Region that the snapshot is being copied to.</para><para>Amazon EBS does not support asymmetric KMS keys.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2SnapshotCmdlet.RoleName"> <summary> <para> <para>The name of the role to use when not using the default role, 'vmimport'.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2SnapshotCmdlet.DiskContainer_S3Bucket"> <summary> <para> <para>The name of the Amazon S3 bucket where the disk image is located.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2SnapshotCmdlet.DiskContainer_S3Key"> <summary> <para> <para>The file name of the disk image.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2SnapshotCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the import snapshot task during creation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2SnapshotCmdlet.ClientData_UtcUploadEnd"> <summary> <para> <para>The time that the disk upload ends.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2SnapshotCmdlet.ClientData_UploadSize"> <summary> <para> <para>The size of the uploaded disk image, in GiB.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2SnapshotCmdlet.ClientData_UtcUploadStart"> <summary> <para> <para>The time that the disk upload starts.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2SnapshotCmdlet.DiskContainer_Url"> <summary> <para> <para>The URL to the Amazon S3-based disk image being imported. It can either be a https URL (https://..) or an Amazon S3 URL (s3://..).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2SnapshotCmdlet.ClientToken"> <summary> <para> <para>Token to enable idempotency for VM import requests.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2SnapshotCmdlet.ClientData_UploadEnd"> <summary> <para> <para>This property is deprecated. Setting this property results in non-UTC DateTimes not being marshalled correctly. Use UploadEndUtc instead. Setting either UploadEnd or UploadEndUtc results in both UploadEnd and UploadEndUtc being assigned, the latest assignment to either one of the two property is reflected in the value of both. UploadEnd is provided for backwards compatibility only and assigning a non-Utc DateTime to it results in the wrong timestamp being passed to the service.</para><para>The time that the disk upload ends.</para> </para> <para>This parameter is deprecated.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2SnapshotCmdlet.ClientData_UploadStart"> <summary> <para> <para>This property is deprecated. Setting this property results in non-UTC DateTimes not being marshalled correctly. Use UploadStartUtc instead. Setting either UploadStart or UploadStartUtc results in both UploadStart and UploadStartUtc being assigned, the latest assignment to either one of the two property is reflected in the value of both. UploadStart is provided for backwards compatibility only and assigning a non-Utc DateTime to it results in the wrong timestamp being passed to the service.</para><para>The time that the disk upload starts.</para> </para> <para>This parameter is deprecated.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2SnapshotCmdlet.Select"> <summary> 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.ImportSnapshotResponse). Specifying the name of a property of type Amazon.EC2.Model.ImportSnapshotResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ImportEC2SnapshotCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.LockEC2SnapshotCmdlet"> <summary> Locks an Amazon EBS snapshot in either <i>governance</i> or <i>compliance</i> mode to protect it against accidental or malicious deletions for a specific duration. A locked snapshot can't be deleted. <para> You can also use this action to modify the lock settings for a snapshot that is already locked. The allowed modifications depend on the lock mode and lock state: </para><ul><li><para> If the snapshot is locked in governance mode, you can modify the lock mode and the lock duration or lock expiration date. </para></li><li><para> If the snapshot is locked in compliance mode and it is in the cooling-off period, you can modify the lock mode and the lock duration or lock expiration date. </para></li><li><para> If the snapshot is locked in compliance mode and the cooling-off period has lapsed, you can only increase the lock duration or extend the lock expiration date. </para></li></ul> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.LockEC2SnapshotCmdlet.CoolOffPeriod"> <summary> <para> <para>The cooling-off period during which you can unlock the snapshot or modify the lock settings after locking the snapshot in compliance mode, in hours. After the cooling-off period expires, you can't unlock or delete the snapshot, decrease the lock duration, or change the lock mode. You can increase the lock duration after the cooling-off period expires.</para><para>The cooling-off period is optional when locking a snapshot in compliance mode. If you are locking the snapshot in governance mode, omit this parameter.</para><para>To lock the snapshot in compliance mode immediately without a cooling-off period, omit this parameter.</para><para>If you are extending the lock duration for a snapshot that is locked in compliance mode after the cooling-off period has expired, omit this parameter. If you specify a cooling-period in a such a request, the request fails.</para><para>Allowed values: Min 1, max 72.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.LockEC2SnapshotCmdlet.ExpirationDate"> <summary> <para> <para>The date and time at which the snapshot lock is to automatically expire, in the UTC time zone (<c>YYYY-MM-DDThh:mm:ss.sssZ</c>).</para><para>You must specify either this parameter or <b>LockDuration</b>, but not both.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.LockEC2SnapshotCmdlet.LockDuration"> <summary> <para> <para>The period of time for which to lock the snapshot, in days. The snapshot lock will automatically expire after this period lapses.</para><para>You must specify either this parameter or <b>ExpirationDate</b>, but not both.</para><para>Allowed values: Min: 1, max 36500</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.LockEC2SnapshotCmdlet.LockMode"> <summary> <para> <para>The mode in which to lock the snapshot. Specify one of the following:</para><ul><li><para><c>governance</c> - Locks the snapshot in governance mode. Snapshots locked in governance mode can't be deleted until one of the following conditions are met:</para><ul><li><para>The lock duration expires.</para></li><li><para>The snapshot is unlocked by a user with the appropriate permissions.</para></li></ul><para>Users with the appropriate IAM permissions can unlock the snapshot, increase or decrease the lock duration, and change the lock mode to <c>compliance</c> at any time.</para><para>If you lock a snapshot in <c>governance</c> mode, omit <b> CoolOffPeriod</b>.</para></li><li><para><c>compliance</c> - Locks the snapshot in compliance mode. Snapshots locked in compliance mode can't be unlocked by any user. They can be deleted only after the lock duration expires. Users can't decrease the lock duration or change the lock mode to <c>governance</c>. However, users with appropriate IAM permissions can increase the lock duration at any time.</para><para>If you lock a snapshot in <c>compliance</c> mode, you can optionally specify <b>CoolOffPeriod</b>.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.LockEC2SnapshotCmdlet.SnapshotId"> <summary> <para> <para>The ID of the snapshot to lock.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.LockEC2SnapshotCmdlet.Select"> <summary> 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.LockSnapshotResponse). Specifying the name of a property of type Amazon.EC2.Model.LockSnapshotResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.LockEC2SnapshotCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SnapshotId parameter. The -PassThru parameter is deprecated, use -Select '^SnapshotId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.LockEC2SnapshotCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.MountEC2VerifiedAccessTrustProviderCmdlet"> <summary> Attaches the specified Amazon Web Services Verified Access trust provider to the specified Amazon Web Services Verified Access instance. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.MountEC2VerifiedAccessTrustProviderCmdlet.VerifiedAccessInstanceId"> <summary> <para> <para>The ID of the Verified Access instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.MountEC2VerifiedAccessTrustProviderCmdlet.VerifiedAccessTrustProviderId"> <summary> <para> <para>The ID of the Verified Access trust provider.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.MountEC2VerifiedAccessTrustProviderCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.MountEC2VerifiedAccessTrustProviderCmdlet.Select"> <summary> 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.AttachVerifiedAccessTrustProviderResponse). Specifying the name of a property of type Amazon.EC2.Model.AttachVerifiedAccessTrustProviderResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.MountEC2VerifiedAccessTrustProviderCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VerifiedAccessTrustProviderId parameter. The -PassThru parameter is deprecated, use -Select '^VerifiedAccessTrustProviderId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.MountEC2VerifiedAccessTrustProviderCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.MoveEC2AddressToVpcCmdlet"> <summary> <note><para> This action is deprecated. </para></note><para> Moves an Elastic IP address from the EC2-Classic platform to the EC2-VPC platform. The Elastic IP address must be allocated to your account for more than 24 hours, and it must not be associated with an instance. After the Elastic IP address is moved, it is no longer available for use in the EC2-Classic platform, unless you move it back using the <a>RestoreAddressToClassic</a> request. You cannot move an Elastic IP address that was originally allocated for use in the EC2-VPC platform to the EC2-Classic platform. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.MoveEC2AddressToVpcCmdlet.PublicIp"> <summary> <para> <para>The Elastic IP address.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.MoveEC2AddressToVpcCmdlet.Select"> <summary> 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.MoveAddressToVpcResponse). Specifying the name of a property of type Amazon.EC2.Model.MoveAddressToVpcResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.MoveEC2AddressToVpcCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the PublicIp parameter. The -PassThru parameter is deprecated, use -Select '^PublicIp' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.MoveEC2AddressToVpcCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.MoveEC2ByoipCidrToIpamCmdlet"> <summary> Move a BYOIPv4 CIDR to IPAM from a public IPv4 pool. <para> If you already have a BYOIPv4 CIDR with Amazon Web Services, you can move the CIDR to IPAM from a public IPv4 pool. You cannot move an IPv6 CIDR to IPAM. If you are bringing a new IP address to Amazon Web Services for the first time, complete the steps in <a href="https://docs.aws.amazon.com/vpc/latest/ipam/tutorials-byoip-ipam.html">Tutorial: BYOIP address CIDRs to IPAM</a>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.MoveEC2ByoipCidrToIpamCmdlet.Cidr"> <summary> <para> <para>The BYOIP CIDR.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.MoveEC2ByoipCidrToIpamCmdlet.IpamPoolId"> <summary> <para> <para>The IPAM pool ID.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.MoveEC2ByoipCidrToIpamCmdlet.IpamPoolOwner"> <summary> <para> <para>The Amazon Web Services account ID of the owner of the IPAM pool.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.MoveEC2ByoipCidrToIpamCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ByoipCidr'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.MoveByoipCidrToIpamResponse). Specifying the name of a property of type Amazon.EC2.Model.MoveByoipCidrToIpamResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.MoveEC2ByoipCidrToIpamCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the IpamPoolId parameter. The -PassThru parameter is deprecated, use -Select '^IpamPoolId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.MoveEC2ByoipCidrToIpamCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2AddressCmdlet"> <summary> Allocates an Elastic IP address to your Amazon Web Services account. After you allocate the Elastic IP address you can associate it with an instance or network interface. After you release an Elastic IP address, it is released to the IP address pool and can be allocated to a different Amazon Web Services account. <para> You can allocate an Elastic IP address from an address pool owned by Amazon Web Services or from an address pool created from a public IPv4 address range that you have brought to Amazon Web Services for use with your Amazon Web Services resources using bring your own IP addresses (BYOIP). For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html">Bring Your Own IP Addresses (BYOIP)</a> in the <i>Amazon EC2 User Guide</i>. </para><para> If you release an Elastic IP address, you might be able to recover it. You cannot recover an Elastic IP address that you released after it is allocated to another Amazon Web Services account. To attempt to recover an Elastic IP address that you released, specify it in this operation. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html">Elastic IP Addresses</a> in the <i>Amazon EC2 User Guide</i>. </para><para> You can allocate a carrier IP address which is a public IP address from a telecommunication carrier, to a network interface which resides in a subnet in a Wavelength Zone (for example an EC2 instance). </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2AddressCmdlet.Address"> <summary> <para> <para>The Elastic IP address to recover or an IPv4 address from an address pool.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2AddressCmdlet.CustomerOwnedIpv4Pool"> <summary> <para> <para>The ID of a customer-owned address pool. Use this parameter to let Amazon EC2 select an address from the address pool. Alternatively, specify a specific address from the address pool.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2AddressCmdlet.Domain"> <summary> <para> <para>The network (<c>vpc</c>).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2AddressCmdlet.NetworkBorderGroup"> <summary> <para> <para> A unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses. Use this parameter to limit the IP address to this location. IP addresses cannot move between network border groups.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2AddressCmdlet.PublicIpv4Pool"> <summary> <para> <para>The ID of an address pool that you own. Use this parameter to let Amazon EC2 select an address from the address pool. To specify a specific address from the address pool, use the <c>Address</c> parameter instead.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2AddressCmdlet.TagSpecification"> <summary> <para> <para>The tags to assign to the Elastic IP address.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2AddressCmdlet.Select"> <summary> 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.AllocateAddressResponse). Specifying the name of a property of type Amazon.EC2.Model.AllocateAddressResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2AddressCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2CapacityReservationFleetCmdlet"> <summary> Creates a Capacity Reservation Fleet. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/work-with-cr-fleets.html#create-crfleet">Create a Capacity Reservation Fleet</a> in the <i>Amazon EC2 User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CapacityReservationFleetCmdlet.AllocationStrategy"> <summary> <para> <para>The strategy used by the Capacity Reservation Fleet to determine which of the specified instance types to use. Currently, only the <c>prioritized</c> allocation strategy is supported. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#allocation-strategy"> Allocation strategy</a> in the <i>Amazon EC2 User Guide</i>.</para><para>Valid values: <c>prioritized</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CapacityReservationFleetCmdlet.EndDate"> <summary> <para> <para>The date and time at which the Capacity Reservation Fleet expires. When the Capacity Reservation Fleet expires, its state changes to <c>expired</c> and all of the Capacity Reservations in the Fleet expire.</para><para>The Capacity Reservation Fleet expires within an hour after the specified time. For example, if you specify <c>5/31/2019</c>, <c>13:30:55</c>, the Capacity Reservation Fleet is guaranteed to expire between <c>13:30:55</c> and <c>14:30:55</c> on <c>5/31/2019</c>. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CapacityReservationFleetCmdlet.InstanceMatchCriterion"> <summary> <para> <para>Indicates the type of instance launches that the Capacity Reservation Fleet accepts. All Capacity Reservations in the Fleet inherit this instance matching criteria.</para><para>Currently, Capacity Reservation Fleets support <c>open</c> instance matching criteria only. This means that instances that have matching attributes (instance type, platform, and Availability Zone) run in the Capacity Reservations automatically. Instances do not need to explicitly target a Capacity Reservation Fleet to use its reserved capacity.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CapacityReservationFleetCmdlet.InstanceTypeSpecification"> <summary> <para> <para>Information about the instance types for which to reserve the capacity.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CapacityReservationFleetCmdlet.TagSpecification"> <summary> <para> <para>The tags to assign to the Capacity Reservation Fleet. The tags are automatically assigned to the Capacity Reservations in the Fleet.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CapacityReservationFleetCmdlet.Tenancy"> <summary> <para> <para>Indicates the tenancy of the Capacity Reservation Fleet. All Capacity Reservations in the Fleet inherit this tenancy. The Capacity Reservation Fleet can have one of the following tenancy settings:</para><ul><li><para><c>default</c> - The Capacity Reservation Fleet is created on hardware that is shared with other Amazon Web Services accounts.</para></li><li><para><c>dedicated</c> - The Capacity Reservations are created on single-tenant hardware that is dedicated to a single Amazon Web Services account.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CapacityReservationFleetCmdlet.TotalTargetCapacity"> <summary> <para> <para>The total number of capacity units to be reserved by the Capacity Reservation Fleet. This value, together with the instance type weights that you assign to each instance type used by the Fleet determine the number of instances for which the Fleet reserves capacity. Both values are based on units that make sense for your workload. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target capacity</a> in the <i>Amazon EC2 User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CapacityReservationFleetCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensure Idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CapacityReservationFleetCmdlet.Select"> <summary> 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.CreateCapacityReservationFleetResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateCapacityReservationFleetResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CapacityReservationFleetCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TotalTargetCapacity parameter. The -PassThru parameter is deprecated, use -Select '^TotalTargetCapacity' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CapacityReservationFleetCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2CarrierGatewayCmdlet"> <summary> Creates a carrier gateway. For more information about carrier gateways, see <a href="https://docs.aws.amazon.com/wavelength/latest/developerguide/how-wavelengths-work.html#wavelength-carrier-gateway">Carrier gateways</a> in the <i>Amazon Web Services Wavelength Developer Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CarrierGatewayCmdlet.TagSpecification"> <summary> <para> <para>The tags to associate with the carrier gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CarrierGatewayCmdlet.VpcId"> <summary> <para> <para>The ID of the VPC to associate with the carrier gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CarrierGatewayCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CarrierGatewayCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'CarrierGateway'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateCarrierGatewayResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateCarrierGatewayResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CarrierGatewayCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CarrierGatewayCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnEndpointCmdlet"> <summary> Creates a Client VPN endpoint. A Client VPN endpoint is the resource you create and configure to enable and manage client VPN sessions. It is the destination endpoint at which all client VPN sessions are terminated. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnEndpointCmdlet.AuthenticationOption"> <summary> <para> <para>Information about the authentication method to be used to authenticate clients.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnEndpointCmdlet.ClientLoginBannerOptions_BannerText"> <summary> <para> <para>Customizable text that will be displayed in a banner on Amazon Web Services provided clients when a VPN session is established. UTF-8 encoded characters only. Maximum of 1400 characters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnEndpointCmdlet.ClientCidrBlock"> <summary> <para> <para>The IPv4 address range, in CIDR notation, from which to assign client IP addresses. The address range cannot overlap with the local CIDR of the VPC in which the associated subnet is located, or the routes that you add manually. The address range cannot be changed after the Client VPN endpoint has been created. Client CIDR range must have a size of at least /22 and must not be greater than /12.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnEndpointCmdlet.ConnectionLogOptions_CloudwatchLogGroup"> <summary> <para> <para>The name of the CloudWatch Logs log group. Required if connection logging is enabled.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnEndpointCmdlet.ConnectionLogOptions_CloudwatchLogStream"> <summary> <para> <para>The name of the CloudWatch Logs log stream to which the connection data is published.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnEndpointCmdlet.Description"> <summary> <para> <para>A brief description of the Client VPN endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnEndpointCmdlet.DnsServer"> <summary> <para> <para>Information about the DNS servers to be used for DNS resolution. A Client VPN endpoint can have up to two DNS servers. If no DNS server is specified, the DNS address configured on the device is used for the DNS server.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnEndpointCmdlet.ClientConnectOptions_Enabled"> <summary> <para> <para>Indicates whether client connect options are enabled. The default is <c>false</c> (not enabled).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnEndpointCmdlet.ClientLoginBannerOptions_Enabled"> <summary> <para> <para>Enable or disable a customizable text banner that will be displayed on Amazon Web Services provided clients when a VPN session is established.</para><para>Valid values: <c>true | false</c></para><para>Default value: <c>false</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnEndpointCmdlet.ConnectionLogOptions_Enabled"> <summary> <para> <para>Indicates whether connection logging is enabled.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnEndpointCmdlet.ClientConnectOptions_LambdaFunctionArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnEndpointCmdlet.SecurityGroupId"> <summary> <para> <para>The IDs of one or more security groups to apply to the target network. You must also specify the ID of the VPC that contains the security groups.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnEndpointCmdlet.SelfServicePortal"> <summary> <para> <para>Specify whether to enable the self-service portal for the Client VPN endpoint.</para><para>Default Value: <c>enabled</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnEndpointCmdlet.ServerCertificateArn"> <summary> <para> <para>The ARN of the server certificate. For more information, see the <a href="https://docs.aws.amazon.com/acm/latest/userguide/">Certificate Manager User Guide</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnEndpointCmdlet.SessionTimeoutHour"> <summary> <para> <para>The maximum VPN session duration time in hours.</para><para>Valid values: <c>8 | 10 | 12 | 24</c></para><para>Default value: <c>24</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnEndpointCmdlet.SplitTunnel"> <summary> <para> <para>Indicates whether split-tunnel is enabled on the Client VPN endpoint.</para><para>By default, split-tunnel on a VPN endpoint is disabled.</para><para>For information about split-tunnel VPN endpoints, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/split-tunnel-vpn.html">Split-tunnel Client VPN endpoint</a> in the <i>Client VPN Administrator Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnEndpointCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the Client VPN endpoint during creation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnEndpointCmdlet.TransportProtocol"> <summary> <para> <para>The transport protocol to be used by the VPN session.</para><para>Default value: <c>udp</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnEndpointCmdlet.VpcId"> <summary> <para> <para>The ID of the VPC to associate with the Client VPN endpoint. If no security group IDs are specified in the request, the default security group for the VPC is applied.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnEndpointCmdlet.VpnPort"> <summary> <para> <para>The port number to assign to the Client VPN endpoint for TCP and UDP traffic.</para><para>Valid Values: <c>443</c> | <c>1194</c></para><para>Default Value: <c>443</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnEndpointCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnEndpointCmdlet.Select"> <summary> 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.CreateClientVpnEndpointResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateClientVpnEndpointResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnEndpointCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ServerCertificateArn parameter. The -PassThru parameter is deprecated, use -Select '^ServerCertificateArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnEndpointCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnRouteCmdlet"> <summary> Adds a route to a network to a Client VPN endpoint. Each Client VPN endpoint has a route table that describes the available destination network routes. Each route in the route table specifies the path for traffic to specific resources or networks. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnRouteCmdlet.ClientVpnEndpointId"> <summary> <para> <para>The ID of the Client VPN endpoint to which to add the route.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnRouteCmdlet.Description"> <summary> <para> <para>A brief description of the route.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnRouteCmdlet.DestinationCidrBlock"> <summary> <para> <para>The IPv4 address range, in CIDR notation, of the route destination. For example:</para><ul><li><para>To add a route for Internet access, enter <c>0.0.0.0/0</c></para></li><li><para>To add a route for a peered VPC, enter the peered VPC's IPv4 CIDR range</para></li><li><para>To add a route for an on-premises network, enter the Amazon Web Services Site-to-Site VPN connection's IPv4 CIDR range</para></li><li><para>To add a route for the local network, enter the client CIDR range</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnRouteCmdlet.TargetVpcSubnetId"> <summary> <para> <para>The ID of the subnet through which you want to route traffic. The specified subnet must be an existing target network of the Client VPN endpoint.</para><para>Alternatively, if you're adding a route for the local network, specify <c>local</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnRouteCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnRouteCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Status'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateClientVpnRouteResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateClientVpnRouteResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnRouteCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ClientVpnEndpointId parameter. The -PassThru parameter is deprecated, use -Select '^ClientVpnEndpointId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ClientVpnRouteCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2CoipCidrCmdlet"> <summary> Creates a range of customer-owned IP addresses. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CoipCidrCmdlet.Cidr"> <summary> <para> <para> A customer-owned IP address range to create. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CoipCidrCmdlet.CoipPoolId"> <summary> <para> <para> The ID of the address pool. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CoipCidrCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'CoipCidr'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateCoipCidrResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateCoipCidrResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CoipCidrCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the CoipPoolId parameter. The -PassThru parameter is deprecated, use -Select '^CoipPoolId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CoipCidrCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2CoipPoolCmdlet"> <summary> Creates a pool of customer-owned IP (CoIP) addresses. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CoipPoolCmdlet.LocalGatewayRouteTableId"> <summary> <para> <para> The ID of the local gateway route table. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CoipPoolCmdlet.TagSpecification"> <summary> <para> <para> The tags to assign to the CoIP address pool. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CoipPoolCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'CoipPool'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateCoipPoolResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateCoipPoolResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CoipPoolCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the LocalGatewayRouteTableId parameter. The -PassThru parameter is deprecated, use -Select '^LocalGatewayRouteTableId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CoipPoolCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2CustomerGatewayCmdlet"> <summary> Provides information to Amazon Web Services about your customer gateway device. The customer gateway device is the appliance at your end of the VPN connection. You must provide the IP address of the customer gateway device’s external interface. The IP address must be static and can be behind a device performing network address translation (NAT). <para> For devices that use Border Gateway Protocol (BGP), you can also provide the device's BGP Autonomous System Number (ASN). You can use an existing ASN assigned to your network. If you don't have an ASN already, you can use a private ASN. For more information, see <a href="https://docs.aws.amazon.com/vpn/latest/s2svpn/cgw-options.html">Customer gateway options for your Site-to-Site VPN connection</a> in the <i>Amazon Web Services Site-to-Site VPN User Guide</i>. </para><para> To create more than one customer gateway with the same VPN type, IP address, and BGP ASN, specify a unique device name for each customer gateway. An identical request returns information about the existing customer gateway; it doesn't create a new customer gateway. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CustomerGatewayCmdlet.BgpAsn"> <summary> <para> <para>For customer gateway devices that support BGP, specify the device's ASN. You must specify either <c>BgpAsn</c> or <c>BgpAsnExtended</c> when creating the customer gateway. If the ASN is larger than <c>2,147,483,647</c>, you must use <c>BgpAsnExtended</c>.</para><para>Default: 65000</para><para>Valid values: <c>1</c> to <c>2,147,483,647</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CustomerGatewayCmdlet.BgpAsnExtended"> <summary> <para> <para>For customer gateway devices that support BGP, specify the device's ASN. You must specify either <c>BgpAsn</c> or <c>BgpAsnExtended</c> when creating the customer gateway. If the ASN is larger than <c>2,147,483,647</c>, you must use <c>BgpAsnExtended</c>.</para><para>Valid values: <c>2,147,483,648</c> to <c>4,294,967,295</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CustomerGatewayCmdlet.CertificateArn"> <summary> <para> <para>The Amazon Resource Name (ARN) for the customer gateway certificate.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CustomerGatewayCmdlet.DeviceName"> <summary> <para> <para>A name for the customer gateway device.</para><para>Length Constraints: Up to 255 characters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CustomerGatewayCmdlet.IpAddress"> <summary> <para> <para>IPv4 address for the customer gateway device's outside interface. The address must be static. If <c>OutsideIpAddressType</c> in your VPN connection options is set to <c>PrivateIpv4</c>, you can use an RFC6598 or RFC1918 private IPv4 address. If <c>OutsideIpAddressType</c> is set to <c>PublicIpv4</c>, you can use a public IPv4 address. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CustomerGatewayCmdlet.PublicIp"> <summary> <para> <para><i>This member has been deprecated.</i> The Internet-routable IP address for the customer gateway's outside interface. The address must be static.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CustomerGatewayCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the customer gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CustomerGatewayCmdlet.Type"> <summary> <para> <para>The type of VPN connection that this customer gateway supports (<c>ipsec.1</c>).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CustomerGatewayCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'CustomerGateway'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateCustomerGatewayResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateCustomerGatewayResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CustomerGatewayCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Type parameter. The -PassThru parameter is deprecated, use -Select '^Type' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2CustomerGatewayCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2DefaultSubnetCmdlet"> <summary> Creates a default subnet with a size <c>/20</c> IPv4 CIDR block in the specified Availability Zone in your default VPC. You can have only one default subnet per Availability Zone. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/default-vpc.html#create-default-subnet">Create a default subnet</a> in the <i>Amazon VPC User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2DefaultSubnetCmdlet.AvailabilityZone"> <summary> <para> <para>The Availability Zone in which to create the default subnet.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2DefaultSubnetCmdlet.Ipv6Native"> <summary> <para> <para>Indicates whether to create an IPv6 only subnet. If you already have a default subnet for this Availability Zone, you must delete it before you can create an IPv6 only subnet.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2DefaultSubnetCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Subnet'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateDefaultSubnetResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateDefaultSubnetResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2DefaultSubnetCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AvailabilityZone parameter. The -PassThru parameter is deprecated, use -Select '^AvailabilityZone' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2DefaultSubnetCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2DefaultVpcCmdlet"> <summary> Creates a default VPC with a size <c>/16</c> IPv4 CIDR block and a default subnet in each Availability Zone. For more information about the components of a default VPC, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/default-vpc.html">Default VPCs</a> in the <i>Amazon VPC User Guide</i>. You cannot specify the components of the default VPC yourself. <para> If you deleted your previous default VPC, you can create a default VPC. You cannot have more than one default VPC per Region. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2DefaultVpcCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Vpc'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateDefaultVpcResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateDefaultVpcResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2DefaultVpcCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2DhcpOptionCmdlet"> <summary> Creates a custom set of DHCP options. After you create a DHCP option set, you associate it with a VPC. After you associate a DHCP option set with a VPC, all existing and newly launched instances in the VPC use this set of DHCP options. <para> The following are the individual DHCP options you can specify. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_DHCP_Options.html">DHCP option sets</a> in the <i>Amazon VPC User Guide</i>. </para><ul><li><para><c>domain-name</c> - If you're using AmazonProvidedDNS in <c>us-east-1</c>, specify <c>ec2.internal</c>. If you're using AmazonProvidedDNS in any other Region, specify <c>region.compute.internal</c>. Otherwise, specify a custom domain name. This value is used to complete unqualified DNS hostnames. </para><para> Some Linux operating systems accept multiple domain names separated by spaces. However, Windows and other Linux operating systems treat the value as a single domain, which results in unexpected behavior. If your DHCP option set is associated with a VPC that has instances running operating systems that treat the value as a single domain, specify only one domain name. </para></li><li><para><c>domain-name-servers</c> - The IP addresses of up to four DNS servers, or AmazonProvidedDNS. To specify multiple domain name servers in a single parameter, separate the IP addresses using commas. To have your instances receive custom DNS hostnames as specified in <c>domain-name</c>, you must specify a custom DNS server. </para></li><li><para><c>ntp-servers</c> - The IP addresses of up to eight Network Time Protocol (NTP) servers (four IPv4 addresses and four IPv6 addresses). </para></li><li><para><c>netbios-name-servers</c> - The IP addresses of up to four NetBIOS name servers. </para></li><li><para><c>netbios-node-type</c> - The NetBIOS node type (1, 2, 4, or 8). We recommend that you specify 2. Broadcast and multicast are not supported. For more information about NetBIOS node types, see <a href="https://www.ietf.org/rfc/rfc2132.txt">RFC 2132</a>. </para></li><li><para><c>ipv6-address-preferred-lease-time</c> - A value (in seconds, minutes, hours, or years) for how frequently a running instance with an IPv6 assigned to it goes through DHCPv6 lease renewal. Acceptable values are between 140 and 2147483647 seconds (approximately 68 years). If no value is entered, the default lease time is 140 seconds. If you use long-term addressing for EC2 instances, you can increase the lease time and avoid frequent lease renewal requests. Lease renewal typically occurs when half of the lease time has elapsed. </para></li></ul> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2DhcpOptionCmdlet.DhcpConfiguration"> <summary> <para> <para>A DHCP configuration option.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2DhcpOptionCmdlet.TagSpecification"> <summary> <para> <para>The tags to assign to the DHCP option.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2DhcpOptionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'DhcpOptions'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateDhcpOptionsResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateDhcpOptionsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2DhcpOptionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the DhcpConfiguration parameter. The -PassThru parameter is deprecated, use -Select '^DhcpConfiguration' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2DhcpOptionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2EC2CapacityBlockCmdlet"> <summary> Purchase the Capacity Block for use with your account. With Capacity Blocks you ensure GPU capacity is available for machine learning (ML) workloads. You must specify the ID of the Capacity Block offering you are purchasing. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2EC2CapacityBlockCmdlet.CapacityBlockOfferingId"> <summary> <para> <para>The ID of the Capacity Block offering.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2EC2CapacityBlockCmdlet.InstancePlatform"> <summary> <para> <para>The type of operating system for which to reserve capacity.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2EC2CapacityBlockCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the Capacity Block during launch.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2EC2CapacityBlockCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'CapacityReservation'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.PurchaseCapacityBlockResponse). Specifying the name of a property of type Amazon.EC2.Model.PurchaseCapacityBlockResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2EC2CapacityBlockCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2EgressOnlyInternetGatewayCmdlet"> <summary> [IPv6 only] Creates an egress-only internet gateway for your VPC. An egress-only internet gateway is used to enable outbound communication over IPv6 from instances in your VPC to the internet, and prevents hosts outside of your VPC from initiating an IPv6 connection with your instance. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2EgressOnlyInternetGatewayCmdlet.TagSpecification"> <summary> <para> <para>The tags to assign to the egress-only internet gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2EgressOnlyInternetGatewayCmdlet.VpcId"> <summary> <para> <para>The ID of the VPC for which to create the egress-only internet gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2EgressOnlyInternetGatewayCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2EgressOnlyInternetGatewayCmdlet.Select"> <summary> 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.CreateEgressOnlyInternetGatewayResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateEgressOnlyInternetGatewayResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2EgressOnlyInternetGatewayCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2EgressOnlyInternetGatewayCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet"> <summary> Creates an EC2 Fleet that contains the configuration information for On-Demand Instances and Spot Instances. Instances are launched immediately if there is available capacity. <para> A single EC2 Fleet can include multiple launch specifications that vary by instance type, AMI, Availability Zone, or subnet. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet.html">EC2 Fleet</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.OnDemandOptions_AllocationStrategy"> <summary> <para> <para>The strategy that determines the order of the launch template overrides to use in fulfilling On-Demand capacity.</para><para><c>lowest-price</c> - EC2 Fleet uses price to determine the order, launching the lowest price first.</para><para><c>prioritized</c> - EC2 Fleet uses the priority that you assigned to each launch template override, launching the highest priority first.</para><para>Default: <c>lowest-price</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.SpotOptions_AllocationStrategy"> <summary> <para> <para>The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the EC2 Fleet launch configuration. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-allocation-strategy.html">Allocation strategies for Spot Instances</a> in the <i>Amazon EC2 User Guide</i>.</para><dl><dt>price-capacity-optimized (recommended)</dt><dd><para>EC2 Fleet identifies the pools with the highest capacity availability for the number of instances that are launching. This means that we will request Spot Instances from the pools that we believe have the lowest chance of interruption in the near term. EC2 Fleet then requests Spot Instances from the lowest priced of these pools.</para></dd><dt>capacity-optimized</dt><dd><para>EC2 Fleet identifies the pools with the highest capacity availability for the number of instances that are launching. This means that we will request Spot Instances from the pools that we believe have the lowest chance of interruption in the near term. To give certain instance types a higher chance of launching first, use <c>capacity-optimized-prioritized</c>. Set a priority for each instance type by using the <c>Priority</c> parameter for <c>LaunchTemplateOverrides</c>. You can assign the same priority to different <c>LaunchTemplateOverrides</c>. EC2 implements the priorities on a best-effort basis, but optimizes for capacity first. <c>capacity-optimized-prioritized</c> is supported only if your EC2 Fleet uses a launch template. Note that if the On-Demand <c>AllocationStrategy</c> is set to <c>prioritized</c>, the same priority is applied when fulfilling On-Demand capacity.</para></dd><dt>diversified</dt><dd><para>EC2 Fleet requests instances from all of the Spot Instance pools that you specify.</para></dd><dt>lowest-price (not recommended)</dt><dd><important><para>We don't recommend the <c>lowest-price</c> allocation strategy because it has the highest risk of interruption for your Spot Instances.</para></important><para>EC2 Fleet requests instances from the lowest priced Spot Instance pool that has available capacity. If the lowest priced pool doesn't have available capacity, the Spot Instances come from the next lowest priced pool that has available capacity. If a pool runs out of capacity before fulfilling your desired capacity, EC2 Fleet will continue to fulfill your request by drawing from the next lowest priced pool. To ensure that your desired capacity is met, you might receive Spot Instances from several pools. Because this strategy only considers instance price and not capacity availability, it might lead to high interruption rates.</para></dd></dl><para>Default: <c>lowest-price</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.Context"> <summary> <para> <para>Reserved.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.TargetCapacitySpecification_DefaultTargetCapacityType"> <summary> <para> <para>The default target capacity type.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.ExcessCapacityTerminationPolicy"> <summary> <para> <para>Indicates whether running instances should be terminated if the total target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.</para><para>Supported only for fleets of type <c>maintain</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.SpotOptions_InstanceInterruptionBehavior"> <summary> <para> <para>The behavior when a Spot Instance is interrupted.</para><para>Default: <c>terminate</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.SpotOptions_InstancePoolsToUseCount"> <summary> <para> <para>The number of Spot pools across which to allocate your target Spot capacity. Supported only when Spot <c>AllocationStrategy</c> is set to <c>lowest-price</c>. EC2 Fleet selects the cheapest Spot pools and evenly allocates your target Spot capacity across the number of Spot pools that you specify.</para><para>Note that EC2 Fleet attempts to draw Spot Instances from the number of pools that you specify on a best effort basis. If a pool runs out of Spot capacity before fulfilling your target capacity, EC2 Fleet will continue to fulfill your request by drawing from the next cheapest pool. To ensure that your target capacity is met, you might receive Spot Instances from more than the number of pools that you specified. Similarly, if most of the pools have no Spot capacity, you might receive your full target capacity from fewer than the number of pools that you specified.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.LaunchTemplateConfig"> <summary> <para> <para>The configuration for the EC2 Fleet.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.OnDemandOptions_MaxTotalPrice"> <summary> <para> <para>The maximum amount per hour for On-Demand Instances that you're willing to pay.</para><note><para>If your fleet includes T instances that are configured as <c>unlimited</c>, and if their average CPU usage exceeds the baseline utilization, you will incur a charge for surplus credits. The <c>MaxTotalPrice</c> does not account for surplus credits, and, if you use surplus credits, your final cost might be higher than what you specified for <c>MaxTotalPrice</c>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-unlimited-mode-concepts.html#unlimited-mode-surplus-credits">Surplus credits can incur charges</a> in the <i>Amazon EC2 User Guide</i>.</para></note> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.SpotOptions_MaxTotalPrice"> <summary> <para> <para>The maximum amount per hour for Spot Instances that you're willing to pay. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.</para><important><para>If you specify a maximum price, your Spot Instances will be interrupted more frequently than if you do not specify this parameter.</para></important><note><para>If your fleet includes T instances that are configured as <c>unlimited</c>, and if their average CPU usage exceeds the baseline utilization, you will incur a charge for surplus credits. The <c>MaxTotalPrice</c> does not account for surplus credits, and, if you use surplus credits, your final cost might be higher than what you specified for <c>MaxTotalPrice</c>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-unlimited-mode-concepts.html#unlimited-mode-surplus-credits">Surplus credits can incur charges</a> in the <i>Amazon EC2 User Guide</i>.</para></note> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.OnDemandOptions_MinTargetCapacity"> <summary> <para> <para>The minimum target capacity for On-Demand Instances in the fleet. If this minimum capacity isn't reached, no instances are launched.</para><para>Constraints: Maximum value of <c>1000</c>. Supported only for fleets of type <c>instant</c>.</para><para>At least one of the following must be specified: <c>SingleAvailabilityZone</c> | <c>SingleInstanceType</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.SpotOptions_MinTargetCapacity"> <summary> <para> <para>The minimum target capacity for Spot Instances in the fleet. If this minimum capacity isn't reached, no instances are launched.</para><para>Constraints: Maximum value of <c>1000</c>. Supported only for fleets of type <c>instant</c>.</para><para>At least one of the following must be specified: <c>SingleAvailabilityZone</c> | <c>SingleInstanceType</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.TargetCapacitySpecification_OnDemandTargetCapacity"> <summary> <para> <para>The number of On-Demand units to request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.CapacityRebalance_ReplacementStrategy"> <summary> <para> <para>The replacement strategy to use. Only available for fleets of type <c>maintain</c>.</para><para><c>launch</c> - EC2 Fleet launches a replacement Spot Instance when a rebalance notification is emitted for an existing Spot Instance in the fleet. EC2 Fleet does not terminate the instances that receive a rebalance notification. You can terminate the old instances, or you can leave them running. You are charged for all instances while they are running. </para><para><c>launch-before-terminate</c> - EC2 Fleet launches a replacement Spot Instance when a rebalance notification is emitted for an existing Spot Instance in the fleet, and then, after a delay that you specify (in <c>TerminationDelay</c>), terminates the instances that received a rebalance notification.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.ReplaceUnhealthyInstance"> <summary> <para> <para>Indicates whether EC2 Fleet should replace unhealthy Spot Instances. Supported only for fleets of type <c>maintain</c>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-ec2-fleet.html#ec2-fleet-health-checks">EC2 Fleet health checks</a> in the <i>Amazon EC2 User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.OnDemandOptions_SingleAvailabilityZone"> <summary> <para> <para>Indicates that the fleet launches all On-Demand Instances into a single Availability Zone.</para><para>Supported only for fleets of type <c>instant</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.SpotOptions_SingleAvailabilityZone"> <summary> <para> <para>Indicates that the fleet launches all Spot Instances into a single Availability Zone.</para><para>Supported only for fleets of type <c>instant</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.OnDemandOptions_SingleInstanceType"> <summary> <para> <para>Indicates that the fleet uses a single instance type to launch all On-Demand Instances in the fleet.</para><para>Supported only for fleets of type <c>instant</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.SpotOptions_SingleInstanceType"> <summary> <para> <para>Indicates that the fleet uses a single instance type to launch all Spot Instances in the fleet.</para><para>Supported only for fleets of type <c>instant</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.TargetCapacitySpecification_SpotTargetCapacity"> <summary> <para> <para>The number of Spot units to request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.TagSpecification"> <summary> <para> <para>The key-value pair for tagging the EC2 Fleet request on creation. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#tag-resources">Tag your resources</a>.</para><para>If the fleet type is <c>instant</c>, specify a resource type of <c>fleet</c> to tag the fleet or <c>instance</c> to tag the instances at launch.</para><para>If the fleet type is <c>maintain</c> or <c>request</c>, specify a resource type of <c>fleet</c> to tag the fleet. You cannot specify a resource type of <c>instance</c>. To tag instances at launch, specify the tags in a <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#create-launch-template">launch template</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.TargetCapacitySpecification_TargetCapacityUnitType"> <summary> <para> <para>The unit for the target capacity. You can specify this parameter only when using attributed-based instance type selection.</para><para>Default: <c>units</c> (the number of instances)</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.TerminateInstancesWithExpiration"> <summary> <para> <para>Indicates whether running instances should be terminated when the EC2 Fleet expires.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.CapacityRebalance_TerminationDelay"> <summary> <para> <para>The amount of time (in seconds) that Amazon EC2 waits before terminating the old Spot Instance after launching a new replacement Spot Instance.</para><para>Required when <c>ReplacementStrategy</c> is set to <c>launch-before-terminate</c>.</para><para>Not valid when <c>ReplacementStrategy</c> is set to <c>launch</c>.</para><para>Valid values: Minimum value of <c>120</c> seconds. Maximum value of <c>7200</c> seconds.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.TargetCapacitySpecification_TotalTargetCapacity"> <summary> <para> <para>The number of units to request, filled using the default target capacity type.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.Type"> <summary> <para> <para>The fleet type. The default value is <c>maintain</c>.</para><ul><li><para><c>maintain</c> - The EC2 Fleet places an asynchronous request for your desired capacity, and continues to maintain your desired Spot capacity by replenishing interrupted Spot Instances.</para></li><li><para><c>request</c> - The EC2 Fleet places an asynchronous one-time request for your desired capacity, but does submit Spot requests in alternative capacity pools if Spot capacity is unavailable, and does not maintain Spot capacity if Spot Instances are interrupted.</para></li><li><para><c>instant</c> - The EC2 Fleet places a synchronous one-time request for your desired capacity, and returns errors for any instances that could not be launched.</para></li></ul><para>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-request-type.html">EC2 Fleet request types</a> in the <i>Amazon EC2 User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.CapacityReservationOptions_UsageStrategy"> <summary> <para> <para>Indicates whether to use unused Capacity Reservations for fulfilling On-Demand capacity.</para><para>If you specify <c>use-capacity-reservations-first</c>, the fleet uses unused Capacity Reservations to fulfill On-Demand capacity up to the target On-Demand capacity. If multiple instance pools have unused Capacity Reservations, the On-Demand allocation strategy (<c>lowest-price</c> or <c>prioritized</c>) is applied. If the number of unused Capacity Reservations is less than the On-Demand target capacity, the remaining On-Demand target capacity is launched according to the On-Demand allocation strategy (<c>lowest-price</c> or <c>prioritized</c>).</para><para>If you do not specify a value, the fleet fulfils the On-Demand capacity according to the chosen On-Demand allocation strategy.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.UtcValidFrom"> <summary> <para> <para>The start date and time of the request, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z). The default is to start fulfilling the request immediately.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.UtcValidUntil"> <summary> <para> <para>The end date and time of the request, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z). At this point, no new EC2 Fleet requests are placed or able to fulfill the request. If no value is specified, the request remains until you cancel it.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.ValidFrom"> <summary> <para> <para>This property is deprecated. Setting this property results in non-UTC DateTimes not being marshalled correctly. Use ValidFromUtc instead. Setting either ValidFrom or ValidFromUtc results in both ValidFrom and ValidFromUtc being assigned, the latest assignment to either one of the two property is reflected in the value of both. ValidFrom is provided for backwards compatibility only and assigning a non-Utc DateTime to it results in the wrong timestamp being passed to the service.</para><para>The start date and time of the request, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z). The default is to start fulfilling the request immediately.</para> </para> <para>This parameter is deprecated.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.ValidUntil"> <summary> <para> <para>This property is deprecated. Setting this property results in non-UTC DateTimes not being marshalled correctly. Use ValidUntilUtc instead. Setting either ValidUntil or ValidUntilUtc results in both ValidUntil and ValidUntilUtc being assigned, the latest assignment to either one of the two property is reflected in the value of both. ValidUntil is provided for backwards compatibility only and assigning a non-Utc DateTime to it results in the wrong timestamp being passed to the service.</para><para>The end date and time of the request, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z). At this point, no new EC2 Fleet requests are placed or able to fulfill the request. If no value is specified, the request remains until you cancel it.</para> </para> <para>This parameter is deprecated.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.Select"> <summary> 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.CreateFleetResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateFleetResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the LaunchTemplateConfig parameter. The -PassThru parameter is deprecated, use -Select '^LaunchTemplateConfig' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FleetCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2FlowLogCmdlet"> <summary> Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet, or VPC. <para> Flow log data for a monitored network interface is recorded as flow log records, which are log events consisting of fields that describe the traffic flow. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html#flow-log-records">Flow log records</a> in the <i>Amazon VPC User Guide</i>. </para><para> When publishing to CloudWatch Logs, flow log records are published to a log group, and each network interface has a unique log stream in the log group. When publishing to Amazon S3, flow log records for all of the monitored network interfaces are published to a single log file object that is stored in the specified bucket. </para><para> For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html">VPC Flow Logs</a> in the <i>Amazon VPC User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FlowLogCmdlet.DeliverCrossAccountRole"> <summary> <para> <para>The ARN of the IAM role that allows Amazon EC2 to publish flow logs across accounts.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FlowLogCmdlet.DeliverLogsPermissionArn"> <summary> <para> <para>The ARN of the IAM role that allows Amazon EC2 to publish flow logs to the log destination.</para><para>This parameter is required if the destination type is <c>cloud-watch-logs</c>, or if the destination type is <c>kinesis-data-firehose</c> and the delivery stream and the resources to monitor are in different accounts.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FlowLogCmdlet.DestinationOptions_FileFormat"> <summary> <para> <para>The format for the flow log. The default is <c>plain-text</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FlowLogCmdlet.DestinationOptions_HiveCompatiblePartition"> <summary> <para> <para>Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3. The default is <c>false</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FlowLogCmdlet.LogDestination"> <summary> <para> <para>The destination for the flow log data. The meaning of this parameter depends on the destination type.</para><ul><li><para>If the destination type is <c>cloud-watch-logs</c>, specify the ARN of a CloudWatch Logs log group. For example:</para><para>arn:aws:logs:<i>region</i>:<i>account_id</i>:log-group:<i>my_group</i></para><para>Alternatively, use the <c>LogGroupName</c> parameter.</para></li><li><para>If the destination type is <c>s3</c>, specify the ARN of an S3 bucket. For example:</para><para>arn:aws:s3:::<i>my_bucket</i>/<i>my_subfolder</i>/</para><para>The subfolder is optional. Note that you can't use <c>AWSLogs</c> as a subfolder name.</para></li><li><para>If the destination type is <c>kinesis-data-firehose</c>, specify the ARN of a Kinesis Data Firehose delivery stream. For example:</para><para>arn:aws:firehose:<i>region</i>:<i>account_id</i>:deliverystream:<i>my_stream</i></para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FlowLogCmdlet.LogDestinationType"> <summary> <para> <para>The type of destination for the flow log data.</para><para>Default: <c>cloud-watch-logs</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FlowLogCmdlet.LogFormat"> <summary> <para> <para>The fields to include in the flow log record. List the fields in the order in which they should appear. If you omit this parameter, the flow log is created using the default format. If you specify this parameter, you must include at least one field. For more information about the available fields, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html#flow-log-records">Flow log records</a> in the <i>Amazon VPC User Guide</i> or <a href="https://docs.aws.amazon.com/vpc/latest/tgw/tgw-flow-logs.html#flow-log-records">Transit Gateway Flow Log records</a> in the <i>Amazon Web Services Transit Gateway Guide</i>.</para><para>Specify the fields using the <c>${field-id}</c> format, separated by spaces.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FlowLogCmdlet.LogGroupName"> <summary> <para> <para>The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs.</para><para>This parameter is valid only if the destination type is <c>cloud-watch-logs</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FlowLogCmdlet.MaxAggregationInterval"> <summary> <para> <para>The maximum interval of time during which a flow of packets is captured and aggregated into a flow log record. The possible values are 60 seconds (1 minute) or 600 seconds (10 minutes). This parameter must be 60 seconds for transit gateway resource types.</para><para>When a network interface is attached to a <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html">Nitro-based instance</a>, the aggregation interval is always 60 seconds or less, regardless of the value that you specify.</para><para>Default: 600</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FlowLogCmdlet.DestinationOptions_PerHourPartition"> <summary> <para> <para>Indicates whether to partition the flow log per hour. This reduces the cost and response time for queries. The default is <c>false</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FlowLogCmdlet.ResourceId"> <summary> <para> <para>The IDs of the resources to monitor. For example, if the resource type is <c>VPC</c>, specify the IDs of the VPCs.</para><para>Constraints: Maximum of 25 for transit gateway resource types. Maximum of 1000 for the other resource types.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FlowLogCmdlet.ResourceType"> <summary> <para> <para>The type of resource to monitor.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FlowLogCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the flow logs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FlowLogCmdlet.TrafficType"> <summary> <para> <para>The type of traffic to monitor (accepted traffic, rejected traffic, or all traffic). This parameter is not supported for transit gateway resource types. It is required for the other resource types.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FlowLogCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FlowLogCmdlet.Select"> <summary> 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.CreateFlowLogsResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateFlowLogsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FlowLogCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the LogGroupName parameter. The -PassThru parameter is deprecated, use -Select '^LogGroupName' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FlowLogCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2FpgaImageCmdlet"> <summary> Creates an Amazon FPGA Image (AFI) from the specified design checkpoint (DCP). <para> The create operation is asynchronous. To verify that the AFI is ready for use, check the output logs. </para><para> An AFI contains the FPGA bitstream that is ready to download to an FPGA. You can securely deploy an AFI on multiple FPGA-accelerated instances. For more information, see the <a href="https://github.com/aws/aws-fpga/">Amazon Web Services FPGA Hardware Development Kit</a>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FpgaImageCmdlet.InputStorageLocation_Bucket"> <summary> <para> <para>The name of the S3 bucket.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FpgaImageCmdlet.LogsStorageLocation_Bucket"> <summary> <para> <para>The name of the S3 bucket.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FpgaImageCmdlet.Description"> <summary> <para> <para>A description for the AFI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FpgaImageCmdlet.InputStorageLocation_Key"> <summary> <para> <para>The key.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FpgaImageCmdlet.LogsStorageLocation_Key"> <summary> <para> <para>The key.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FpgaImageCmdlet.Name"> <summary> <para> <para>A name for the AFI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FpgaImageCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the FPGA image during creation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FpgaImageCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring Idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FpgaImageCmdlet.Select"> <summary> 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.CreateFpgaImageResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateFpgaImageResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2FpgaImageCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2HostCmdlet"> <summary> Allocates a Dedicated Host to your account. At a minimum, specify the supported instance type or instance family, the Availability Zone in which to allocate the host, and the number of hosts to allocate. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2HostCmdlet.AssetId"> <summary> <para> <para>The IDs of the Outpost hardware assets on which to allocate the Dedicated Hosts. Targeting specific hardware assets on an Outpost can help to minimize latency between your workloads. This parameter is supported only if you specify <b>OutpostArn</b>. If you are allocating the Dedicated Hosts in a Region, omit this parameter.</para><ul><li><para>If you specify this parameter, you can omit <b>Quantity</b>. In this case, Amazon EC2 allocates a Dedicated Host on each specified hardware asset.</para></li><li><para>If you specify both <b>AssetIds</b> and <b>Quantity</b>, then the value for <b>Quantity</b> must be equal to the number of asset IDs specified.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2HostCmdlet.AutoPlacement"> <summary> <para> <para>Indicates whether the host accepts any untargeted instance launches that match its instance type configuration, or if it only accepts Host tenancy instance launches that specify its unique host ID. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/how-dedicated-hosts-work.html#dedicated-hosts-understanding"> Understanding auto-placement and affinity</a> in the <i>Amazon EC2 User Guide</i>.</para><para>Default: <c>off</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2HostCmdlet.AvailabilityZone"> <summary> <para> <para>The Availability Zone in which to allocate the Dedicated Host.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2HostCmdlet.HostMaintenance"> <summary> <para> <para>Indicates whether to enable or disable host maintenance for the Dedicated Host. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-maintenance.html">Host maintenance</a> in the <i>Amazon EC2 User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2HostCmdlet.HostRecovery"> <summary> <para> <para>Indicates whether to enable or disable host recovery for the Dedicated Host. Host recovery is disabled by default. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-hosts-recovery.html"> Host recovery</a> in the <i>Amazon EC2 User Guide</i>.</para><para>Default: <c>off</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2HostCmdlet.InstanceFamily"> <summary> <para> <para>Specifies the instance family to be supported by the Dedicated Hosts. If you specify an instance family, the Dedicated Hosts support multiple instance types within that instance family.</para><para>If you want the Dedicated Hosts to support a specific instance type only, omit this parameter and specify <b>InstanceType</b> instead. You cannot specify <b>InstanceFamily</b> and <b>InstanceType</b> in the same request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2HostCmdlet.InstanceType"> <summary> <para> <para>Specifies the instance type to be supported by the Dedicated Hosts. If you specify an instance type, the Dedicated Hosts support instances of the specified instance type only.</para><para>If you want the Dedicated Hosts to support multiple instance types in a specific instance family, omit this parameter and specify <b>InstanceFamily</b> instead. You cannot specify <b>InstanceType</b> and <b>InstanceFamily</b> in the same request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2HostCmdlet.OutpostArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which to allocate the Dedicated Host. If you specify <b>OutpostArn</b>, you can optionally specify <b>AssetIds</b>.</para><para>If you are allocating the Dedicated Host in a Region, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2HostCmdlet.Quantity"> <summary> <para> <para>The number of Dedicated Hosts to allocate to your account with these parameters. If you are allocating the Dedicated Hosts on an Outpost, and you specify <b>AssetIds</b>, you can omit this parameter. In this case, Amazon EC2 allocates a Dedicated Host on each specified hardware asset. If you specify both <b>AssetIds</b> and <b>Quantity</b>, then the value that you specify for <b>Quantity</b> must be equal to the number of asset IDs specified.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2HostCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the Dedicated Host during creation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2HostCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2HostCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'HostIds'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.AllocateHostsResponse). Specifying the name of a property of type Amazon.EC2.Model.AllocateHostsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2HostCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceType parameter. The -PassThru parameter is deprecated, use -Select '^InstanceType' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2HostCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2HostReservationCmdlet"> <summary> Purchase a reservation with configurations that match those of your Dedicated Host. You must have active Dedicated Hosts in your account before you purchase a reservation. This action results in the specified reservation being purchased and charged to your account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2HostReservationCmdlet.CurrencyCode"> <summary> <para> <para>The currency in which the <c>totalUpfrontPrice</c>, <c>LimitPrice</c>, and <c>totalHourlyPrice</c> amounts are specified. At this time, the only supported currency is <c>USD</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2HostReservationCmdlet.HostIdSet"> <summary> <para> <para>The IDs of the Dedicated Hosts with which the reservation will be associated.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2HostReservationCmdlet.LimitPrice"> <summary> <para> <para>The specified limit is checked against the total upfront cost of the reservation (calculated as the offering's upfront cost multiplied by the host count). If the total upfront cost is greater than the specified price limit, the request fails. This is used to ensure that the purchase does not exceed the expected upfront cost of the purchase. At this time, the only supported currency is <c>USD</c>. For example, to indicate a limit price of USD 100, specify 100.00.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2HostReservationCmdlet.OfferingId"> <summary> <para> <para>The ID of the offering.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2HostReservationCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the Dedicated Host Reservation during purchase.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2HostReservationCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2HostReservationCmdlet.Select"> <summary> 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.PurchaseHostReservationResponse). Specifying the name of a property of type Amazon.EC2.Model.PurchaseHostReservationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2HostReservationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the OfferingId parameter. The -PassThru parameter is deprecated, use -Select '^OfferingId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2HostReservationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2ImageCmdlet"> <summary> Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped. <para> If you customized your instance with instance store volumes or Amazon EBS volumes in addition to the root device volume, the new AMI contains block device mapping information for those volumes. When you launch an instance from this new AMI, the instance automatically launches with those additional volumes. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html">Create an Amazon EBS-backed Linux AMI</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ImageCmdlet.BlockDeviceMapping"> <summary> <para> <para>The block device mappings.</para><para>When using the CreateImage action:</para><ul><li><para>You can't change the volume size using the VolumeSize parameter. If you want a different volume size, you must first change the volume size of the source instance.</para></li><li><para>You can't modify the encryption status of existing volumes or snapshots. To create an AMI with volumes or snapshots that have a different encryption status (for example, where the source volume and snapshots are unencrypted, and you want to create an AMI with encrypted volumes or snapshots), use the <a>CopyImage</a> action.</para></li><li><para>The only option that can be changed for existing mappings or snapshots is <c>DeleteOnTermination</c>.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ImageCmdlet.Description"> <summary> <para> <para>A description for the new image.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ImageCmdlet.InstanceId"> <summary> <para> <para>The ID of the instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ImageCmdlet.Name"> <summary> <para> <para>A name for the new image.</para><para>Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or underscores(_)</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ImageCmdlet.NoReboot"> <summary> <para> <para>Indicates whether or not the instance should be automatically rebooted before creating the image. Specify one of the following values:</para><ul><li><para><c>true</c> - The instance is not rebooted before creating the image. This creates crash-consistent snapshots that include only the data that has been written to the volumes at the time the snapshots are created. Buffered data and data in memory that has not yet been written to the volumes is not included in the snapshots.</para></li><li><para><c>false</c> - The instance is rebooted before creating the image. This ensures that all buffered data and data in memory is written to the volumes before the snapshots are created.</para></li></ul><para>Default: <c>false</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ImageCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the AMI and snapshots on creation. You can tag the AMI, the snapshots, or both.</para><ul><li><para>To tag the AMI, the value for <c>ResourceType</c> must be <c>image</c>.</para></li><li><para>To tag the snapshots that are created of the root volume and of other Amazon EBS volumes that are attached to the instance, the value for <c>ResourceType</c> must be <c>snapshot</c>. The same tag is applied to all of the snapshots that are created.</para></li></ul><para>If you specify other values for <c>ResourceType</c>, the request fails.</para><para>To tag an AMI or snapshot after it has been created, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ImageCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ImageId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateImageResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateImageResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ImageCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ImageCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceBundleCmdlet"> <summary> Bundles an Amazon instance store-backed Windows instance. <para> During bundling, only the root device volume (C:\) is bundled. Data on other instance store volumes is not preserved. </para><note><para> This action is not applicable for Linux/Unix instances or Windows instances that are backed by Amazon EBS. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceBundleCmdlet.S3_AWSAccessKeyId"> <summary> <para> <para>The access key ID of the owner of the bucket. Before you specify a value for your access key ID, review and follow the guidance in <a href="https://docs.aws.amazon.com/accounts/latest/reference/best-practices.html">Best Practices for Amazon Web Services accounts</a> in the <i>Account ManagementReference Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceBundleCmdlet.S3_Bucket"> <summary> <para> <para>The bucket in which to store the AMI. You can specify a bucket that you already own or a new bucket that Amazon EC2 creates on your behalf. If you specify a bucket that belongs to someone else, Amazon EC2 returns an error.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceBundleCmdlet.InstanceId"> <summary> <para> <para>The ID of the instance to bundle.</para><para>Default: None</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceBundleCmdlet.S3_Prefix"> <summary> <para> <para>The beginning of the file name of the AMI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceBundleCmdlet.S3_UploadPolicy"> <summary> <para> <para>An Amazon S3 upload policy that gives Amazon EC2 permission to upload items into Amazon S3 on your behalf.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceBundleCmdlet.S3_UploadPolicySignature"> <summary> <para> <para>The signature of the JSON document.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceBundleCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'BundleTask'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.BundleInstanceResponse). Specifying the name of a property of type Amazon.EC2.Model.BundleInstanceResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceBundleCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceBundleCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceConnectEndpointCmdlet"> <summary> Creates an EC2 Instance Connect Endpoint. <para> An EC2 Instance Connect Endpoint allows you to connect to an instance, without requiring the instance to have a public IPv4 address. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Connect-using-EC2-Instance-Connect-Endpoint.html">Connect to your instances without requiring a public IPv4 address using EC2 Instance Connect Endpoint</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceConnectEndpointCmdlet.PreserveClientIp"> <summary> <para> <para>Indicates whether the client IP address is preserved as the source. The following are the possible values.</para><ul><li><para><c>true</c> - Use the client IP address as the source.</para></li><li><para><c>false</c> - Use the network interface IP address as the source.</para></li></ul><para>Default: <c>false</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceConnectEndpointCmdlet.SecurityGroupId"> <summary> <para> <para>One or more security groups to associate with the endpoint. If you don't specify a security group, the default security group for your VPC will be associated with the endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceConnectEndpointCmdlet.SubnetId"> <summary> <para> <para>The ID of the subnet in which to create the EC2 Instance Connect Endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceConnectEndpointCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the EC2 Instance Connect Endpoint during creation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceConnectEndpointCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceConnectEndpointCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InstanceConnectEndpoint'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateInstanceConnectEndpointResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateInstanceConnectEndpointResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceConnectEndpointCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SubnetId parameter. The -PassThru parameter is deprecated, use -Select '^SubnetId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceConnectEndpointCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceEventWindowCmdlet"> <summary> Creates an event window in which scheduled events for the associated Amazon EC2 instances can run. <para> You can define either a set of time ranges or a cron expression when creating the event window, but not both. All event window times are in UTC. </para><para> You can create up to 200 event windows per Amazon Web Services Region. </para><para> When you create the event window, targets (instance IDs, Dedicated Host IDs, or tags) are not yet associated with it. To ensure that the event window can be used, you must associate one or more targets with it by using the <a>AssociateInstanceEventWindow</a> API. </para><important><para> Event windows are applicable only for scheduled events that stop, reboot, or terminate instances. </para><para> Event windows are <i>not</i> applicable for: </para><ul><li><para> Expedited scheduled events and network maintenance events. </para></li><li><para> Unscheduled maintenance such as AutoRecovery and unplanned reboots. </para></li></ul></important><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/event-windows.html">Define event windows for scheduled events</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceEventWindowCmdlet.CronExpression"> <summary> <para> <para>The cron expression for the event window, for example, <c>* 0-4,20-23 * * 1,5</c>. If you specify a cron expression, you can't specify a time range.</para><para>Constraints:</para><ul><li><para>Only hour and day of the week values are supported.</para></li><li><para>For day of the week values, you can specify either integers <c>0</c> through <c>6</c>, or alternative single values <c>SUN</c> through <c>SAT</c>.</para></li><li><para>The minute, month, and year must be specified by <c>*</c>.</para></li><li><para>The hour value must be one or a multiple range, for example, <c>0-4</c> or <c>0-4,20-23</c>.</para></li><li><para>Each hour range must be >= 2 hours, for example, <c>0-2</c> or <c>20-23</c>.</para></li><li><para>The event window must be >= 4 hours. The combined total time ranges in the event window must be >= 4 hours.</para></li></ul><para>For more information about cron expressions, see <a href="https://en.wikipedia.org/wiki/Cron">cron</a> on the <i>Wikipedia website</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceEventWindowCmdlet.Name"> <summary> <para> <para>The name of the event window.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceEventWindowCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the event window.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceEventWindowCmdlet.TimeRange"> <summary> <para> <para>The time range for the event window. If you specify a time range, you can't specify a cron expression.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceEventWindowCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InstanceEventWindow'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateInstanceEventWindowResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateInstanceEventWindowResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceEventWindowCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Name parameter. The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceEventWindowCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceExportTaskCmdlet"> <summary> Exports a running or stopped instance to an Amazon S3 bucket. <para> For information about the prerequisites for your Amazon S3 bucket, supported operating systems, image formats, and known limitations for the types of instances you can export, see <a href="https://docs.aws.amazon.com/vm-import/latest/userguide/vmexport.html">Exporting an instance as a VM Using VM Import/Export</a> in the <i>VM Import/Export User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceExportTaskCmdlet.ExportToS3Task_ContainerFormat"> <summary> <para> <para>The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceExportTaskCmdlet.Description"> <summary> <para> <para>A description for the conversion task or the resource being exported. The maximum length is 255 characters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceExportTaskCmdlet.ExportToS3Task_DiskImageFormat"> <summary> <para> <para>The format for the exported image.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceExportTaskCmdlet.InstanceId"> <summary> <para> <para>The ID of the instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceExportTaskCmdlet.ExportToS3Task_S3Bucket"> <summary> <para> <para>The Amazon S3 bucket for the destination image. The destination bucket must exist and have an access control list (ACL) attached that specifies the Region-specific canonical account ID for the <c>Grantee</c>. For more information about the ACL to your S3 bucket, see <a href="https://docs.aws.amazon.com/vm-import/latest/userguide/vmexport.html#vmexport-prerequisites">Prerequisites</a> in the VM Import/Export User Guide.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceExportTaskCmdlet.ExportToS3Task_S3Prefix"> <summary> <para> <para>The image is written to a single object in the Amazon S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceExportTaskCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the export instance task during creation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceExportTaskCmdlet.TargetEnvironment"> <summary> <para> <para>The target virtualization environment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceExportTaskCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ExportTask'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateInstanceExportTaskResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateInstanceExportTaskResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceExportTaskCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InstanceExportTaskCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2InternetGatewayCmdlet"> <summary> Creates an internet gateway for use with a VPC. After creating the internet gateway, you attach it to a VPC using <a>AttachInternetGateway</a>. <para> For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Internet_Gateway.html">Internet gateways</a> in the <i>Amazon VPC User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InternetGatewayCmdlet.TagSpecification"> <summary> <para> <para>The tags to assign to the internet gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InternetGatewayCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InternetGateway'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateInternetGatewayResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateInternetGatewayResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2InternetGatewayCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamCmdlet"> <summary> Create an IPAM. Amazon VPC IP Address Manager (IPAM) is a VPC feature that you can use to automate your IP address management workflows including assigning, tracking, troubleshooting, and auditing IP addresses across Amazon Web Services Regions and accounts throughout your Amazon Web Services Organization. <para> For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/create-ipam.html">Create an IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamCmdlet.Description"> <summary> <para> <para>A description for the IPAM.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamCmdlet.OperatingRegion"> <summary> <para> <para>The operating Regions for the IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions. </para><para>For more information about operating Regions, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/create-ipam.html">Create an IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamCmdlet.TagSpecification"> <summary> <para> <para>The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamCmdlet.Tier"> <summary> <para> <para>IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see <a href="http://aws.amazon.com/vpc/pricing/">Amazon VPC pricing > IPAM tab</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Ipam'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateIpamResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateIpamResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Description parameter. The -PassThru parameter is deprecated, use -Select '^Description' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCmdlet"> <summary> Create an IP address pool for Amazon VPC IP Address Manager (IPAM). In IPAM, a pool is a collection of contiguous IP addresses CIDRs. Pools enable you to organize your IP addresses according to your routing and security needs. For example, if you have separate routing and security needs for development and production applications, you can create a pool for each. <para> For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/create-top-ipam.html">Create a top-level pool</a> in the <i>Amazon VPC IPAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCmdlet.AddressFamily"> <summary> <para> <para>The IP protocol assigned to this IPAM pool. You must choose either IPv4 or IPv6 protocol for a pool.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCmdlet.AllocationDefaultNetmaskLength"> <summary> <para> <para>The default netmask length for allocations added to this pool. If, for example, the CIDR assigned to this pool is 10.0.0.0/8 and you enter 16 here, new allocations will default to 10.0.0.0/16.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCmdlet.AllocationMaxNetmaskLength"> <summary> <para> <para>The maximum netmask length possible for CIDR allocations in this IPAM pool to be compliant. The maximum netmask length must be greater than the minimum netmask length. Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCmdlet.AllocationMinNetmaskLength"> <summary> <para> <para>The minimum netmask length required for CIDR allocations in this IPAM pool to be compliant. The minimum netmask length must be less than the maximum netmask length. Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCmdlet.AllocationResourceTag"> <summary> <para> <para>Tags that are required for resources that use CIDRs from this IPAM pool. Resources that do not have these tags will not be allowed to allocate space from the pool. If the resources have their tags changed after they have allocated space or if the allocation tagging requirements are changed on the pool, the resource may be marked as noncompliant.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCmdlet.AutoImport"> <summary> <para> <para>If selected, IPAM will continuously look for resources within the CIDR range of this pool and automatically import them as allocations into your IPAM. The CIDRs that will be allocated for these resources must not already be allocated to other resources in order for the import to succeed. IPAM will import a CIDR regardless of its compliance with the pool's allocation rules, so a resource might be imported and subsequently marked as noncompliant. If IPAM discovers multiple CIDRs that overlap, IPAM will import the largest CIDR only. If IPAM discovers multiple CIDRs with matching CIDRs, IPAM will randomly import one of them only. </para><para>A locale must be set on the pool for this feature to work.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCmdlet.AwsService"> <summary> <para> <para>Limits which service in Amazon Web Services that the pool can be used in. "ec2", for example, allows users to use space for Elastic IP addresses and VPCs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCmdlet.Description"> <summary> <para> <para>A description for the IPAM pool.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCmdlet.IpamScopeId"> <summary> <para> <para>The ID of the scope in which you would like to create the IPAM pool.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCmdlet.Locale"> <summary> <para> <para>In IPAM, the locale is the Amazon Web Services Region or, for IPAM IPv4 pools in the public scope, the network border group for an Amazon Web Services Local Zone where you want to make an IPAM pool available for allocations (<a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail">supported Local Zones</a>). If you do not choose a locale, resources in Regions others than the IPAM's home region cannot use CIDRs from this pool.</para><para>Possible values: Any Amazon Web Services Region, such as us-east-1.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCmdlet.PublicIpSource"> <summary> <para> <para>The IP address source for pools in the public scope. Only used for provisioning IP address CIDRs to pools in the public scope. Default is <c>byoip</c>. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/intro-create-ipv6-pools.html">Create IPv6 pools</a> in the <i>Amazon VPC IPAM User Guide</i>. By default, you can add only one Amazon-provided IPv6 CIDR block to a top-level IPv6 pool if PublicIpSource is <c>amazon</c>. For information on increasing the default limit, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/quotas-ipam.html"> Quotas for your IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCmdlet.PubliclyAdvertisable"> <summary> <para> <para>Determines if the pool is publicly advertisable. This option is not available for pools with AddressFamily set to <c>ipv4</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCmdlet.SourceResource_ResourceId"> <summary> <para> <para>The source resource ID.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCmdlet.SourceResource_ResourceOwner"> <summary> <para> <para>The source resource owner.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCmdlet.SourceResource_ResourceRegion"> <summary> <para> <para>The source resource Region.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCmdlet.SourceResource_ResourceType"> <summary> <para> <para>The source resource type.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCmdlet.SourceIpamPoolId"> <summary> <para> <para>The ID of the source IPAM pool. Use this option to create a pool within an existing pool. Note that the CIDR you provision for the pool within the source pool must be available in the source pool's CIDR range.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCmdlet.TagSpecification"> <summary> <para> <para>The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'IpamPool'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateIpamPoolResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateIpamPoolResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the IpamScopeId parameter. The -PassThru parameter is deprecated, use -Select '^IpamScopeId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCidrCmdlet"> <summary> Allocate a CIDR from an IPAM pool. The Region you use should be the IPAM pool locale. The locale is the Amazon Web Services Region where this IPAM pool is available for allocations. <para> In IPAM, an allocation is a CIDR assignment from an IPAM pool to another IPAM pool or to a resource. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/allocate-cidrs-ipam.html">Allocate CIDRs</a> in the <i>Amazon VPC IPAM User Guide</i>. </para><note><para> This action creates an allocation with strong consistency. The returned CIDR will not overlap with any other allocations from the same pool. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCidrCmdlet.AllowedCidr"> <summary> <para> <para>Include a particular CIDR range that can be returned by the pool. Allowed CIDRs are only allowed if using netmask length for allocation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCidrCmdlet.Cidr"> <summary> <para> <para>The CIDR you would like to allocate from the IPAM pool. Note the following:</para><ul><li><para>If there is no DefaultNetmaskLength allocation rule set on the pool, you must specify either the NetmaskLength or the CIDR.</para></li><li><para>If the DefaultNetmaskLength allocation rule is set on the pool, you can specify either the NetmaskLength or the CIDR and the DefaultNetmaskLength allocation rule will be ignored.</para></li></ul><para>Possible values: Any available IPv4 or IPv6 CIDR.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCidrCmdlet.Description"> <summary> <para> <para>A description for the allocation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCidrCmdlet.DisallowedCidr"> <summary> <para> <para>Exclude a particular CIDR range from being returned by the pool. Disallowed CIDRs are only allowed if using netmask length for allocation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCidrCmdlet.IpamPoolId"> <summary> <para> <para>The ID of the IPAM pool from which you would like to allocate a CIDR.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCidrCmdlet.NetmaskLength"> <summary> <para> <para>The netmask length of the CIDR you would like to allocate from the IPAM pool. Note the following:</para><ul><li><para>If there is no DefaultNetmaskLength allocation rule set on the pool, you must specify either the NetmaskLength or the CIDR.</para></li><li><para>If the DefaultNetmaskLength allocation rule is set on the pool, you can specify either the NetmaskLength or the CIDR and the DefaultNetmaskLength allocation rule will be ignored.</para></li></ul><para>Possible netmask lengths for IPv4 addresses are 0 - 32. Possible netmask lengths for IPv6 addresses are 0 - 128.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCidrCmdlet.PreviewNextCidr"> <summary> <para> <para>A preview of the next available CIDR in a pool.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCidrCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCidrCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'IpamPoolAllocation'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.AllocateIpamPoolCidrResponse). Specifying the name of a property of type Amazon.EC2.Model.AllocateIpamPoolCidrResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCidrCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the IpamPoolId parameter. The -PassThru parameter is deprecated, use -Select '^IpamPoolId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamPoolCidrCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamResourceDiscoveryCmdlet"> <summary> Creates an IPAM resource discovery. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamResourceDiscoveryCmdlet.Description"> <summary> <para> <para>A description for the IPAM resource discovery.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamResourceDiscoveryCmdlet.OperatingRegion"> <summary> <para> <para>Operating Regions for the IPAM resource discovery. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamResourceDiscoveryCmdlet.TagSpecification"> <summary> <para> <para>Tag specifications for the IPAM resource discovery.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamResourceDiscoveryCmdlet.ClientToken"> <summary> <para> <para>A client token for the IPAM resource discovery.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamResourceDiscoveryCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'IpamResourceDiscovery'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateIpamResourceDiscoveryResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateIpamResourceDiscoveryResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamResourceDiscoveryCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Description parameter. The -PassThru parameter is deprecated, use -Select '^Description' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamResourceDiscoveryCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamScopeCmdlet"> <summary> Create an IPAM scope. In IPAM, a scope is the highest-level container within IPAM. An IPAM contains two default scopes. Each scope represents the IP space for a single network. The private scope is intended for all private IP address space. The public scope is intended for all public IP address space. Scopes enable you to reuse IP addresses across multiple unconnected networks without causing IP address overlap or conflict. <para> For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/add-scope-ipam.html">Add a scope</a> in the <i>Amazon VPC IPAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamScopeCmdlet.Description"> <summary> <para> <para>A description for the scope you're creating.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamScopeCmdlet.IpamId"> <summary> <para> <para>The ID of the IPAM for which you're creating this scope.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamScopeCmdlet.TagSpecification"> <summary> <para> <para>The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamScopeCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamScopeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'IpamScope'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateIpamScopeResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateIpamScopeResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamScopeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the IpamId parameter. The -PassThru parameter is deprecated, use -Select '^IpamId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2IpamScopeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2KeyPairCmdlet"> <summary> Creates an ED25519 or 2048-bit RSA key pair with the specified name and in the specified PEM or PPK format. Amazon EC2 stores the public key and displays the private key for you to save to a file. The private key is returned as an unencrypted PEM encoded PKCS#1 private key or an unencrypted PPK formatted private key for use with PuTTY. If a key with the specified name already exists, Amazon EC2 returns an error. <para> The key pair returned to you is available only in the Amazon Web Services Region in which you create it. If you prefer, you can create your own key pair using a third-party tool and upload it to any Region using <a>ImportKeyPair</a>. </para><para> You can have up to 5,000 key pairs per Amazon Web Services Region. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html">Amazon EC2 key pairs</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2KeyPairCmdlet.KeyFormat"> <summary> <para> <para>The format of the key pair.</para><para>Default: <c>pem</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2KeyPairCmdlet.KeyName"> <summary> <para> <para>A unique name for the key pair.</para><para>Constraints: Up to 255 ASCII characters</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2KeyPairCmdlet.KeyType"> <summary> <para> <para>The type of key pair. Note that ED25519 keys are not supported for Windows instances.</para><para>Default: <c>rsa</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2KeyPairCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the new key pair.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2KeyPairCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'KeyPair'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateKeyPairResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateKeyPairResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2KeyPairCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the KeyName parameter. The -PassThru parameter is deprecated, use -Select '^KeyName' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2KeyPairCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2LocalGatewayRouteCmdlet"> <summary> Creates a static route for the specified local gateway route table. You must specify one of the following targets: <ul><li><para><c>LocalGatewayVirtualInterfaceGroupId</c></para></li><li><para><c>NetworkInterfaceId</c></para></li></ul> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LocalGatewayRouteCmdlet.DestinationCidrBlock"> <summary> <para> <para>The CIDR range used for destination matches. Routing decisions are based on the most specific match.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LocalGatewayRouteCmdlet.DestinationPrefixListId"> <summary> <para> <para> The ID of the prefix list. Use a prefix list in place of <c>DestinationCidrBlock</c>. You cannot use <c>DestinationPrefixListId</c> and <c>DestinationCidrBlock</c> in the same request. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LocalGatewayRouteCmdlet.LocalGatewayRouteTableId"> <summary> <para> <para>The ID of the local gateway route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LocalGatewayRouteCmdlet.LocalGatewayVirtualInterfaceGroupId"> <summary> <para> <para>The ID of the virtual interface group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LocalGatewayRouteCmdlet.NetworkInterfaceId"> <summary> <para> <para>The ID of the network interface.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LocalGatewayRouteCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Route'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateLocalGatewayRouteResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateLocalGatewayRouteResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LocalGatewayRouteCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the LocalGatewayRouteTableId parameter. The -PassThru parameter is deprecated, use -Select '^LocalGatewayRouteTableId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LocalGatewayRouteCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2LocalGatewayRouteTableCmdlet"> <summary> Creates a local gateway route table. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LocalGatewayRouteTableCmdlet.LocalGatewayId"> <summary> <para> <para> The ID of the local gateway. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LocalGatewayRouteTableCmdlet.Mode"> <summary> <para> <para> The mode of the local gateway route table. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LocalGatewayRouteTableCmdlet.TagSpecification"> <summary> <para> <para> The tags assigned to the local gateway route table. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LocalGatewayRouteTableCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'LocalGatewayRouteTable'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateLocalGatewayRouteTableResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateLocalGatewayRouteTableResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LocalGatewayRouteTableCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the LocalGatewayId parameter. The -PassThru parameter is deprecated, use -Select '^LocalGatewayId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LocalGatewayRouteTableCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociationCmdlet"> <summary> Creates a local gateway route table virtual interface group association. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociationCmdlet.LocalGatewayRouteTableId"> <summary> <para> <para> The ID of the local gateway route table. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociationCmdlet.LocalGatewayVirtualInterfaceGroupId"> <summary> <para> <para> The ID of the local gateway route table virtual interface group association. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociationCmdlet.TagSpecification"> <summary> <para> <para> The tags assigned to the local gateway route table virtual interface group association. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'LocalGatewayRouteTableVirtualInterfaceGroupAssociation'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the LocalGatewayRouteTableId parameter. The -PassThru parameter is deprecated, use -Select '^LocalGatewayRouteTableId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2LocalGatewayRouteTableVpcAssociationCmdlet"> <summary> Associates the specified VPC with the specified local gateway route table. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LocalGatewayRouteTableVpcAssociationCmdlet.LocalGatewayRouteTableId"> <summary> <para> <para>The ID of the local gateway route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LocalGatewayRouteTableVpcAssociationCmdlet.TagSpecification"> <summary> <para> <para>The tags to assign to the local gateway route table VPC association.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LocalGatewayRouteTableVpcAssociationCmdlet.VpcId"> <summary> <para> <para>The ID of the VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LocalGatewayRouteTableVpcAssociationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'LocalGatewayRouteTableVpcAssociation'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateLocalGatewayRouteTableVpcAssociationResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateLocalGatewayRouteTableVpcAssociationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LocalGatewayRouteTableVpcAssociationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the LocalGatewayRouteTableId parameter. The -PassThru parameter is deprecated, use -Select '^LocalGatewayRouteTableId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2LocalGatewayRouteTableVpcAssociationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2ManagedPrefixListCmdlet"> <summary> Creates a managed prefix list. You can specify one or more entries for the prefix list. Each entry consists of a CIDR block and an optional description. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ManagedPrefixListCmdlet.AddressFamily"> <summary> <para> <para>The IP address type.</para><para>Valid Values: <c>IPv4</c> | <c>IPv6</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ManagedPrefixListCmdlet.Entry"> <summary> <para> <para>One or more entries for the prefix list.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ManagedPrefixListCmdlet.MaxEntry"> <summary> <para> <para>The maximum number of entries for the prefix list.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ManagedPrefixListCmdlet.PrefixListName"> <summary> <para> <para>A name for the prefix list.</para><para>Constraints: Up to 255 characters in length. The name cannot start with <c>com.amazonaws</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ManagedPrefixListCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the prefix list during creation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ManagedPrefixListCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para><para>Constraints: Up to 255 UTF-8 characters in length.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ManagedPrefixListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'PrefixList'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateManagedPrefixListResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateManagedPrefixListResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ManagedPrefixListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the PrefixListName parameter. The -PassThru parameter is deprecated, use -Select '^PrefixListName' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ManagedPrefixListCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2NatGatewayCmdlet"> <summary> Creates a NAT gateway in the specified subnet. This action creates a network interface in the specified subnet with a private IP address from the IP address range of the subnet. You can create either a public NAT gateway or a private NAT gateway. <para> With a public NAT gateway, internet-bound traffic from a private subnet can be routed to the NAT gateway, so that instances in a private subnet can connect to the internet. </para><para> With a private NAT gateway, private communication is routed across VPCs and on-premises networks through a transit gateway or virtual private gateway. Common use cases include running large workloads behind a small pool of allowlisted IPv4 addresses, preserving private IPv4 addresses, and communicating between overlapping networks. </para><para> For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html">NAT gateways</a> in the <i>Amazon VPC User Guide</i>. </para><important><para> When you create a public NAT gateway and assign it an EIP or secondary EIPs, the network border group of the EIPs must match the network border group of the Availability Zone (AZ) that the public NAT gateway is in. If it's not the same, the NAT gateway will fail to launch. You can see the network border group for the subnet's AZ by viewing the details of the subnet. Similarly, you can view the network border group of an EIP by viewing the details of the EIP address. For more information about network border groups and EIPs, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-eips.html#allocate-eip">Allocate an Elastic IP address</a> in the <i>Amazon VPC User Guide</i>. </para></important> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NatGatewayCmdlet.AllocationId"> <summary> <para> <para>[Public NAT gateways only] The allocation ID of an Elastic IP address to associate with the NAT gateway. You cannot specify an Elastic IP address with a private NAT gateway. If the Elastic IP address is associated with another resource, you must first disassociate it.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NatGatewayCmdlet.ConnectivityType"> <summary> <para> <para>Indicates whether the NAT gateway supports public or private connectivity. The default is public connectivity.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NatGatewayCmdlet.PrivateIpAddress"> <summary> <para> <para>The private IPv4 address to assign to the NAT gateway. If you don't provide an address, a private IPv4 address will be automatically assigned.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NatGatewayCmdlet.SecondaryAllocationId"> <summary> <para> <para>Secondary EIP allocation IDs. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-creating">Create a NAT gateway</a> in the <i>Amazon VPC User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NatGatewayCmdlet.SecondaryPrivateIpAddressCount"> <summary> <para> <para>[Private NAT gateway only] The number of secondary private IPv4 addresses you want to assign to the NAT gateway. For more information about secondary addresses, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-creating">Create a NAT gateway</a> in the <i>Amazon VPC User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NatGatewayCmdlet.SecondaryPrivateIpAddress"> <summary> <para> <para>Secondary private IPv4 addresses. For more information about secondary addresses, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-creating">Create a NAT gateway</a> in the <i>Amazon VPC User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NatGatewayCmdlet.SubnetId"> <summary> <para> <para>The ID of the subnet in which to create the NAT gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NatGatewayCmdlet.TagSpecification"> <summary> <para> <para>The tags to assign to the NAT gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NatGatewayCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para><para>Constraint: Maximum 64 ASCII characters.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NatGatewayCmdlet.Select"> <summary> 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.CreateNatGatewayResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateNatGatewayResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NatGatewayCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SubnetId parameter. The -PassThru parameter is deprecated, use -Select '^SubnetId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NatGatewayCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkAclCmdlet"> <summary> Creates a network ACL in a VPC. Network ACLs provide an optional layer of security (in addition to security groups) for the instances in your VPC. <para> For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-network-acls.html">Network ACLs</a> in the <i>Amazon VPC User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkAclCmdlet.TagSpecification"> <summary> <para> <para>The tags to assign to the network ACL.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkAclCmdlet.VpcId"> <summary> <para> <para>The ID of the VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkAclCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkAclCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'NetworkAcl'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateNetworkAclResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateNetworkAclResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkAclCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkAclCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkAclEntryCmdlet"> <summary> Creates an entry (a rule) in a network ACL with the specified rule number. Each network ACL has a set of numbered ingress rules and a separate set of numbered egress rules. When determining whether a packet should be allowed in or out of a subnet associated with the ACL, we process the entries in the ACL according to the rule numbers, in ascending order. Each network ACL has a set of ingress rules and a separate set of egress rules. <para> We recommend that you leave room between the rule numbers (for example, 100, 110, 120, ...), and not number them one right after the other (for example, 101, 102, 103, ...). This makes it easier to add a rule between existing ones without having to renumber the rules. </para><para> After you add an entry, you can't modify it; you must either replace it, or create an entry and delete the old one. </para><para> For more information about network ACLs, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-network-acls.html">Network ACLs</a> in the <i>Amazon VPC User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkAclEntryCmdlet.CidrBlock"> <summary> <para> <para>The IPv4 network range to allow or deny, in CIDR notation (for example <c>172.16.0.0/24</c>). We modify the specified CIDR block to its canonical form; for example, if you specify <c>100.68.0.18/18</c>, we modify it to <c>100.68.0.0/18</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkAclEntryCmdlet.IcmpTypeCode_Code"> <summary> <para> <para>The ICMP code. A value of -1 means all codes for the specified ICMP type.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkAclEntryCmdlet.Egress"> <summary> <para> <para>Indicates whether this is an egress rule (rule is applied to traffic leaving the subnet).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkAclEntryCmdlet.PortRange_From"> <summary> <para> <para>The first port in the range.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkAclEntryCmdlet.Ipv6CidrBlock"> <summary> <para> <para>The IPv6 network range to allow or deny, in CIDR notation (for example <c>2001:db8:1234:1a00::/64</c>).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkAclEntryCmdlet.NetworkAclId"> <summary> <para> <para>The ID of the network ACL.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkAclEntryCmdlet.Protocol"> <summary> <para> <para>The protocol number. A value of "-1" means all protocols. If you specify "-1" or a protocol number other than "6" (TCP), "17" (UDP), or "1" (ICMP), traffic on all ports is allowed, regardless of any ports or ICMP types or codes that you specify. If you specify protocol "58" (ICMPv6) and specify an IPv4 CIDR block, traffic for all ICMP types and codes allowed, regardless of any that you specify. If you specify protocol "58" (ICMPv6) and specify an IPv6 CIDR block, you must specify an ICMP type and code.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkAclEntryCmdlet.RuleAction"> <summary> <para> <para>Indicates whether to allow or deny the traffic that matches the rule.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkAclEntryCmdlet.RuleNumber"> <summary> <para> <para>The rule number for the entry (for example, 100). ACL entries are processed in ascending order by rule number.</para><para>Constraints: Positive integer from 1 to 32766. The range 32767 to 65535 is reserved for internal use.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkAclEntryCmdlet.PortRange_To"> <summary> <para> <para>The last port in the range.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkAclEntryCmdlet.IcmpTypeCode_Type"> <summary> <para> <para>The ICMP type. A value of -1 means all types.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkAclEntryCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateNetworkAclEntryResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkAclEntryCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NetworkAclId parameter. The -PassThru parameter is deprecated, use -Select '^NetworkAclId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkAclEntryCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInsightsAccessScopeCmdlet"> <summary> Creates a Network Access Scope. <para> Amazon Web Services Network Access Analyzer enables cloud networking and cloud operations teams to verify that their networks on Amazon Web Services conform to their network security and governance objectives. For more information, see the <a href="https://docs.aws.amazon.com/vpc/latest/network-access-analyzer/">Amazon Web Services Network Access Analyzer Guide</a>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInsightsAccessScopeCmdlet.ExcludePath"> <summary> <para> <para>The paths to exclude.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInsightsAccessScopeCmdlet.MatchPath"> <summary> <para> <para>The paths to match.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInsightsAccessScopeCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInsightsAccessScopeCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInsightsAccessScopeCmdlet.Select"> <summary> 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.CreateNetworkInsightsAccessScopeResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateNetworkInsightsAccessScopeResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInsightsAccessScopeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInsightsPathCmdlet"> <summary> Creates a path to analyze for reachability. <para> Reachability Analyzer enables you to analyze and debug network reachability between two resources in your virtual private cloud (VPC). For more information, see the <a href="https://docs.aws.amazon.com/vpc/latest/reachability/">Reachability Analyzer Guide</a>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInsightsPathCmdlet.Destination"> <summary> <para> <para>The ID or ARN of the destination. If the resource is in another account, you must specify an ARN.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInsightsPathCmdlet.FilterAtDestination_DestinationAddress"> <summary> <para> <para>The destination IPv4 address.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInsightsPathCmdlet.FilterAtSource_DestinationAddress"> <summary> <para> <para>The destination IPv4 address.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInsightsPathCmdlet.DestinationIp"> <summary> <para> <para>The IP address of the destination.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInsightsPathCmdlet.DestinationPort"> <summary> <para> <para>The destination port.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInsightsPathCmdlet.FilterAtDestination_DestinationPortRange_FromPort"> <summary> <para> <para>The first port in the range.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInsightsPathCmdlet.FilterAtDestination_SourcePortRange_FromPort"> <summary> <para> <para>The first port in the range.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInsightsPathCmdlet.FilterAtSource_DestinationPortRange_FromPort"> <summary> <para> <para>The first port in the range.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInsightsPathCmdlet.FilterAtSource_SourcePortRange_FromPort"> <summary> <para> <para>The first port in the range.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInsightsPathCmdlet.Protocol"> <summary> <para> <para>The protocol.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInsightsPathCmdlet.Source"> <summary> <para> <para>The ID or ARN of the source. If the resource is in another account, you must specify an ARN.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInsightsPathCmdlet.FilterAtDestination_SourceAddress"> <summary> <para> <para>The source IPv4 address.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInsightsPathCmdlet.FilterAtSource_SourceAddress"> <summary> <para> <para>The source IPv4 address.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInsightsPathCmdlet.SourceIp"> <summary> <para> <para>The IP address of the source.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInsightsPathCmdlet.TagSpecification"> <summary> <para> <para>The tags to add to the path.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInsightsPathCmdlet.FilterAtDestination_DestinationPortRange_ToPort"> <summary> <para> <para>The last port in the range.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInsightsPathCmdlet.FilterAtDestination_SourcePortRange_ToPort"> <summary> <para> <para>The last port in the range.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInsightsPathCmdlet.FilterAtSource_DestinationPortRange_ToPort"> <summary> <para> <para>The last port in the range.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInsightsPathCmdlet.FilterAtSource_SourcePortRange_ToPort"> <summary> <para> <para>The last port in the range.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInsightsPathCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInsightsPathCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'NetworkInsightsPath'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateNetworkInsightsPathResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateNetworkInsightsPathResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInsightsPathCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInterfaceCmdlet"> <summary> Creates a network interface in the specified subnet. <para> The number of IP addresses you can assign to a network interface varies by instance type. </para><para> For more information about network interfaces, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html">Elastic network interfaces</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInterfaceCmdlet.Description"> <summary> <para> <para>A description for the network interface.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInterfaceCmdlet.EnablePrimaryIpv6"> <summary> <para> <para>If you’re creating a network interface in a dual-stack or IPv6-only subnet, you have the option to assign a primary IPv6 IP address. A primary IPv6 address is an IPv6 GUA address associated with an ENI that you have enabled to use a primary IPv6 address. Use this option if the instance that this ENI will be attached to relies on its IPv6 address not changing. Amazon Web Services will automatically assign an IPv6 address associated with the ENI attached to your instance to be the primary IPv6 address. Once you enable an IPv6 GUA address to be a primary IPv6, you cannot disable it. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. If you have multiple IPv6 addresses associated with an ENI attached to your instance and you enable a primary IPv6 address, the first IPv6 GUA address associated with the ENI becomes the primary IPv6 address.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInterfaceCmdlet.Group"> <summary> <para> <para>The IDs of one or more security groups.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInterfaceCmdlet.InterfaceType"> <summary> <para> <para>The type of network interface. The default is <c>interface</c>.</para><para>The only supported values are <c>interface</c>, <c>efa</c>, and <c>trunk</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInterfaceCmdlet.Ipv4PrefixCount"> <summary> <para> <para>The number of IPv4 prefixes that Amazon Web Services automatically assigns to the network interface.</para><para>You can't specify a count of IPv4 prefixes if you've specified one of the following: specific IPv4 prefixes, specific private IPv4 addresses, or a count of private IPv4 addresses.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInterfaceCmdlet.Ipv4Prefix"> <summary> <para> <para>The IPv4 prefixes assigned to the network interface.</para><para>You can't specify IPv4 prefixes if you've specified one of the following: a count of IPv4 prefixes, specific private IPv4 addresses, or a count of private IPv4 addresses.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInterfaceCmdlet.Ipv6AddressCount"> <summary> <para> <para>The number of IPv6 addresses to assign to a network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range.</para><para>You can't specify a count of IPv6 addresses using this parameter if you've specified one of the following: specific IPv6 addresses, specific IPv6 prefixes, or a count of IPv6 prefixes.</para><para>If your subnet has the <c>AssignIpv6AddressOnCreation</c> attribute set, you can override that setting by specifying 0 as the IPv6 address count.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInterfaceCmdlet.Ipv6Address"> <summary> <para> <para>The IPv6 addresses from the IPv6 CIDR block range of your subnet.</para><para>You can't specify IPv6 addresses using this parameter if you've specified one of the following: a count of IPv6 addresses, specific IPv6 prefixes, or a count of IPv6 prefixes.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInterfaceCmdlet.Ipv6PrefixCount"> <summary> <para> <para>The number of IPv6 prefixes that Amazon Web Services automatically assigns to the network interface.</para><para>You can't specify a count of IPv6 prefixes if you've specified one of the following: specific IPv6 prefixes, specific IPv6 addresses, or a count of IPv6 addresses.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInterfaceCmdlet.Ipv6Prefix"> <summary> <para> <para>The IPv6 prefixes assigned to the network interface.</para><para>You can't specify IPv6 prefixes if you've specified one of the following: a count of IPv6 prefixes, specific IPv6 addresses, or a count of IPv6 addresses.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInterfaceCmdlet.PrivateIpAddress"> <summary> <para> <para>The primary private IPv4 address of the network interface. If you don't specify an IPv4 address, Amazon EC2 selects one for you from the subnet's IPv4 CIDR range. If you specify an IP address, you cannot indicate any IP addresses specified in <c>privateIpAddresses</c> as primary (only one IP address can be designated as primary).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInterfaceCmdlet.PrivateIpAddressSet"> <summary> <para> <para>The private IPv4 addresses.</para><para>You can't specify private IPv4 addresses if you've specified one of the following: a count of private IPv4 addresses, specific IPv4 prefixes, or a count of IPv4 prefixes.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInterfaceCmdlet.SecondaryPrivateIpAddressCount"> <summary> <para> <para>The number of secondary private IPv4 addresses to assign to a network interface. When you specify a number of secondary IPv4 addresses, Amazon EC2 selects these IP addresses within the subnet's IPv4 CIDR range. You can't specify this option and specify more than one private IP address using <c>privateIpAddresses</c>.</para><para>You can't specify a count of private IPv4 addresses if you've specified one of the following: specific private IPv4 addresses, specific IPv4 prefixes, or a count of IPv4 prefixes.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInterfaceCmdlet.SubnetId"> <summary> <para> <para>The ID of the subnet to associate with the network interface.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInterfaceCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the new network interface.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInterfaceCmdlet.ConnectionTrackingSpecification_TcpEstablishedTimeout"> <summary> <para> <para>Timeout (in seconds) for idle TCP connections in an established state. Min: 60 seconds. Max: 432000 seconds (5 days). Default: 432000 seconds. Recommended: Less than 432000 seconds.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInterfaceCmdlet.ConnectionTrackingSpecification_UdpStreamTimeout"> <summary> <para> <para>Timeout (in seconds) for idle UDP flows classified as streams which have seen more than one request-response transaction. Min: 60 seconds. Max: 180 seconds (3 minutes). Default: 180 seconds.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInterfaceCmdlet.ConnectionTrackingSpecification_UdpTimeout"> <summary> <para> <para>Timeout (in seconds) for idle UDP flows that have seen traffic only in a single direction or a single request-response transaction. Min: 30 seconds. Max: 60 seconds. Default: 30 seconds.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInterfaceCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInterfaceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'NetworkInterface'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateNetworkInterfaceResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateNetworkInterfaceResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInterfaceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SubnetId parameter. The -PassThru parameter is deprecated, use -Select '^SubnetId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInterfaceCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInterfacePermissionCmdlet"> <summary> Grants an Amazon Web Services-authorized account permission to attach the specified network interface to an instance in their account. <para> You can grant permission to a single Amazon Web Services account only, and only one account at a time. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInterfacePermissionCmdlet.AwsAccountId"> <summary> <para> <para>The Amazon Web Services account ID.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInterfacePermissionCmdlet.AwsService"> <summary> <para> <para>The Amazon Web Service. Currently not supported.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInterfacePermissionCmdlet.NetworkInterfaceId"> <summary> <para> <para>The ID of the network interface.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInterfacePermissionCmdlet.Permission"> <summary> <para> <para>The type of permission to grant.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInterfacePermissionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InterfacePermission'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateNetworkInterfacePermissionResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateNetworkInterfacePermissionResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInterfacePermissionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NetworkInterfaceId parameter. The -PassThru parameter is deprecated, use -Select '^NetworkInterfaceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2NetworkInterfacePermissionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2PlacementGroupCmdlet"> <summary> Creates a placement group in which to launch instances. The strategy of the placement group determines how the instances are organized within the group. <para> A <c>cluster</c> placement group is a logical grouping of instances within a single Availability Zone that benefit from low network latency, high network throughput. A <c>spread</c> placement group places instances on distinct hardware. A <c>partition</c> placement group places groups of instances in different partitions, where instances in one partition do not share the same hardware with instances in another partition. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html">Placement groups</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2PlacementGroupCmdlet.GroupName"> <summary> <para> <para>A name for the placement group. Must be unique within the scope of your account for the Region.</para><para>Constraints: Up to 255 ASCII characters</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2PlacementGroupCmdlet.PartitionCount"> <summary> <para> <para>The number of partitions. Valid only when <b>Strategy</b> is set to <c>partition</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2PlacementGroupCmdlet.SpreadLevel"> <summary> <para> <para>Determines how placement groups spread instances. </para><ul><li><para>Host – You can use <c>host</c> only with Outpost placement groups.</para></li><li><para>Rack – No usage restrictions.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2PlacementGroupCmdlet.Strategy"> <summary> <para> <para>The placement strategy.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2PlacementGroupCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the new placement group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2PlacementGroupCmdlet.Select"> <summary> 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.CreatePlacementGroupResponse). Specifying the name of a property of type Amazon.EC2.Model.CreatePlacementGroupResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2PlacementGroupCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GroupName parameter. The -PassThru parameter is deprecated, use -Select '^GroupName' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2PlacementGroupCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2PublicIpv4PoolCmdlet"> <summary> Creates a public IPv4 address pool. A public IPv4 pool is an EC2 IP address pool required for the public IPv4 CIDRs that you own and bring to Amazon Web Services to manage with IPAM. IPv6 addresses you bring to Amazon Web Services, however, use IPAM pools only. To monitor the status of pool creation, use <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribePublicIpv4Pools.html">DescribePublicIpv4Pools</a>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2PublicIpv4PoolCmdlet.NetworkBorderGroup"> <summary> <para> <para>The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in. Defaults to an AZ network border group. For more information on available Local Zones, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail">Local Zone availability</a> in the <i>Amazon EC2 User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2PublicIpv4PoolCmdlet.TagSpecification"> <summary> <para> <para>The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key <c>Owner</c> and the value <c>TeamA</c>, specify <c>tag:Owner</c> for the filter name and <c>TeamA</c> for the filter value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2PublicIpv4PoolCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'PoolId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreatePublicIpv4PoolResponse). Specifying the name of a property of type Amazon.EC2.Model.CreatePublicIpv4PoolResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2PublicIpv4PoolCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2ReplaceRootVolumeTaskCmdlet"> <summary> Replaces the EBS-backed root volume for a <c>running</c> instance with a new volume that is restored to the original root volume's launch state, that is restored to a specific snapshot taken from the original root volume, or that is restored from an AMI that has the same key characteristics as that of the instance. <para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/replace-root.html">Replace a root volume</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ReplaceRootVolumeTaskCmdlet.DeleteReplacedRootVolume"> <summary> <para> <para>Indicates whether to automatically delete the original root volume after the root volume replacement task completes. To delete the original root volume, specify <c>true</c>. If you choose to keep the original root volume after the replacement task completes, you must manually delete it when you no longer need it.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ReplaceRootVolumeTaskCmdlet.ImageId"> <summary> <para> <para>The ID of the AMI to use to restore the root volume. The specified AMI must have the same product code, billing information, architecture type, and virtualization type as that of the instance.</para><para>If you want to restore the replacement volume from a specific snapshot, or if you want to restore it to its launch state, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ReplaceRootVolumeTaskCmdlet.InstanceId"> <summary> <para> <para>The ID of the instance for which to replace the root volume.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ReplaceRootVolumeTaskCmdlet.SnapshotId"> <summary> <para> <para>The ID of the snapshot from which to restore the replacement root volume. The specified snapshot must be a snapshot that you previously created from the original root volume.</para><para>If you want to restore the replacement root volume to the initial launch state, or if you want to restore the replacement root volume from an AMI, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ReplaceRootVolumeTaskCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the root volume replacement task.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ReplaceRootVolumeTaskCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier you provide to ensure the idempotency of the request. If you do not specify a client token, a randomly generated token is used for the request to ensure idempotency. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ReplaceRootVolumeTaskCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ReplaceRootVolumeTask'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateReplaceRootVolumeTaskResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateReplaceRootVolumeTaskResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ReplaceRootVolumeTaskCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ReplaceRootVolumeTaskCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2ReservedInstanceCmdlet"> <summary> Purchases a Reserved Instance for use with your account. With Reserved Instances, you pay a lower hourly rate compared to On-Demand instance pricing. <para> Use <a>DescribeReservedInstancesOfferings</a> to get a list of Reserved Instance offerings that match your specifications. After you've purchased a Reserved Instance, you can check for your new Reserved Instance with <a>DescribeReservedInstances</a>. </para><para> To queue a purchase for a future date and time, specify a purchase time. If you do not specify a purchase time, the default is the current time. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-on-demand-reserved-instances.html">Reserved Instances</a> and <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html">Sell in the Reserved Instance Marketplace</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ReservedInstanceCmdlet.LimitPrice_Amount"> <summary> <para> <para>Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total order (instanceCount * price).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ReservedInstanceCmdlet.LimitPrice_CurrencyCode"> <summary> <para> <para>The currency in which the <c>limitPrice</c> amount is specified. At this time, the only supported currency is <c>USD</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ReservedInstanceCmdlet.InstanceCount"> <summary> <para> <para>The number of Reserved Instances to purchase.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ReservedInstanceCmdlet.PurchaseTime"> <summary> <para> <para>The time at which to purchase the Reserved Instance, in UTC format (for example, <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ReservedInstanceCmdlet.ReservedInstancesOfferingId"> <summary> <para> <para>The ID of the Reserved Instance offering to purchase.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ReservedInstanceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ReservedInstancesId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.PurchaseReservedInstancesOfferingResponse). Specifying the name of a property of type Amazon.EC2.Model.PurchaseReservedInstancesOfferingResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ReservedInstanceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ReservedInstancesOfferingId parameter. The -PassThru parameter is deprecated, use -Select '^ReservedInstancesOfferingId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ReservedInstanceCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2ReservedInstancesListingCmdlet"> <summary> Creates a listing for Amazon EC2 Standard Reserved Instances to be sold in the Reserved Instance Marketplace. You can submit one Standard Reserved Instance listing at a time. To get a list of your Standard Reserved Instances, you can use the <a>DescribeReservedInstances</a> operation. <note><para> Only Standard Reserved Instances can be sold in the Reserved Instance Marketplace. Convertible Reserved Instances cannot be sold. </para></note><para> The Reserved Instance Marketplace matches sellers who want to resell Standard Reserved Instance capacity that they no longer need with buyers who want to purchase additional capacity. Reserved Instances bought and sold through the Reserved Instance Marketplace work like any other Reserved Instances. </para><para> To sell your Standard Reserved Instances, you must first register as a seller in the Reserved Instance Marketplace. After completing the registration process, you can create a Reserved Instance Marketplace listing of some or all of your Standard Reserved Instances, and specify the upfront price to receive for them. Your Standard Reserved Instance listings then become available for purchase. To view the details of your Standard Reserved Instance listing, you can use the <a>DescribeReservedInstancesListings</a> operation. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html">Sell in the Reserved Instance Marketplace</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ReservedInstancesListingCmdlet.InstanceCount"> <summary> <para> <para>The number of instances that are a part of a Reserved Instance account to be listed in the Reserved Instance Marketplace. This number should be less than or equal to the instance count associated with the Reserved Instance ID specified in this call.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ReservedInstancesListingCmdlet.PriceSchedule"> <summary> <para> <para>A list specifying the price of the Standard Reserved Instance for each month remaining in the Reserved Instance term.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ReservedInstancesListingCmdlet.ReservedInstancesId"> <summary> <para> <para>The ID of the active Standard Reserved Instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ReservedInstancesListingCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier you provide to ensure idempotency of your listings. This helps avoid duplicate listings. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ReservedInstancesListingCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ReservedInstancesListings'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateReservedInstancesListingResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateReservedInstancesListingResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ReservedInstancesListingCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ReservedInstancesId parameter. The -PassThru parameter is deprecated, use -Select '^ReservedInstancesId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ReservedInstancesListingCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2RestoreImageTaskCmdlet"> <summary> Starts a task that restores an AMI from an Amazon S3 object that was previously created by using <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateStoreImageTask.html">CreateStoreImageTask</a>. <para> To use this API, you must have the required permissions. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-store-restore.html#ami-s3-permissions">Permissions for storing and restoring AMIs using Amazon S3</a> in the <i>Amazon EC2 User Guide</i>. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-store-restore.html">Store and restore an AMI using Amazon S3</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2RestoreImageTaskCmdlet.Bucket"> <summary> <para> <para>The name of the Amazon S3 bucket that contains the stored AMI object.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2RestoreImageTaskCmdlet.Name"> <summary> <para> <para>The name for the restored AMI. The name must be unique for AMIs in the Region for this account. If you do not provide a name, the new AMI gets the same name as the original AMI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2RestoreImageTaskCmdlet.ObjectKey"> <summary> <para> <para>The name of the stored AMI object in the bucket.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2RestoreImageTaskCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the AMI and snapshots on restoration. You can tag the AMI, the snapshots, or both.</para><ul><li><para>To tag the AMI, the value for <c>ResourceType</c> must be <c>image</c>.</para></li><li><para>To tag the snapshots, the value for <c>ResourceType</c> must be <c>snapshot</c>. The same tag is applied to all of the snapshots that are created.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2RestoreImageTaskCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ImageId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateRestoreImageTaskResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateRestoreImageTaskResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2RestoreImageTaskCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ObjectKey parameter. The -PassThru parameter is deprecated, use -Select '^ObjectKey' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2RestoreImageTaskCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2RouteCmdlet"> <summary> Creates a route in a route table within a VPC. <para> You must specify either a destination CIDR block or a prefix list ID. You must also specify exactly one of the resources from the parameter list. </para><para> When determining how to route traffic, we use the route with the most specific match. For example, traffic is destined for the IPv4 address <c>192.0.2.3</c>, and the route table includes the following two IPv4 routes: </para><ul><li><para><c>192.0.2.0/24</c> (goes to some target A) </para></li><li><para><c>192.0.2.0/28</c> (goes to some target B) </para></li></ul><para> Both routes apply to the traffic destined for <c>192.0.2.3</c>. However, the second route in the list covers a smaller number of IP addresses and is therefore more specific, so we use that route to determine where to target the traffic. </para><para> For more information about route tables, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html">Route tables</a> in the <i>Amazon VPC User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2RouteCmdlet.CarrierGatewayId"> <summary> <para> <para>The ID of the carrier gateway.</para><para>You can only use this option when the VPC contains a subnet which is associated with a Wavelength Zone.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2RouteCmdlet.CoreNetworkArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the core network.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2RouteCmdlet.DestinationCidrBlock"> <summary> <para> <para>The IPv4 CIDR address block used for the destination match. Routing decisions are based on the most specific match. We modify the specified CIDR block to its canonical form; for example, if you specify <c>100.68.0.18/18</c>, we modify it to <c>100.68.0.0/18</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2RouteCmdlet.DestinationIpv6CidrBlock"> <summary> <para> <para>The IPv6 CIDR block used for the destination match. Routing decisions are based on the most specific match.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2RouteCmdlet.DestinationPrefixListId"> <summary> <para> <para>The ID of a prefix list used for the destination match.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2RouteCmdlet.EgressOnlyInternetGatewayId"> <summary> <para> <para>[IPv6 traffic only] The ID of an egress-only internet gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2RouteCmdlet.GatewayId"> <summary> <para> <para>The ID of an internet gateway or virtual private gateway attached to your VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2RouteCmdlet.InstanceId"> <summary> <para> <para>The ID of a NAT instance in your VPC. The operation fails if you specify an instance ID unless exactly one network interface is attached.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2RouteCmdlet.LocalGatewayId"> <summary> <para> <para>The ID of the local gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2RouteCmdlet.NatGatewayId"> <summary> <para> <para>[IPv4 traffic only] The ID of a NAT gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2RouteCmdlet.NetworkInterfaceId"> <summary> <para> <para>The ID of a network interface.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2RouteCmdlet.RouteTableId"> <summary> <para> <para>The ID of the route table for the route.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2RouteCmdlet.TransitGatewayId"> <summary> <para> <para>The ID of a transit gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2RouteCmdlet.VpcEndpointId"> <summary> <para> <para>The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2RouteCmdlet.VpcPeeringConnectionId"> <summary> <para> <para>The ID of a VPC peering connection.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2RouteCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateRouteResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateRouteResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2RouteCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the RouteTableId parameter. The -PassThru parameter is deprecated, use -Select '^RouteTableId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2RouteCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2RouteTableCmdlet"> <summary> Creates a route table for the specified VPC. After you create a route table, you can add routes and associate the table with a subnet. <para> For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html">Route tables</a> in the <i>Amazon VPC User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2RouteTableCmdlet.TagSpecification"> <summary> <para> <para>The tags to assign to the route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2RouteTableCmdlet.VpcId"> <summary> <para> <para>The ID of the VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2RouteTableCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2RouteTableCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'RouteTable'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateRouteTableResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateRouteTableResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2RouteTableCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2RouteTableCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2ScheduledInstanceCmdlet"> <summary> Launches the specified Scheduled Instances. <para> Before you can launch a Scheduled Instance, you must purchase it and obtain an identifier using <a>PurchaseScheduledInstances</a>. </para><para> You must launch a Scheduled Instance during its scheduled time period. You can't stop or reboot a Scheduled Instance, but you can terminate it as needed. If you terminate a Scheduled Instance before the current scheduled time period ends, you can launch it again after a few minutes. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ScheduledInstanceCmdlet.IamInstanceProfile_Arn"> <summary> <para> <para>The Amazon Resource Name (ARN).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ScheduledInstanceCmdlet.Placement_AvailabilityZone"> <summary> <para> <para>The Availability Zone.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ScheduledInstanceCmdlet.LaunchSpecification_BlockDeviceMapping"> <summary> <para> <para>The block device mapping entries.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ScheduledInstanceCmdlet.LaunchSpecification_EbsOptimized"> <summary> <para> <para>Indicates whether the instances are optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS-optimized instance.</para><para>Default: <c>false</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ScheduledInstanceCmdlet.Monitoring_Enabled"> <summary> <para> <para>Indicates whether monitoring is enabled.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ScheduledInstanceCmdlet.Placement_GroupName"> <summary> <para> <para>The name of the placement group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ScheduledInstanceCmdlet.LaunchSpecification_ImageId"> <summary> <para> <para>The ID of the Amazon Machine Image (AMI).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ScheduledInstanceCmdlet.InstanceCount"> <summary> <para> <para>The number of instances.</para><para>Default: 1</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ScheduledInstanceCmdlet.LaunchSpecification_InstanceType"> <summary> <para> <para>The instance type.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ScheduledInstanceCmdlet.LaunchSpecification_KernelId"> <summary> <para> <para>The ID of the kernel.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ScheduledInstanceCmdlet.LaunchSpecification_KeyName"> <summary> <para> <para>The name of the key pair.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ScheduledInstanceCmdlet.IamInstanceProfile_Name"> <summary> <para> <para>The name.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ScheduledInstanceCmdlet.LaunchSpecification_NetworkInterface"> <summary> <para> <para>The network interfaces.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ScheduledInstanceCmdlet.LaunchSpecification_RamdiskId"> <summary> <para> <para>The ID of the RAM disk.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ScheduledInstanceCmdlet.ScheduledInstanceId"> <summary> <para> <para>The Scheduled Instance ID.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ScheduledInstanceCmdlet.LaunchSpecification_SecurityGroupId"> <summary> <para> <para>The IDs of the security groups.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ScheduledInstanceCmdlet.LaunchSpecification_SubnetId"> <summary> <para> <para>The ID of the subnet in which to launch the instances.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ScheduledInstanceCmdlet.LaunchSpecification_UserData"> <summary> <para> <para>The base64-encoded MIME user data.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ScheduledInstanceCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that ensures the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ScheduledInstanceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InstanceIdSet'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.RunScheduledInstancesResponse). Specifying the name of a property of type Amazon.EC2.Model.RunScheduledInstancesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ScheduledInstanceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ScheduledInstanceId parameter. The -PassThru parameter is deprecated, use -Select '^ScheduledInstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ScheduledInstanceCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2ScheduledInstancePurchaseCmdlet"> <summary> <note><para> You can no longer purchase Scheduled Instances. </para></note><para> Purchases the Scheduled Instances with the specified schedule. </para><para> Scheduled Instances enable you to purchase Amazon EC2 compute capacity by the hour for a one-year term. Before you can purchase a Scheduled Instance, you must call <a>DescribeScheduledInstanceAvailability</a> to check for available schedules and obtain a purchase token. After you purchase a Scheduled Instance, you must call <a>RunScheduledInstances</a> during each scheduled time period. </para><para> After you purchase a Scheduled Instance, you can't cancel, modify, or resell your purchase. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ScheduledInstancePurchaseCmdlet.PurchaseRequest"> <summary> <para> <para>The purchase requests.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ScheduledInstancePurchaseCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that ensures the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ScheduledInstancePurchaseCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ScheduledInstanceSet'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.PurchaseScheduledInstancesResponse). Specifying the name of a property of type Amazon.EC2.Model.PurchaseScheduledInstancesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ScheduledInstancePurchaseCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the PurchaseRequest parameter. The -PassThru parameter is deprecated, use -Select '^PurchaseRequest' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2ScheduledInstancePurchaseCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2SecurityGroupCmdlet"> <summary> Creates a security group. <para> A security group acts as a virtual firewall for your instance to control inbound and outbound traffic. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-network-security.html">Amazon EC2 security groups</a> in the <i>Amazon Elastic Compute Cloud User Guide</i> and <a href="https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_SecurityGroups.html">Security groups for your VPC</a> in the <i>Amazon Virtual Private Cloud User Guide</i>. </para><para> When you create a security group, you specify a friendly name of your choice. You can't have two security groups for the same VPC with the same name. </para><para> You have a default security group for use in your VPC. If you don't specify a security group when you launch an instance, the instance is launched into the appropriate default security group. A default security group includes a default rule that grants instances unrestricted network access to each other. </para><para> You can add or remove rules from your security groups using <a>AuthorizeSecurityGroupIngress</a>, <a>AuthorizeSecurityGroupEgress</a>, <a>RevokeSecurityGroupIngress</a>, and <a>RevokeSecurityGroupEgress</a>. </para><para> For more information about VPC security group limits, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html">Amazon VPC Limits</a>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SecurityGroupCmdlet.Description"> <summary> <para> <para>A description for the security group.</para><para>Constraints: Up to 255 characters in length</para><para>Valid characters: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SecurityGroupCmdlet.GroupName"> <summary> <para> <para>The name of the security group.</para><para>Constraints: Up to 255 characters in length. Cannot start with <c>sg-</c>.</para><para>Valid characters: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SecurityGroupCmdlet.TagSpecification"> <summary> <para> <para>The tags to assign to the security group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SecurityGroupCmdlet.VpcId"> <summary> <para> <para>The ID of the VPC. Required for a nondefault VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SecurityGroupCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'GroupId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateSecurityGroupResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateSecurityGroupResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SecurityGroupCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GroupName parameter. The -PassThru parameter is deprecated, use -Select '^GroupName' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SecurityGroupCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2SnapshotCmdlet"> <summary> Creates a snapshot of an EBS volume and stores it in Amazon S3. You can use snapshots for backups, to make copies of EBS volumes, and to save data before shutting down an instance. <para> You can create snapshots of volumes in a Region and volumes on an Outpost. If you create a snapshot of a volume in a Region, the snapshot must be stored in the same Region as the volume. If you create a snapshot of a volume on an Outpost, the snapshot can be stored on the same Outpost as the volume, or in the Region for that Outpost. </para><para> When a snapshot is created, any Amazon Web Services Marketplace product codes that are associated with the source volume are propagated to the snapshot. </para><para> You can take a snapshot of an attached volume that is in use. However, snapshots only capture data that has been written to your Amazon EBS volume at the time the snapshot command is issued; this might exclude any data that has been cached by any applications or the operating system. If you can pause any file systems on the volume long enough to take a snapshot, your snapshot should be complete. However, if you cannot pause all file writes to the volume, you should unmount the volume from within the instance, issue the snapshot command, and then remount the volume to ensure a consistent and complete snapshot. You may remount and use your volume while the snapshot status is <c>pending</c>. </para><para> When you create a snapshot for an EBS volume that serves as a root device, we recommend that you stop the instance before taking the snapshot. </para><para> Snapshots that are taken from encrypted volumes are automatically encrypted. Volumes that are created from encrypted snapshots are also automatically encrypted. Your encrypted volumes and any associated snapshots always remain protected. </para><para> You can tag your snapshots during creation. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html">Tag your Amazon EC2 resources</a> in the <i>Amazon EC2 User Guide</i>. </para><para> For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/what-is-ebs.html">Amazon EBS</a> and <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html">Amazon EBS encryption</a> in the <i>Amazon EBS User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SnapshotCmdlet.Description"> <summary> <para> <para>A description for the snapshot.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SnapshotCmdlet.OutpostArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the Outpost on which to create a local snapshot.</para><ul><li><para>To create a snapshot of a volume in a Region, omit this parameter. The snapshot is created in the same Region as the volume.</para></li><li><para>To create a snapshot of a volume on an Outpost and store the snapshot in the Region, omit this parameter. The snapshot is created in the Region for the Outpost.</para></li><li><para>To create a snapshot of a volume on an Outpost and store the snapshot on an Outpost, specify the ARN of the destination Outpost. The snapshot must be created on the same Outpost as the volume.</para></li></ul><para>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#create-snapshot">Create local snapshots from volumes on an Outpost</a> in the <i>Amazon EBS User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SnapshotCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the snapshot during creation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SnapshotCmdlet.VolumeId"> <summary> <para> <para>The ID of the Amazon EBS volume.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SnapshotCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Snapshot'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateSnapshotResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateSnapshotResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SnapshotCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VolumeId parameter. The -PassThru parameter is deprecated, use -Select '^VolumeId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SnapshotCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2SnapshotBatchCmdlet"> <summary> Creates crash-consistent snapshots of multiple EBS volumes and stores the data in S3. Volumes are chosen by specifying an instance. Any attached volumes will produce one snapshot each that is crash-consistent across the instance. <para> You can include all of the volumes currently attached to the instance, or you can exclude the root volume or specific data (non-root) volumes from the multi-volume snapshot set. </para><para> You can create multi-volume snapshots of instances in a Region and instances on an Outpost. If you create snapshots from an instance in a Region, the snapshots must be stored in the same Region as the instance. If you create snapshots from an instance on an Outpost, the snapshots can be stored on the same Outpost as the instance, or in the Region for that Outpost. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SnapshotBatchCmdlet.CopyTagsFromSource"> <summary> <para> <para>Copies the tags from the specified volume to corresponding snapshot.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SnapshotBatchCmdlet.Description"> <summary> <para> <para> A description propagated to every snapshot specified by the instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SnapshotBatchCmdlet.InstanceSpecification_ExcludeBootVolume"> <summary> <para> <para>Excludes the root volume from being snapshotted.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SnapshotBatchCmdlet.InstanceSpecification_ExcludeDataVolumeId"> <summary> <para> <para>The IDs of the data (non-root) volumes to exclude from the multi-volume snapshot set. If you specify the ID of the root volume, the request fails. To exclude the root volume, use <b>ExcludeBootVolume</b>.</para><para>You can specify up to 40 volume IDs per request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SnapshotBatchCmdlet.InstanceSpecification_InstanceId"> <summary> <para> <para>The instance to specify which volumes should be snapshotted.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SnapshotBatchCmdlet.OutpostArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the Outpost on which to create the local snapshots.</para><ul><li><para>To create snapshots from an instance in a Region, omit this parameter. The snapshots are created in the same Region as the instance.</para></li><li><para>To create snapshots from an instance on an Outpost and store the snapshots in the Region, omit this parameter. The snapshots are created in the Region for the Outpost.</para></li><li><para>To create snapshots from an instance on an Outpost and store the snapshots on an Outpost, specify the ARN of the destination Outpost. The snapshots must be created on the same Outpost as the instance.</para></li></ul><para>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#create-multivol-snapshot"> Create multi-volume local snapshots from instances on an Outpost</a> in the <i>Amazon EBS User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SnapshotBatchCmdlet.TagSpecification"> <summary> <para> <para>Tags to apply to every snapshot specified by the instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SnapshotBatchCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Snapshots'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateSnapshotsResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateSnapshotsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SnapshotBatchCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceSpecification_InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceSpecification_InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SnapshotBatchCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2SpotDatafeedSubscriptionCmdlet"> <summary> Creates a data feed for Spot Instances, enabling you to view Spot Instance usage logs. You can create one data feed per Amazon Web Services account. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-data-feeds.html">Spot Instance data feed</a> in the <i>Amazon EC2 User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SpotDatafeedSubscriptionCmdlet.Bucket"> <summary> <para> <para>The name of the Amazon S3 bucket in which to store the Spot Instance data feed. For more information about bucket names, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html#bucketnamingrules">Rules for bucket naming</a> in the <i>Amazon S3 Developer Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SpotDatafeedSubscriptionCmdlet.Prefix"> <summary> <para> <para>The prefix for the data feed file names.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SpotDatafeedSubscriptionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'SpotDatafeedSubscription'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateSpotDatafeedSubscriptionResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateSpotDatafeedSubscriptionResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SpotDatafeedSubscriptionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Bucket parameter. The -PassThru parameter is deprecated, use -Select '^Bucket' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SpotDatafeedSubscriptionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2StoreImageTaskCmdlet"> <summary> Stores an AMI as a single object in an Amazon S3 bucket. <para> To use this API, you must have the required permissions. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-store-restore.html#ami-s3-permissions">Permissions for storing and restoring AMIs using Amazon S3</a> in the <i>Amazon EC2 User Guide</i>. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-store-restore.html">Store and restore an AMI using Amazon S3</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2StoreImageTaskCmdlet.Bucket"> <summary> <para> <para>The name of the Amazon S3 bucket in which the AMI object will be stored. The bucket must be in the Region in which the request is being made. The AMI object appears in the bucket only after the upload task has completed. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2StoreImageTaskCmdlet.ImageId"> <summary> <para> <para>The ID of the AMI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2StoreImageTaskCmdlet.S3ObjectTag"> <summary> <para> <para>The tags to apply to the AMI object that will be stored in the Amazon S3 bucket. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2StoreImageTaskCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ObjectKey'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateStoreImageTaskResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateStoreImageTaskResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2StoreImageTaskCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ImageId parameter. The -PassThru parameter is deprecated, use -Select '^ImageId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2StoreImageTaskCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2SubnetCmdlet"> <summary> Creates a subnet in the specified VPC. For an IPv4 only subnet, specify an IPv4 CIDR block. If the VPC has an IPv6 CIDR block, you can create an IPv6 only subnet or a dual stack subnet instead. For an IPv6 only subnet, specify an IPv6 CIDR block. For a dual stack subnet, specify both an IPv4 CIDR block and an IPv6 CIDR block. <para> A subnet CIDR block must not overlap the CIDR block of an existing subnet in the VPC. After you create a subnet, you can't change its CIDR block. </para><para> The allowed size for an IPv4 subnet is between a /28 netmask (16 IP addresses) and a /16 netmask (65,536 IP addresses). Amazon Web Services reserves both the first four and the last IPv4 address in each subnet's CIDR block. They're not available for your use. </para><para> If you've associated an IPv6 CIDR block with your VPC, you can associate an IPv6 CIDR block with a subnet when you create it. </para><para> If you add more than one subnet to a VPC, they're set up in a star topology with a logical router in the middle. </para><para> When you stop an instance in a subnet, it retains its private IPv4 address. It's therefore possible to have a subnet with no running instances (they're all stopped), but no remaining IP addresses available. </para><para> For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/configure-subnets.html">Subnets</a> in the <i>Amazon VPC User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SubnetCmdlet.AvailabilityZone"> <summary> <para> <para>The Availability Zone or Local Zone for the subnet.</para><para>Default: Amazon Web Services selects one for you. If you create more than one subnet in your VPC, we do not necessarily select a different zone for each subnet.</para><para>To create a subnet in a Local Zone, set this value to the Local Zone ID, for example <c>us-west-2-lax-1a</c>. For information about the Regions that support Local Zones, see <a href="https://docs.aws.amazon.com/local-zones/latest/ug/available-local-zones.html">Available Local Zones</a>.</para><para>To create a subnet in an Outpost, set this value to the Availability Zone for the Outpost and specify the Outpost ARN.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SubnetCmdlet.AvailabilityZoneId"> <summary> <para> <para>The AZ ID or the Local Zone ID of the subnet.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SubnetCmdlet.CidrBlock"> <summary> <para> <para>The IPv4 network range for the subnet, in CIDR notation. For example, <c>10.0.0.0/24</c>. We modify the specified CIDR block to its canonical form; for example, if you specify <c>100.68.0.18/18</c>, we modify it to <c>100.68.0.0/18</c>.</para><para>This parameter is not supported for an IPv6 only subnet.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SubnetCmdlet.Ipv4IpamPoolId"> <summary> <para> <para>An IPv4 IPAM pool ID for the subnet.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SubnetCmdlet.Ipv4NetmaskLength"> <summary> <para> <para>An IPv4 netmask length for the subnet.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SubnetCmdlet.Ipv6CidrBlock"> <summary> <para> <para>The IPv6 network range for the subnet, in CIDR notation. This parameter is required for an IPv6 only subnet.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SubnetCmdlet.Ipv6IpamPoolId"> <summary> <para> <para>An IPv6 IPAM pool ID for the subnet.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SubnetCmdlet.Ipv6Native"> <summary> <para> <para>Indicates whether to create an IPv6 only subnet.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SubnetCmdlet.Ipv6NetmaskLength"> <summary> <para> <para>An IPv6 netmask length for the subnet.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SubnetCmdlet.OutpostArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the Outpost. If you specify an Outpost ARN, you must also specify the Availability Zone of the Outpost subnet.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SubnetCmdlet.TagSpecification"> <summary> <para> <para>The tags to assign to the subnet.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SubnetCmdlet.VpcId"> <summary> <para> <para>The ID of the VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SubnetCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Subnet'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateSubnetResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateSubnetResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SubnetCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SubnetCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2SubnetCidrReservationCmdlet"> <summary> Creates a subnet CIDR reservation. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/subnet-cidr-reservation.html">Subnet CIDR reservations</a> in the <i>Amazon VPC User Guide</i> and <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-eni.html">Assign prefixes to network interfaces</a> in the <i>Amazon EC2 User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SubnetCidrReservationCmdlet.Cidr"> <summary> <para> <para>The IPv4 or IPV6 CIDR range to reserve.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SubnetCidrReservationCmdlet.Description"> <summary> <para> <para>The description to assign to the subnet CIDR reservation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SubnetCidrReservationCmdlet.ReservationType"> <summary> <para> <para>The type of reservation. The reservation type determines how the reserved IP addresses are assigned to resources.</para><ul><li><para><c>prefix</c> - Amazon Web Services assigns the reserved IP addresses to network interfaces.</para></li><li><para><c>explicit</c> - You assign the reserved IP addresses to network interfaces.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SubnetCidrReservationCmdlet.SubnetId"> <summary> <para> <para>The ID of the subnet.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SubnetCidrReservationCmdlet.TagSpecification"> <summary> <para> <para>The tags to assign to the subnet CIDR reservation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SubnetCidrReservationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'SubnetCidrReservation'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateSubnetCidrReservationResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateSubnetCidrReservationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SubnetCidrReservationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SubnetId parameter. The -PassThru parameter is deprecated, use -Select '^SubnetId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2SubnetCidrReservationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2TagCmdlet"> <summary> Adds or overwrites only the specified tags for the specified Amazon EC2 resource or resources. When you specify an existing tag key, the value is overwritten with the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and optional value. Tag keys must be unique per resource. <para> For more information about tags, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html">Tag your Amazon EC2 resources</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. For more information about creating IAM policies that control users' access to resources based on tags, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-iam-actions-resources.html">Supported resource-level permissions for Amazon EC2 API actions</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TagCmdlet.Resource"> <summary> <para> <para>The IDs of the resources, separated by spaces.</para><para>Constraints: Up to 1000 resource IDs. We recommend breaking up this request into smaller batches.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TagCmdlet.Tag"> <summary> <para> <para>The tags. The <c>value</c> parameter is required, but if you don't want the tag to have a value, specify the parameter with no value, and we set the value to an empty string.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TagCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateTagsResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TagCmdlet.PassThru"> <summary> Returns the collection of Tag objects that were created The -PassThru parameter is deprecated, use -Select instead. This parameter will be removed in future </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TagCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorFilterCmdlet"> <summary> Creates a Traffic Mirror filter. <para> A Traffic Mirror filter is a set of rules that defines the traffic to mirror. </para><para> 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. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorFilterCmdlet.Description"> <summary> <para> <para>The description of the Traffic Mirror filter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorFilterCmdlet.TagSpecification"> <summary> <para> <para>The tags to assign to a Traffic Mirror filter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorFilterCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorFilterCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TrafficMirrorFilter'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateTrafficMirrorFilterResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateTrafficMirrorFilterResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorFilterCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorFilterRuleCmdlet"> <summary> Creates a Traffic Mirror filter rule. <para> A Traffic Mirror rule defines the Traffic Mirror source traffic to mirror. </para><para> You need the Traffic Mirror filter ID when you create the rule. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorFilterRuleCmdlet.Description"> <summary> <para> <para>The description of the Traffic Mirror rule.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorFilterRuleCmdlet.DestinationCidrBlock"> <summary> <para> <para>The destination CIDR block to assign to the Traffic Mirror rule.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorFilterRuleCmdlet.DestinationPortRange_FromPort"> <summary> <para> <para>The first port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorFilterRuleCmdlet.SourcePortRange_FromPort"> <summary> <para> <para>The first port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorFilterRuleCmdlet.Protocol"> <summary> <para> <para>The protocol, for example UDP, to assign to the Traffic Mirror rule.</para><para>For information about the protocol value, see <a href="https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml">Protocol Numbers</a> on the Internet Assigned Numbers Authority (IANA) website.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorFilterRuleCmdlet.RuleAction"> <summary> <para> <para>The action to take on the filtered traffic.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorFilterRuleCmdlet.RuleNumber"> <summary> <para> <para>The number of the Traffic Mirror rule. This number must be unique for each Traffic Mirror rule in a given direction. The rules are processed in ascending order by rule number.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorFilterRuleCmdlet.SourceCidrBlock"> <summary> <para> <para>The source CIDR block to assign to the Traffic Mirror rule.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorFilterRuleCmdlet.TagSpecification"> <summary> <para> <para>Traffic Mirroring tags specifications.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorFilterRuleCmdlet.DestinationPortRange_ToPort"> <summary> <para> <para>The last port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorFilterRuleCmdlet.SourcePortRange_ToPort"> <summary> <para> <para>The last port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorFilterRuleCmdlet.TrafficDirection"> <summary> <para> <para>The type of traffic.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorFilterRuleCmdlet.TrafficMirrorFilterId"> <summary> <para> <para>The ID of the filter that this rule is associated with.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorFilterRuleCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorFilterRuleCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TrafficMirrorFilterRule'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateTrafficMirrorFilterRuleResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateTrafficMirrorFilterRuleResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorFilterRuleCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TrafficMirrorFilterId parameter. The -PassThru parameter is deprecated, use -Select '^TrafficMirrorFilterId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorFilterRuleCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorSessionCmdlet"> <summary> Creates a Traffic Mirror session. <para> 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. </para><para> 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. </para><para> 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. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorSessionCmdlet.Description"> <summary> <para> <para>The description of the Traffic Mirror session.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorSessionCmdlet.NetworkInterfaceId"> <summary> <para> <para>The ID of the source network interface.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorSessionCmdlet.PacketLength"> <summary> <para> <para>The number of bytes in each packet to mirror. These are bytes after the VXLAN header. Do not specify this parameter when you want to mirror the entire packet. To mirror a subset of the packet, set this to the length (in bytes) that you want to mirror. For example, if you set this value to 100, then the first 100 bytes that meet the filter criteria are copied to the target.</para><para>If you do not want to mirror the entire packet, use the <c>PacketLength</c> parameter to specify the number of bytes in each packet to mirror.</para><para>For sessions with Network Load Balancer (NLB) Traffic Mirror targets the default <c>PacketLength</c> will be set to 8500. Valid values are 1-8500. Setting a <c>PacketLength</c> greater than 8500 will result in an error response.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorSessionCmdlet.SessionNumber"> <summary> <para> <para>The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions. The first session with a matching filter is the one that mirrors the packets.</para><para>Valid values are 1-32766.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorSessionCmdlet.TagSpecification"> <summary> <para> <para>The tags to assign to a Traffic Mirror session.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorSessionCmdlet.TrafficMirrorFilterId"> <summary> <para> <para>The ID of the Traffic Mirror filter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorSessionCmdlet.TrafficMirrorTargetId"> <summary> <para> <para>The ID of the Traffic Mirror target.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorSessionCmdlet.VirtualNetworkId"> <summary> <para> <para>The VXLAN ID for the Traffic Mirror session. For more information about the VXLAN protocol, see <a href="https://datatracker.ietf.org/doc/html/rfc7348">RFC 7348</a>. If you do not specify a <c>VirtualNetworkId</c>, an account-wide unique ID is chosen at random.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorSessionCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorSessionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TrafficMirrorSession'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateTrafficMirrorSessionResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateTrafficMirrorSessionResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorSessionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TrafficMirrorFilterId parameter. The -PassThru parameter is deprecated, use -Select '^TrafficMirrorFilterId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorSessionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorTargetCmdlet"> <summary> Creates a target for your Traffic Mirror session. <para> 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. </para><para> A Traffic Mirror target can be a network interface, a Network Load Balancer, or a Gateway Load Balancer endpoint. </para><para> 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>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorTargetCmdlet.Description"> <summary> <para> <para>The description of the Traffic Mirror target.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorTargetCmdlet.GatewayLoadBalancerEndpointId"> <summary> <para> <para>The ID of the Gateway Load Balancer endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorTargetCmdlet.NetworkInterfaceId"> <summary> <para> <para>The network interface ID that is associated with the target.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorTargetCmdlet.NetworkLoadBalancerArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorTargetCmdlet.TagSpecification"> <summary> <para> <para>The tags to assign to the Traffic Mirror target.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorTargetCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorTargetCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TrafficMirrorTarget'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateTrafficMirrorTargetResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateTrafficMirrorTargetResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorTargetCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NetworkInterfaceId parameter. The -PassThru parameter is deprecated, use -Select '^NetworkInterfaceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TrafficMirrorTargetCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayCmdlet"> <summary> Creates a transit gateway. <para> You can use a transit gateway to interconnect your virtual private clouds (VPC) and on-premises networks. After the transit gateway enters the <c>available</c> state, you can attach your VPCs and VPN connections to the transit gateway. </para><para> To attach your VPCs, use <a>CreateTransitGatewayVpcAttachment</a>. </para><para> 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>. </para><para> 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. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayCmdlet.Options_AmazonSideAsn"> <summary> <para> <para>A private Autonomous System Number (ASN) for the Amazon side of a BGP session. The range is 64512 to 65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs. The default is <c>64512</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayCmdlet.Options_AutoAcceptSharedAttachment"> <summary> <para> <para>Enable or disable automatic acceptance of attachment requests. Disabled by default.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayCmdlet.Options_DefaultRouteTableAssociation"> <summary> <para> <para>Enable or disable automatic association with the default association route table. Enabled by default.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayCmdlet.Options_DefaultRouteTablePropagation"> <summary> <para> <para>Enable or disable automatic propagation of routes to the default propagation route table. Enabled by default.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayCmdlet.Description"> <summary> <para> <para>A description of the transit gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayCmdlet.Options_DnsSupport"> <summary> <para> <para>Enable or disable DNS support. Enabled by default.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayCmdlet.Options_MulticastSupport"> <summary> <para> <para>Indicates whether multicast is enabled on the transit gateway</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayCmdlet.Options_SecurityGroupReferencingSupport"> <summary> <para> <note><para>This parameter is in preview and may not be available for your account.</para></note><para>Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the transit gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayCmdlet.Options_TransitGatewayCidrBlock"> <summary> <para> <para>One or more IPv4 or IPv6 CIDR blocks for the transit gateway. Must be a size /24 CIDR block or larger for IPv4, or a size /64 CIDR block or larger for IPv6.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayCmdlet.Options_VpnEcmpSupport"> <summary> <para> <para>Enable or disable Equal Cost Multipath Protocol support. Enabled by default.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGateway'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateTransitGatewayResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateTransitGatewayResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayConnectCmdlet"> <summary> 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. <para> A Connect attachment uses an existing VPC or Amazon Web Services Direct Connect attachment as the underlying transport mechanism. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayConnectCmdlet.Options_Protocol"> <summary> <para> <para>The tunnel protocol.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayConnectCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the Connect attachment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayConnectCmdlet.TransportTransitGatewayAttachmentId"> <summary> <para> <para>The ID of the transit gateway attachment. You can specify a VPC attachment or Amazon Web Services Direct Connect attachment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayConnectCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayConnect'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateTransitGatewayConnectResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateTransitGatewayConnectResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayConnectCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransportTransitGatewayAttachmentId parameter. The -PassThru parameter is deprecated, use -Select '^TransportTransitGatewayAttachmentId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayConnectCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayConnectPeerCmdlet"> <summary> Creates a Connect peer for a specified transit gateway Connect attachment between a transit gateway and an appliance. <para> The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6). </para><para> 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>Amazon Web Services Transit Gateways Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayConnectPeerCmdlet.InsideCidrBlock"> <summary> <para> <para>The range of inside IP addresses that are used for BGP peering. You must specify a size /29 IPv4 CIDR block from the <c>169.254.0.0/16</c> range. The first address from the range must be configured on the appliance as the BGP IP address. You can also optionally specify a size /125 IPv6 CIDR block from the <c>fd00::/8</c> range.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayConnectPeerCmdlet.PeerAddress"> <summary> <para> <para>The peer IP address (GRE outer IP address) on the appliance side of the Connect peer.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayConnectPeerCmdlet.BgpOptions_PeerAsn"> <summary> <para> <para>The peer Autonomous System Number (ASN).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayConnectPeerCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the Connect peer.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayConnectPeerCmdlet.TransitGatewayAddress"> <summary> <para> <para>The peer IP address (GRE outer IP address) on the transit gateway side of the Connect peer, which must be specified from a transit gateway CIDR block. If not specified, Amazon automatically assigns the first available IP address from the transit gateway CIDR block.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayConnectPeerCmdlet.TransitGatewayAttachmentId"> <summary> <para> <para>The ID of the Connect attachment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayConnectPeerCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayConnectPeer'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateTransitGatewayConnectPeerResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateTransitGatewayConnectPeerResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayConnectPeerCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayAttachmentId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayAttachmentId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayConnectPeerCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayMulticastDomainCmdlet"> <summary> Creates a multicast domain using the specified transit gateway. <para> The transit gateway must be in the available state before you create a domain. Use <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGateways.html">DescribeTransitGateways</a> to see the state of transit gateway. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayMulticastDomainCmdlet.Options_AutoAcceptSharedAssociation"> <summary> <para> <para>Indicates whether to automatically accept cross-account subnet associations that are associated with the transit gateway multicast domain.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayMulticastDomainCmdlet.Options_Igmpv2Support"> <summary> <para> <para>Specify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway multicast domain.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayMulticastDomainCmdlet.Options_StaticSourcesSupport"> <summary> <para> <para>Specify whether to enable support for statically configuring multicast group sources for a domain.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayMulticastDomainCmdlet.TagSpecification"> <summary> <para> <para>The tags for the transit gateway multicast domain.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayMulticastDomainCmdlet.TransitGatewayId"> <summary> <para> <para>The ID of the transit gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayMulticastDomainCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayMulticastDomain'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateTransitGatewayMulticastDomainResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateTransitGatewayMulticastDomainResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayMulticastDomainCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayMulticastDomainCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayPeeringAttachmentCmdlet"> <summary> Requests a transit gateway peering attachment between the specified transit gateway (requester) and a peer transit gateway (accepter). The peer transit gateway can be in your account or a different Amazon Web Services account. <para> After you create the peering attachment, the owner of the accepter transit gateway must accept the attachment request. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayPeeringAttachmentCmdlet.Options_DynamicRouting"> <summary> <para> <para>Indicates whether dynamic routing is enabled or disabled.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayPeeringAttachmentCmdlet.PeerAccountId"> <summary> <para> <para>The ID of the Amazon Web Services account that owns the peer transit gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayPeeringAttachmentCmdlet.PeerRegion"> <summary> <para> <para>The Region where the peer transit gateway is located.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayPeeringAttachmentCmdlet.PeerTransitGatewayId"> <summary> <para> <para>The ID of the peer transit gateway with which to create the peering attachment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayPeeringAttachmentCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the transit gateway peering attachment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayPeeringAttachmentCmdlet.TransitGatewayId"> <summary> <para> <para>The ID of the transit gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayPeeringAttachmentCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayPeeringAttachment'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateTransitGatewayPeeringAttachmentResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateTransitGatewayPeeringAttachmentResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayPeeringAttachmentCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayPeeringAttachmentCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayPolicyTableCmdlet"> <summary> Creates a transit gateway policy table. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayPolicyTableCmdlet.TagSpecification"> <summary> <para> <para>The tags specification for the transit gateway policy table created during the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayPolicyTableCmdlet.TransitGatewayId"> <summary> <para> <para>The ID of the transit gateway used for the policy table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayPolicyTableCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayPolicyTable'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateTransitGatewayPolicyTableResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateTransitGatewayPolicyTableResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayPolicyTableCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayPolicyTableCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayPrefixListReferenceCmdlet"> <summary> Creates a reference (route) to a prefix list in a specified transit gateway route table. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayPrefixListReferenceCmdlet.Blackhole"> <summary> <para> <para>Indicates whether to drop traffic that matches this route.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayPrefixListReferenceCmdlet.PrefixListId"> <summary> <para> <para>The ID of the prefix list that is used for destination matches.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayPrefixListReferenceCmdlet.TransitGatewayAttachmentId"> <summary> <para> <para>The ID of the attachment to which traffic is routed.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayPrefixListReferenceCmdlet.TransitGatewayRouteTableId"> <summary> <para> <para>The ID of the transit gateway route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayPrefixListReferenceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayPrefixListReference'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateTransitGatewayPrefixListReferenceResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateTransitGatewayPrefixListReferenceResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayPrefixListReferenceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayRouteTableId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayRouteTableId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayPrefixListReferenceCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayRouteCmdlet"> <summary> Creates a static route for the specified transit gateway route table. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayRouteCmdlet.Blackhole"> <summary> <para> <para>Indicates whether to drop traffic that matches this route.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayRouteCmdlet.DestinationCidrBlock"> <summary> <para> <para>The CIDR range used for destination matches. Routing decisions are based on the most specific match.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayRouteCmdlet.TransitGatewayAttachmentId"> <summary> <para> <para>The ID of the attachment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayRouteCmdlet.TransitGatewayRouteTableId"> <summary> <para> <para>The ID of the transit gateway route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayRouteCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Route'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateTransitGatewayRouteResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateTransitGatewayRouteResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayRouteCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayRouteTableId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayRouteTableId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayRouteCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayRouteTableCmdlet"> <summary> Creates a route table for the specified transit gateway. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayRouteTableCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the transit gateway route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayRouteTableCmdlet.TransitGatewayId"> <summary> <para> <para>The ID of the transit gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayRouteTableCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayRouteTable'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateTransitGatewayRouteTableResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateTransitGatewayRouteTableResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayRouteTableCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayRouteTableCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayRouteTableAnnouncementCmdlet"> <summary> Advertises a new transit gateway route table. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayRouteTableAnnouncementCmdlet.PeeringAttachmentId"> <summary> <para> <para>The ID of the peering attachment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayRouteTableAnnouncementCmdlet.TagSpecification"> <summary> <para> <para>The tags specifications applied to the transit gateway route table announcement.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayRouteTableAnnouncementCmdlet.TransitGatewayRouteTableId"> <summary> <para> <para>The ID of the transit gateway route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayRouteTableAnnouncementCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayRouteTableAnnouncement'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateTransitGatewayRouteTableAnnouncementResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateTransitGatewayRouteTableAnnouncementResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayVpcAttachmentCmdlet"> <summary> Attaches the specified VPC to the specified transit gateway. <para> If you attach a VPC with a CIDR range that overlaps the CIDR range of a VPC that is already attached, the new VPC CIDR range is not propagated to the default propagation route table. </para><para> To send VPC traffic to an attached transit gateway, add a route to the VPC route table using <a>CreateRoute</a>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayVpcAttachmentCmdlet.Options_ApplianceModeSupport"> <summary> <para> <para>Enable or disable support for appliance mode. If enabled, a traffic flow between a source and destination uses the same Availability Zone for the VPC attachment for the lifetime of that flow. The default is <c>disable</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayVpcAttachmentCmdlet.Options_DnsSupport"> <summary> <para> <para>Enable or disable DNS support. The default is <c>enable</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayVpcAttachmentCmdlet.Options_Ipv6Support"> <summary> <para> <para>Enable or disable IPv6 support. The default is <c>disable</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayVpcAttachmentCmdlet.Options_SecurityGroupReferencingSupport"> <summary> <para> <note><para>This parameter is in preview and may not be available for your account.</para></note><para>Enables you to reference a security group across VPCs attached to a transit gateway. Use this option to simplify security group management and control of instance-to-instance traffic across VPCs that are connected by transit gateway. You can also use this option to migrate from VPC peering (which was the only option that supported security group referencing) to transit gateways (which now also support security group referencing). This option is disabled by default and there are no additional costs to use this feature.</para><para>If you don't enable or disable SecurityGroupReferencingSupport in the request, the attachment will inherit the security group referencing support setting on the transit gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayVpcAttachmentCmdlet.SubnetId"> <summary> <para> <para>The IDs of one or more subnets. You can specify only one subnet per Availability Zone. You must specify at least one subnet, but we recommend that you specify two subnets for better availability. The transit gateway uses one IP address from each specified subnet.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayVpcAttachmentCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the VPC attachment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayVpcAttachmentCmdlet.TransitGatewayId"> <summary> <para> <para>The ID of the transit gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayVpcAttachmentCmdlet.VpcId"> <summary> <para> <para>The ID of the VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayVpcAttachmentCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayVpcAttachment'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateTransitGatewayVpcAttachmentResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateTransitGatewayVpcAttachmentResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayVpcAttachmentCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2TransitGatewayVpcAttachmentCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessEndpointCmdlet"> <summary> An Amazon Web Services Verified Access endpoint is where you define your application along with an optional endpoint-level access policy. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessEndpointCmdlet.ApplicationDomain"> <summary> <para> <para>The DNS name for users to reach your application.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessEndpointCmdlet.AttachmentType"> <summary> <para> <para>The type of attachment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessEndpointCmdlet.SseSpecification_CustomerManagedKeyEnabled"> <summary> <para> <para> Enable or disable the use of customer managed KMS keys for server side encryption. </para><para>Valid values: <c>True</c> | <c>False</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessEndpointCmdlet.Description"> <summary> <para> <para>A description for the Verified Access endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessEndpointCmdlet.DomainCertificateArn"> <summary> <para> <para>The ARN of the public TLS/SSL certificate in Amazon Web Services Certificate Manager to associate with the endpoint. The CN in the certificate must match the DNS name your end users will use to reach your application.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessEndpointCmdlet.EndpointDomainPrefix"> <summary> <para> <para>A custom identifier that is prepended to the DNS name that is generated for the endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessEndpointCmdlet.EndpointType"> <summary> <para> <para>The type of Verified Access endpoint to create.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessEndpointCmdlet.SseSpecification_KmsKeyArn"> <summary> <para> <para> The ARN of the KMS key. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessEndpointCmdlet.LoadBalancerOptions_LoadBalancerArn"> <summary> <para> <para>The ARN of the load balancer.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessEndpointCmdlet.NetworkInterfaceOptions_NetworkInterfaceId"> <summary> <para> <para>The ID of the network interface.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessEndpointCmdlet.PolicyDocument"> <summary> <para> <para>The Verified Access policy document.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessEndpointCmdlet.LoadBalancerOptions_Port"> <summary> <para> <para>The IP port number.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessEndpointCmdlet.NetworkInterfaceOptions_Port"> <summary> <para> <para>The IP port number.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessEndpointCmdlet.LoadBalancerOptions_Protocol"> <summary> <para> <para>The IP protocol.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessEndpointCmdlet.NetworkInterfaceOptions_Protocol"> <summary> <para> <para>The IP protocol.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessEndpointCmdlet.SecurityGroupId"> <summary> <para> <para>The IDs of the security groups to associate with the Verified Access endpoint. Required if <c>AttachmentType</c> is set to <c>vpc</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessEndpointCmdlet.LoadBalancerOptions_SubnetId"> <summary> <para> <para>The IDs of the subnets.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessEndpointCmdlet.TagSpecification"> <summary> <para> <para>The tags to assign to the Verified Access endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessEndpointCmdlet.VerifiedAccessGroupId"> <summary> <para> <para>The ID of the Verified Access group to associate the endpoint with.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessEndpointCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessEndpointCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VerifiedAccessEndpoint'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateVerifiedAccessEndpointResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateVerifiedAccessEndpointResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessEndpointCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VerifiedAccessGroupId parameter. The -PassThru parameter is deprecated, use -Select '^VerifiedAccessGroupId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessEndpointCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessGroupCmdlet"> <summary> An Amazon Web Services Verified Access group is a collection of Amazon Web Services Verified Access endpoints who's associated applications have similar security requirements. Each instance within a Verified Access group shares an Verified Access policy. For example, you can group all Verified Access instances associated with "sales" applications together and use one common Verified Access policy. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessGroupCmdlet.SseSpecification_CustomerManagedKeyEnabled"> <summary> <para> <para> Enable or disable the use of customer managed KMS keys for server side encryption. </para><para>Valid values: <c>True</c> | <c>False</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessGroupCmdlet.Description"> <summary> <para> <para>A description for the Verified Access group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessGroupCmdlet.SseSpecification_KmsKeyArn"> <summary> <para> <para> The ARN of the KMS key. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessGroupCmdlet.PolicyDocument"> <summary> <para> <para>The Verified Access policy document.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessGroupCmdlet.TagSpecification"> <summary> <para> <para>The tags to assign to the Verified Access group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessGroupCmdlet.VerifiedAccessInstanceId"> <summary> <para> <para>The ID of the Verified Access instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessGroupCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessGroupCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VerifiedAccessGroup'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateVerifiedAccessGroupResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateVerifiedAccessGroupResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessGroupCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VerifiedAccessInstanceId parameter. The -PassThru parameter is deprecated, use -Select '^VerifiedAccessInstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessGroupCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessInstanceCmdlet"> <summary> An Amazon Web Services Verified Access instance is a regional entity that evaluates application requests and grants access only when your security requirements are met. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessInstanceCmdlet.Description"> <summary> <para> <para>A description for the Verified Access instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessInstanceCmdlet.FIPSEnabled"> <summary> <para> <para>Enable or disable support for Federal Information Processing Standards (FIPS) on the instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessInstanceCmdlet.TagSpecification"> <summary> <para> <para>The tags to assign to the Verified Access instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessInstanceCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessInstanceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VerifiedAccessInstance'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateVerifiedAccessInstanceResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateVerifiedAccessInstanceResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessInstanceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Description parameter. The -PassThru parameter is deprecated, use -Select '^Description' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessInstanceCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessTrustProviderCmdlet"> <summary> A trust provider is a third-party entity that creates, maintains, and manages identity information for users and devices. When an application request is made, the identity information sent by the trust provider is evaluated by Verified Access before allowing or denying the application request. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessTrustProviderCmdlet.OidcOptions_AuthorizationEndpoint"> <summary> <para> <para>The OIDC authorization endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessTrustProviderCmdlet.OidcOptions_ClientId"> <summary> <para> <para>The client identifier.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessTrustProviderCmdlet.OidcOptions_ClientSecret"> <summary> <para> <para>The client secret.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessTrustProviderCmdlet.SseSpecification_CustomerManagedKeyEnabled"> <summary> <para> <para> Enable or disable the use of customer managed KMS keys for server side encryption. </para><para>Valid values: <c>True</c> | <c>False</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessTrustProviderCmdlet.Description"> <summary> <para> <para>A description for the Verified Access trust provider.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessTrustProviderCmdlet.DeviceTrustProviderType"> <summary> <para> <para>The type of device-based trust provider. This parameter is required when the provider type is <c>device</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessTrustProviderCmdlet.OidcOptions_Issuer"> <summary> <para> <para>The OIDC issuer.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessTrustProviderCmdlet.SseSpecification_KmsKeyArn"> <summary> <para> <para> The ARN of the KMS key. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessTrustProviderCmdlet.PolicyReferenceName"> <summary> <para> <para>The identifier to be used when working with policy rules.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessTrustProviderCmdlet.DeviceOptions_PublicSigningKeyUrl"> <summary> <para> <para> The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessTrustProviderCmdlet.OidcOptions_Scope"> <summary> <para> <para>OpenID Connect (OIDC) scopes are used by an application during authentication to authorize access to a user's details. Each scope returns a specific set of user attributes.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessTrustProviderCmdlet.TagSpecification"> <summary> <para> <para>The tags to assign to the Verified Access trust provider.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessTrustProviderCmdlet.DeviceOptions_TenantId"> <summary> <para> <para>The ID of the tenant application with the device-identity provider.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessTrustProviderCmdlet.OidcOptions_TokenEndpoint"> <summary> <para> <para>The OIDC token endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessTrustProviderCmdlet.TrustProviderType"> <summary> <para> <para>The type of trust provider.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessTrustProviderCmdlet.OidcOptions_UserInfoEndpoint"> <summary> <para> <para>The OIDC user info endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessTrustProviderCmdlet.UserTrustProviderType"> <summary> <para> <para>The type of user-based trust provider. This parameter is required when the provider type is <c>user</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessTrustProviderCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessTrustProviderCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VerifiedAccessTrustProvider'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateVerifiedAccessTrustProviderResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateVerifiedAccessTrustProviderResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessTrustProviderCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TrustProviderType parameter. The -PassThru parameter is deprecated, use -Select '^TrustProviderType' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VerifiedAccessTrustProviderCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2VolumeCmdlet"> <summary> Creates an EBS volume that can be attached to an instance in the same Availability Zone. <para> You can create a new empty volume or restore a volume from an EBS snapshot. Any Amazon Web Services Marketplace product codes from the snapshot are propagated to the volume. </para><para> You can create encrypted volumes. Encrypted volumes must be attached to instances that support Amazon EBS encryption. Volumes that are created from encrypted snapshots are also automatically encrypted. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html">Amazon EBS encryption</a> in the <i>Amazon EBS User Guide</i>. </para><para> You can tag your volumes during creation. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html">Tag your Amazon EC2 resources</a> in the <i>Amazon EC2 User Guide</i>. </para><para> For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-creating-volume.html">Create an Amazon EBS volume</a> in the <i>Amazon EBS User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VolumeCmdlet.AvailabilityZone"> <summary> <para> <para>The ID of the Availability Zone in which to create the volume. For example, <c>us-east-1a</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VolumeCmdlet.Encrypted"> <summary> <para> <para>Indicates whether the volume should be encrypted. The effect of setting the encryption state to <c>true</c> depends on the volume origin (new or from a snapshot), starting encryption state, ownership, and whether encryption by default is enabled. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/work-with-ebs-encr.html#encryption-by-default">Encryption by default</a> in the <i>Amazon EBS User Guide</i>.</para><para>Encrypted Amazon EBS volumes must be attached to instances that support Amazon EBS encryption. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption-requirements.html#ebs-encryption_supported_instances">Supported instance types</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VolumeCmdlet.Iops"> <summary> <para> <para>The number of I/O operations per second (IOPS). For <c>gp3</c>, <c>io1</c>, and <c>io2</c> volumes, this represents the number of IOPS that are provisioned for the volume. For <c>gp2</c> volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.</para><para>The following are the supported values for each volume type:</para><ul><li><para><c>gp3</c>: 3,000 - 16,000 IOPS</para></li><li><para><c>io1</c>: 100 - 64,000 IOPS</para></li><li><para><c>io2</c>: 100 - 256,000 IOPS</para></li></ul><para>For <c>io2</c> volumes, you can achieve up to 256,000 IOPS on <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html">instances built on the Nitro System</a>. On other instances, you can achieve performance up to 32,000 IOPS.</para><para>This parameter is required for <c>io1</c> and <c>io2</c> volumes. The default for <c>gp3</c> volumes is 3,000 IOPS. This parameter is not supported for <c>gp2</c>, <c>st1</c>, <c>sc1</c>, or <c>standard</c> volumes.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VolumeCmdlet.KmsKeyId"> <summary> <para> <para>The identifier of the KMS key to use for Amazon EBS encryption. If this parameter is not specified, your KMS key for Amazon EBS is used. If <c>KmsKeyId</c> is specified, the encrypted state must be <c>true</c>.</para><para>You can specify the KMS key using any of the following:</para><ul><li><para>Key ID. For example, 1234abcd-12ab-34cd-56ef-1234567890ab.</para></li><li><para>Key alias. For example, alias/ExampleAlias.</para></li><li><para>Key ARN. For example, arn:aws:kms:us-east-1:012345678910:key/1234abcd-12ab-34cd-56ef-1234567890ab.</para></li><li><para>Alias ARN. For example, arn:aws:kms:us-east-1:012345678910:alias/ExampleAlias.</para></li></ul><para>Amazon Web Services authenticates the KMS key asynchronously. Therefore, if you specify an ID, alias, or ARN that is not valid, the action can appear to complete, but eventually fails.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VolumeCmdlet.MultiAttachEnabled"> <summary> <para> <para>Indicates whether to enable Amazon EBS Multi-Attach. If you enable Multi-Attach, you can attach the volume to up to 16 <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html">Instances built on the Nitro System</a> in the same Availability Zone. This parameter is supported with <c>io1</c> and <c>io2</c> volumes only. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volumes-multi.html"> Amazon EBS Multi-Attach</a> in the <i>Amazon EBS User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VolumeCmdlet.OutpostArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the Outpost on which to create the volume.</para><para>If you intend to use a volume with an instance running on an outpost, then you must create the volume on the same outpost as the instance. You can't use a volume created in an Amazon Web Services Region with an instance on an Amazon Web Services outpost, or the other way around.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VolumeCmdlet.Size"> <summary> <para> <para>The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. If you specify a snapshot, the default is the snapshot size. You can specify a volume size that is equal to or larger than the snapshot size.</para><para>The following are the supported volumes sizes for each volume type:</para><ul><li><para><c>gp2</c> and <c>gp3</c>: 1 - 16,384 GiB</para></li><li><para><c>io1</c>: 4 - 16,384 GiB</para></li><li><para><c>io2</c>: 4 - 65,536 GiB</para></li><li><para><c>st1</c> and <c>sc1</c>: 125 - 16,384 GiB</para></li><li><para><c>standard</c>: 1 - 1024 GiB</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VolumeCmdlet.SnapshotId"> <summary> <para> <para>The snapshot from which to create the volume. You must specify either a snapshot ID or a volume size.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VolumeCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the volume during creation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VolumeCmdlet.Throughput"> <summary> <para> <para>The throughput to provision for a volume, with a maximum of 1,000 MiB/s.</para><para>This parameter is valid only for <c>gp3</c> volumes.</para><para>Valid Range: Minimum value of 125. Maximum value of 1000.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VolumeCmdlet.VolumeType"> <summary> <para> <para>The volume type. This parameter can be one of the following values:</para><ul><li><para>General Purpose SSD: <c>gp2</c> | <c>gp3</c></para></li><li><para>Provisioned IOPS SSD: <c>io1</c> | <c>io2</c></para></li><li><para>Throughput Optimized HDD: <c>st1</c></para></li><li><para>Cold HDD: <c>sc1</c></para></li><li><para>Magnetic: <c>standard</c></para></li></ul><important><para>Throughput Optimized HDD (<c>st1</c>) and Cold HDD (<c>sc1</c>) volumes can't be used as boot volumes.</para></important><para>For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volume-types.html">Amazon EBS volume types</a> in the <i>Amazon EBS User Guide</i>.</para><para>Default: <c>gp2</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VolumeCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensure Idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VolumeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Volume'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateVolumeResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateVolumeResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VolumeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SnapshotId parameter. The -PassThru parameter is deprecated, use -Select '^SnapshotId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VolumeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcCmdlet"> <summary> Creates a VPC with the specified CIDR blocks. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-ip-addressing.html">IP addressing for your VPCs and subnets</a> in the <i>Amazon VPC User Guide</i>. <para> You can optionally request an IPv6 CIDR block for the VPC. You can request an Amazon-provided IPv6 CIDR block from Amazon's pool of IPv6 addresses or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (<a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html">BYOIP</a>). </para><para> By default, each instance that you launch in the VPC has the default DHCP options, which include only a default DNS server that we provide (AmazonProvidedDNS). For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_DHCP_Options.html">DHCP option sets</a> in the <i>Amazon VPC User Guide</i>. </para><para> You can specify the instance tenancy value for the VPC when you create it. You can't change this value for the VPC after you create it. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/dedicated-instance.html">Dedicated Instances</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcCmdlet.AmazonProvidedIpv6CidrBlock"> <summary> <para> <para>Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IP addresses, or the size of the CIDR block.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcCmdlet.CidrBlock"> <summary> <para> <para>The IPv4 network range for the VPC, in CIDR notation. For example, <c>10.0.0.0/16</c>. We modify the specified CIDR block to its canonical form; for example, if you specify <c>100.68.0.18/18</c>, we modify it to <c>100.68.0.0/18</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcCmdlet.InstanceTenancy"> <summary> <para> <para>The tenancy options for instances launched into the VPC. For <c>default</c>, instances are launched with shared tenancy by default. You can launch instances with any tenancy into a shared tenancy VPC. For <c>dedicated</c>, instances are launched as dedicated tenancy instances by default. You can only launch instances with a tenancy of <c>dedicated</c> or <c>host</c> into a dedicated tenancy VPC. </para><para><b>Important:</b> The <c>host</c> value cannot be used with this parameter. Use the <c>default</c> or <c>dedicated</c> values only.</para><para>Default: <c>default</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcCmdlet.Ipv4IpamPoolId"> <summary> <para> <para>The ID of an IPv4 IPAM pool you want to use for allocating this VPC's CIDR. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html">What is IPAM?</a> in the <i>Amazon VPC IPAM User Guide</i>. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcCmdlet.Ipv4NetmaskLength"> <summary> <para> <para>The netmask length of the IPv4 CIDR you want to allocate to this VPC from an Amazon VPC IP Address Manager (IPAM) pool. For more information about IPAM, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html">What is IPAM?</a> in the <i>Amazon VPC IPAM User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcCmdlet.Ipv6CidrBlock"> <summary> <para> <para>The IPv6 CIDR block from the IPv6 address pool. You must also specify <c>Ipv6Pool</c> in the request.</para><para>To let Amazon choose the IPv6 CIDR block for you, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcCmdlet.Ipv6CidrBlockNetworkBorderGroup"> <summary> <para> <para>The name of the location from which we advertise the IPV6 CIDR block. Use this parameter to limit the address to this location.</para><para> You must set <c>AmazonProvidedIpv6CidrBlock</c> to <c>true</c> to use this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcCmdlet.Ipv6IpamPoolId"> <summary> <para> <para>The ID of an IPv6 IPAM pool which will be used to allocate this VPC an IPv6 CIDR. IPAM is a VPC feature that you can use to automate your IP address management workflows including assigning, tracking, troubleshooting, and auditing IP addresses across Amazon Web Services Regions and accounts throughout your Amazon Web Services Organization. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html">What is IPAM?</a> in the <i>Amazon VPC IPAM User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcCmdlet.Ipv6NetmaskLength"> <summary> <para> <para>The netmask length of the IPv6 CIDR you want to allocate to this VPC from an Amazon VPC IP Address Manager (IPAM) pool. For more information about IPAM, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html">What is IPAM?</a> in the <i>Amazon VPC IPAM User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcCmdlet.Ipv6Pool"> <summary> <para> <para>The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcCmdlet.TagSpecification"> <summary> <para> <para>The tags to assign to the VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Vpc'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateVpcResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateVpcResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the CidrBlock parameter. The -PassThru parameter is deprecated, use -Select '^CidrBlock' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointCmdlet"> <summary> Creates a VPC endpoint. A VPC endpoint provides a private connection between the specified VPC and the specified endpoint service. You can use an endpoint service provided by Amazon Web Services, an Amazon Web Services Marketplace Partner, or another Amazon Web Services account. For more information, see the <a href="https://docs.aws.amazon.com/vpc/latest/privatelink/">Amazon Web Services PrivateLink User Guide</a>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointCmdlet.DnsOptions_DnsRecordIpType"> <summary> <para> <para>The DNS records created for the endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointCmdlet.IpAddressType"> <summary> <para> <para>The IP address type for the endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointCmdlet.PolicyDocument"> <summary> <para> <para>(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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointCmdlet.PrivateDnsEnabled"> <summary> <para> <para>(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, <c>kinesis.us-east-1.amazonaws.com</c>), 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.</para><para>To use a private hosted zone, you must set the following VPC attributes to <c>true</c>: <c>enableDnsHostnames</c> and <c>enableDnsSupport</c>. Use <a>ModifyVpcAttribute</a> to set the VPC attributes.</para><para>Default: <c>true</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointCmdlet.DnsOptions_PrivateDnsOnlyForInboundResolverEndpoint"> <summary> <para> <para>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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointCmdlet.RouteTableId"> <summary> <para> <para>(Gateway endpoint) The route table IDs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointCmdlet.SecurityGroupId"> <summary> <para> <para>(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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointCmdlet.ServiceName"> <summary> <para> <para>The name of the endpoint service.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointCmdlet.SubnetConfiguration"> <summary> <para> <para>The subnet configurations for the endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointCmdlet.SubnetId"> <summary> <para> <para>(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.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointCmdlet.TagSpecification"> <summary> <para> <para>The tags to associate with the endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointCmdlet.VpcEndpointType"> <summary> <para> <para>The type of endpoint.</para><para>Default: Gateway</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointCmdlet.VpcId"> <summary> <para> <para>The ID of the VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointCmdlet.Select"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointConnectionNotificationCmdlet"> <summary> Creates a connection notification for a specified VPC endpoint or VPC endpoint service. A connection notification notifies you of specific endpoint events. You must create an SNS topic to receive notifications. For more information, see <a href="https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html">Creating an Amazon SNS topic</a> in the <i>Amazon SNS Developer Guide</i>. <para> You can create a connection notification for interface endpoints only. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointConnectionNotificationCmdlet.ConnectionEvent"> <summary> <para> <para>The endpoint events for which to receive notifications. Valid values are <c>Accept</c>, <c>Connect</c>, <c>Delete</c>, and <c>Reject</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointConnectionNotificationCmdlet.ConnectionNotificationArn"> <summary> <para> <para>The ARN of the SNS topic for the notifications.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointConnectionNotificationCmdlet.ServiceId"> <summary> <para> <para>The ID of the endpoint service.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointConnectionNotificationCmdlet.VpcEndpointId"> <summary> <para> <para>The ID of the endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointConnectionNotificationCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointConnectionNotificationCmdlet.Select"> <summary> 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.CreateVpcEndpointConnectionNotificationResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateVpcEndpointConnectionNotificationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointConnectionNotificationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ConnectionNotificationArn parameter. The -PassThru parameter is deprecated, use -Select '^ConnectionNotificationArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointConnectionNotificationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointServiceConfigurationCmdlet"> <summary> Creates a VPC endpoint service to which service consumers (Amazon Web Services accounts, users, and IAM roles) can connect. <para> Before you create an endpoint service, you must create one of the following for your service: </para><ul><li><para> A <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/network/">Network Load Balancer</a>. Service consumers connect to your service using an interface endpoint. </para></li><li><para> A <a href="https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/">Gateway Load Balancer</a>. Service consumers connect to your service using a Gateway Load Balancer endpoint. </para></li></ul><para> If you set the private DNS name, you must prove that you own the private DNS domain name. </para><para> For more information, see the <a href="https://docs.aws.amazon.com/vpc/latest/privatelink/">Amazon Web Services PrivateLink Guide</a>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointServiceConfigurationCmdlet.AcceptanceRequired"> <summary> <para> <para>Indicates whether requests from service consumers to create an endpoint to your service must be accepted manually.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointServiceConfigurationCmdlet.GatewayLoadBalancerArn"> <summary> <para> <para>The Amazon Resource Names (ARNs) of the Gateway Load Balancers.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointServiceConfigurationCmdlet.NetworkLoadBalancerArn"> <summary> <para> <para>The Amazon Resource Names (ARNs) of the Network Load Balancers.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointServiceConfigurationCmdlet.PrivateDnsName"> <summary> <para> <para>(Interface endpoint configuration) The private DNS name to assign to the VPC endpoint service.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointServiceConfigurationCmdlet.SupportedIpAddressType"> <summary> <para> <para>The supported IP address types. The possible values are <c>ipv4</c> and <c>ipv6</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointServiceConfigurationCmdlet.TagSpecification"> <summary> <para> <para>The tags to associate with the service.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointServiceConfigurationCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointServiceConfigurationCmdlet.Select"> <summary> 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.CreateVpcEndpointServiceConfigurationResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateVpcEndpointServiceConfigurationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointServiceConfigurationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NetworkLoadBalancerArn parameter. The -PassThru parameter is deprecated, use -Select '^NetworkLoadBalancerArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcEndpointServiceConfigurationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcPeeringConnectionCmdlet"> <summary> Requests a VPC peering connection between two VPCs: a requester VPC that you own and an accepter VPC with which to create the connection. The accepter VPC can belong to another Amazon Web Services account and can be in a different Region to the requester VPC. The requester VPC and accepter VPC cannot have overlapping CIDR blocks. <note><para> Limitations and rules apply to a VPC peering connection. For more information, see the <a href="https://docs.aws.amazon.com/vpc/latest/peering/vpc-peering-basics.html#vpc-peering-limitations">VPC peering limitations</a> in the <i>VPC Peering Guide</i>. </para></note><para> The owner of the accepter VPC must accept the peering request to activate the peering connection. The VPC peering connection request expires after 7 days, after which it cannot be accepted or rejected. </para><para> If you create a VPC peering connection request between VPCs with overlapping CIDR blocks, the VPC peering connection has a status of <c>failed</c>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcPeeringConnectionCmdlet.PeerOwnerId"> <summary> <para> <para>The Amazon Web Services account ID of the owner of the accepter VPC.</para><para>Default: Your Amazon Web Services account ID</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcPeeringConnectionCmdlet.PeerRegion"> <summary> <para> <para>The Region code for the accepter VPC, if the accepter VPC is located in a Region other than the Region in which you make the request.</para><para>Default: The Region in which you make the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcPeeringConnectionCmdlet.PeerVpcId"> <summary> <para> <para>The ID of the VPC with which you are creating the VPC peering connection. You must specify this parameter in the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcPeeringConnectionCmdlet.TagSpecification"> <summary> <para> <para>The tags to assign to the peering connection.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcPeeringConnectionCmdlet.VpcId"> <summary> <para> <para>The ID of the requester VPC. You must specify this parameter in the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcPeeringConnectionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VpcPeeringConnection'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateVpcPeeringConnectionResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateVpcPeeringConnectionResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcPeeringConnectionCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpcPeeringConnectionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnConnectionCmdlet"> <summary> Creates a VPN connection between an existing virtual private gateway or transit gateway and a customer gateway. The supported connection type is <c>ipsec.1</c>. <para> The response includes information that you need to give to your network administrator to configure your customer gateway. </para><important><para> We strongly recommend that you use HTTPS when calling this operation because the response contains sensitive cryptographic information for configuring your customer gateway device. </para></important><para> If you decide to shut down your VPN connection for any reason and later create a new VPN connection, you must reconfigure your customer gateway with the new information returned from this call. </para><para> This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn't return an error. </para><para> For more information, see <a href="https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html">Amazon Web Services Site-to-Site VPN</a> in the <i>Amazon Web Services Site-to-Site VPN User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnConnectionCmdlet.CustomerGatewayId"> <summary> <para> <para>The ID of the customer gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnConnectionCmdlet.Options_EnableAcceleration"> <summary> <para> <para>Indicate whether to enable acceleration for the VPN connection.</para><para>Default: <c>false</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnConnectionCmdlet.Options_LocalIpv4NetworkCidr"> <summary> <para> <para>The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.</para><para>Default: <c>0.0.0.0/0</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnConnectionCmdlet.Options_LocalIpv6NetworkCidr"> <summary> <para> <para>The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.</para><para>Default: <c>::/0</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnConnectionCmdlet.Options_OutsideIpAddressType"> <summary> <para> <para>The type of IPv4 address assigned to the outside interface of the customer gateway device.</para><para>Valid values: <c>PrivateIpv4</c> | <c>PublicIpv4</c></para><para>Default: <c>PublicIpv4</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnConnectionCmdlet.Options_RemoteIpv4NetworkCidr"> <summary> <para> <para>The IPv4 CIDR on the Amazon Web Services side of the VPN connection.</para><para>Default: <c>0.0.0.0/0</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnConnectionCmdlet.Options_RemoteIpv6NetworkCidr"> <summary> <para> <para>The IPv6 CIDR on the Amazon Web Services side of the VPN connection.</para><para>Default: <c>::/0</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnConnectionCmdlet.Options_StaticRoutesOnly"> <summary> <para> <para>Indicate whether the VPN connection uses static routes only. If you are creating a VPN connection for a device that does not support BGP, you must specify <c>true</c>. Use <a>CreateVpnConnectionRoute</a> to create a static route.</para><para>Default: <c>false</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnConnectionCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the VPN connection.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnConnectionCmdlet.TransitGatewayId"> <summary> <para> <para>The ID of the transit gateway. If you specify a transit gateway, you cannot specify a virtual private gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnConnectionCmdlet.Options_TransportTransitGatewayAttachmentId"> <summary> <para> <para>The transit gateway attachment ID to use for the VPN tunnel.</para><para>Required if <c>OutsideIpAddressType</c> is set to <c>PrivateIpv4</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnConnectionCmdlet.Options_TunnelInsideIpVersion"> <summary> <para> <para>Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.</para><para>Default: <c>ipv4</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnConnectionCmdlet.Options_TunnelOption"> <summary> <para> <para>The tunnel options for the VPN connection.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnConnectionCmdlet.Type"> <summary> <para> <para>The type of VPN connection (<c>ipsec.1</c>).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnConnectionCmdlet.VpnGatewayId"> <summary> <para> <para>The ID of the virtual private gateway. If you specify a virtual private gateway, you cannot specify a transit gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnConnectionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VpnConnection'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateVpnConnectionResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateVpnConnectionResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnConnectionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Type parameter. The -PassThru parameter is deprecated, use -Select '^Type' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnConnectionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnConnectionRouteCmdlet"> <summary> Creates a static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. The static route allows traffic to be routed from the virtual private gateway to the VPN customer gateway. <para> For more information, see <a href="https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html">Amazon Web Services Site-to-Site VPN</a> in the <i>Amazon Web Services Site-to-Site VPN User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnConnectionRouteCmdlet.DestinationCidrBlock"> <summary> <para> <para>The CIDR block associated with the local subnet of the customer network.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnConnectionRouteCmdlet.VpnConnectionId"> <summary> <para> <para>The ID of the VPN connection.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnConnectionRouteCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateVpnConnectionRouteResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnConnectionRouteCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VpnConnectionId parameter. The -PassThru parameter is deprecated, use -Select '^VpnConnectionId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnConnectionRouteCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnGatewayCmdlet"> <summary> Creates a virtual private gateway. A virtual private gateway is the endpoint on the VPC side of your VPN connection. You can create a virtual private gateway before creating the VPC itself. <para> For more information, see <a href="https://docs.aws.amazon.com/vpn/latest/s2svpn/VPC_VPN.html">Amazon Web Services Site-to-Site VPN</a> in the <i>Amazon Web Services Site-to-Site VPN User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnGatewayCmdlet.AmazonSideAsn"> <summary> <para> <para>A private Autonomous System Number (ASN) for the Amazon side of a BGP session. If you're using a 16-bit ASN, it must be in the 64512 to 65534 range. If you're using a 32-bit ASN, it must be in the 4200000000 to 4294967294 range.</para><para>Default: 64512</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnGatewayCmdlet.AvailabilityZone"> <summary> <para> <para>The Availability Zone for the virtual private gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnGatewayCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the virtual private gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnGatewayCmdlet.Type"> <summary> <para> <para>The type of VPN connection this virtual private gateway supports.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnGatewayCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VpnGateway'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CreateVpnGatewayResponse). Specifying the name of a property of type Amazon.EC2.Model.CreateVpnGatewayResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnGatewayCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Type parameter. The -PassThru parameter is deprecated, use -Select '^Type' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.NewEC2VpnGatewayCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2AddressCmdlet"> <summary> Associates an Elastic IP address, or carrier IP address (for instances that are in subnets in Wavelength Zones) with an instance or a network interface. Before you can use an Elastic IP address, you must allocate it to your account. <para> If the Elastic IP address is already associated with a different instance, it is disassociated from that instance and associated with the specified instance. If you associate an Elastic IP address with an instance that has an existing Elastic IP address, the existing address is disassociated from the instance, but remains allocated to your account. </para><para> [Subnets in Wavelength Zones] You can associate an IP address from the telecommunication carrier to the instance or network interface. </para><para> You cannot associate an Elastic IP address with an interface in a different network border group. </para><important><para> This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn't return an error, and you may be charged for each time the Elastic IP address is remapped to the same instance. For more information, see the <i>Elastic IP Addresses</i> section of <a href="http://aws.amazon.com/ec2/pricing/">Amazon EC2 Pricing</a>. </para></important> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2AddressCmdlet.AllocationId"> <summary> <para> <para>The allocation ID. This is required.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2AddressCmdlet.AllowReassociation"> <summary> <para> <para>Reassociation is automatic, but you can specify false to ensure the operation fails if the Elastic IP address is already associated with another resource.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2AddressCmdlet.InstanceId"> <summary> <para> <para>The ID of the instance. The instance must have exactly one attached network interface. You can specify either the instance ID or the network interface ID, but not both.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2AddressCmdlet.NetworkInterfaceId"> <summary> <para> <para>The ID of the network interface. If the instance has more than one network interface, you must specify a network interface ID.</para><para>You can specify either the instance ID or the network interface ID, but not both. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2AddressCmdlet.PrivateIpAddress"> <summary> <para> <para>The primary or secondary private IP address to associate with the Elastic IP address. If no private IP address is specified, the Elastic IP address is associated with the primary private IP address.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2AddressCmdlet.PublicIp"> <summary> <para> <para>Deprecated.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2AddressCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'AssociationId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.AssociateAddressResponse). Specifying the name of a property of type Amazon.EC2.Model.AssociateAddressResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2AddressCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2AddressCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ByoipCidrCmdlet"> <summary> Provisions an IPv4 or IPv6 address range for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP) and creates a corresponding address pool. After the address range is provisioned, it is ready to be advertised using <a>AdvertiseByoipCidr</a>. <para> Amazon Web Services verifies that you own the address range and are authorized to advertise it. You must ensure that the address range is registered to you and that you created an RPKI ROA to authorize Amazon ASNs 16509 and 14618 to advertise the address range. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html">Bring your own IP addresses (BYOIP)</a> in the <i>Amazon EC2 User Guide</i>. </para><para> Provisioning an address range is an asynchronous operation, so the call returns immediately, but the address range is not ready to use until its status changes from <c>pending-provision</c> to <c>provisioned</c>. To monitor the status of an address range, use <a>DescribeByoipCidrs</a>. To allocate an Elastic IP address from your IPv4 address pool, use <a>AllocateAddress</a> with either the specific address from the address pool or the ID of the address pool. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ByoipCidrCmdlet.Cidr"> <summary> <para> <para>The public IPv4 or IPv6 address range, in CIDR notation. The most specific IPv4 prefix that you can specify is /24. The most specific IPv6 address range that you can bring is /48 for CIDRs that are publicly advertisable and /56 for CIDRs that are not publicly advertisable. The address range cannot overlap with another address range that you've brought to this or another Region.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ByoipCidrCmdlet.Description"> <summary> <para> <para>A description for the address range and the address pool.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ByoipCidrCmdlet.CidrAuthorizationContext_Message"> <summary> <para> <para>The plain-text authorization message for the prefix and account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ByoipCidrCmdlet.MultiRegion"> <summary> <para> <para>Reserved.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ByoipCidrCmdlet.NetworkBorderGroup"> <summary> <para> <para>If you have <a href="https://docs.aws.amazon.com/local-zones/latest/ug/how-local-zones-work.html">Local Zones</a> enabled, you can choose a network border group for Local Zones when you provision and advertise a BYOIPv4 CIDR. Choose the network border group carefully as the EIP and the Amazon Web Services resource it is associated with must reside in the same network border group.</para><para>You can provision BYOIP address ranges to and advertise them in the following Local Zone network border groups:</para><ul><li><para>us-east-1-dfw-2</para></li><li><para>us-west-2-lax-1</para></li><li><para>us-west-2-phx-2</para></li></ul><note><para>You cannot provision or advertise BYOIPv6 address ranges in Local Zones at this time.</para></note> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ByoipCidrCmdlet.PoolTagSpecification"> <summary> <para> <para>The tags to apply to the address pool.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ByoipCidrCmdlet.PubliclyAdvertisable"> <summary> <para> <para>(IPv6 only) Indicate whether the address range will be publicly advertised to the internet.</para><para>Default: true</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ByoipCidrCmdlet.CidrAuthorizationContext_Signature"> <summary> <para> <para>The signed authorization message for the prefix and account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ByoipCidrCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ByoipCidr'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ProvisionByoipCidrResponse). Specifying the name of a property of type Amazon.EC2.Model.ProvisionByoipCidrResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ByoipCidrCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Cidr parameter. The -PassThru parameter is deprecated, use -Select '^Cidr' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ByoipCidrCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ClientVpnTargetNetworkCmdlet"> <summary> Associates a target network with a Client VPN endpoint. A target network is a subnet in a VPC. You can associate multiple subnets from the same VPC with a Client VPN endpoint. You can associate only one subnet in each Availability Zone. We recommend that you associate at least two subnets to provide Availability Zone redundancy. <para> If you specified a VPC when you created the Client VPN endpoint or if you have previous subnet associations, the specified subnet must be in the same VPC. To specify a subnet that's in a different VPC, you must first modify the Client VPN endpoint (<a>ModifyClientVpnEndpoint</a>) and change the VPC that's associated with it. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ClientVpnTargetNetworkCmdlet.ClientVpnEndpointId"> <summary> <para> <para>The ID of the Client VPN endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ClientVpnTargetNetworkCmdlet.SubnetId"> <summary> <para> <para>The ID of the subnet to associate with the Client VPN endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ClientVpnTargetNetworkCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ClientVpnTargetNetworkCmdlet.Select"> <summary> 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.AssociateClientVpnTargetNetworkResponse). Specifying the name of a property of type Amazon.EC2.Model.AssociateClientVpnTargetNetworkResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ClientVpnTargetNetworkCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ClientVpnEndpointId parameter. The -PassThru parameter is deprecated, use -Select '^ClientVpnEndpointId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ClientVpnTargetNetworkCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2DhcpOptionCmdlet"> <summary> Associates a set of DHCP options (that you've previously created) with the specified VPC, or associates no DHCP options with the VPC. <para> After you associate the options with the VPC, any existing instances and all new instances that you launch in that VPC use the options. You don't need to restart or relaunch the instances. They automatically pick up the changes within a few hours, depending on how frequently the instance renews its DHCP lease. You can explicitly renew the lease using the operating system on the instance. </para><para> For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_DHCP_Options.html">DHCP option sets</a> in the <i>Amazon VPC User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2DhcpOptionCmdlet.DhcpOptionsId"> <summary> <para> <para>The ID of the DHCP options set, or <c>default</c> to associate no DHCP options with the VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2DhcpOptionCmdlet.VpcId"> <summary> <para> <para>The ID of the VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2DhcpOptionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.AssociateDhcpOptionsResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2DhcpOptionCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2DhcpOptionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2EnclaveCertificateIamRoleCmdlet"> <summary> Associates an Identity and Access Management (IAM) role with an Certificate Manager (ACM) certificate. This enables the certificate to be used by the ACM for Nitro Enclaves application inside an enclave. For more information, see <a href="https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave-refapp.html">Certificate Manager for Nitro Enclaves</a> in the <i>Amazon Web Services Nitro Enclaves User Guide</i>. <para> When the IAM role is associated with the ACM certificate, the certificate, certificate chain, and encrypted private key are placed in an Amazon S3 location that only the associated IAM role can access. The private key of the certificate is encrypted with an Amazon Web Services managed key that has an attached attestation-based key policy. </para><para> To enable the IAM role to access the Amazon S3 object, you must grant it permission to call <c>s3:GetObject</c> on the Amazon S3 bucket returned by the command. To enable the IAM role to access the KMS key, you must grant it permission to call <c>kms:Decrypt</c> on the KMS key returned by the command. For more information, see <a href="https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave-refapp.html#add-policy"> Grant the role permission to access the certificate and encryption key</a> in the <i>Amazon Web Services Nitro Enclaves User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2EnclaveCertificateIamRoleCmdlet.CertificateArn"> <summary> <para> <para>The ARN of the ACM certificate with which to associate the IAM role.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2EnclaveCertificateIamRoleCmdlet.RoleArn"> <summary> <para> <para>The ARN of the IAM role to associate with the ACM certificate. You can associate up to 16 IAM roles with an ACM certificate.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2EnclaveCertificateIamRoleCmdlet.Select"> <summary> 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.AssociateEnclaveCertificateIamRoleResponse). Specifying the name of a property of type Amazon.EC2.Model.AssociateEnclaveCertificateIamRoleResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2EnclaveCertificateIamRoleCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the CertificateArn parameter. The -PassThru parameter is deprecated, use -Select '^CertificateArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2EnclaveCertificateIamRoleCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2IamInstanceProfileCmdlet"> <summary> Associates an IAM instance profile with a running or stopped instance. You cannot associate more than one IAM instance profile with an instance. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2IamInstanceProfileCmdlet.IamInstanceProfile_Arn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the instance profile.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2IamInstanceProfileCmdlet.InstanceId"> <summary> <para> <para>The ID of the instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2IamInstanceProfileCmdlet.IamInstanceProfile_Name"> <summary> <para> <para>The name of the instance profile.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2IamInstanceProfileCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'IamInstanceProfileAssociation'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.AssociateIamInstanceProfileResponse). Specifying the name of a property of type Amazon.EC2.Model.AssociateIamInstanceProfileResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2IamInstanceProfileCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2IamInstanceProfileCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ImageCmdlet"> <summary> Registers an AMI. When you're creating an instance-store backed AMI, registering the AMI is the final step in the creation process. For more information about creating AMIs, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami.html">Create your own AMI</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. <note><para> For Amazon EBS-backed instances, <a>CreateImage</a> creates and registers the AMI in a single request, so you don't have to register the AMI yourself. We recommend that you always use <a>CreateImage</a> unless you have a specific reason to use RegisterImage. </para></note><para> If needed, you can deregister an AMI at any time. Any modifications you make to an AMI backed by an instance store volume invalidates its registration. If you make changes to an image, deregister the previous image and register the new image. </para><para><b>Register a snapshot of a root device volume</b></para><para> You can use <c>RegisterImage</c> to create an Amazon EBS-backed Linux AMI from a snapshot of a root device volume. You specify the snapshot using a block device mapping. You can't set the encryption state of the volume using the block device mapping. If the snapshot is encrypted, or encryption by default is enabled, the root volume of an instance launched from the AMI is encrypted. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/creating-an-ami-ebs.html#creating-launching-ami-from-snapshot">Create a Linux AMI from a snapshot</a> and <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AMIEncryption.html">Use encryption with Amazon EBS-backed AMIs</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para><para><b>Amazon Web Services Marketplace product codes</b></para><para> If any snapshots have Amazon Web Services Marketplace product codes, they are copied to the new AMI. </para><para> Windows and some Linux distributions, such as Red Hat Enterprise Linux (RHEL) and SUSE Linux Enterprise Server (SLES), use the Amazon EC2 billing product code associated with an AMI to verify the subscription status for package updates. To create a new AMI for operating systems that require a billing product code, instead of registering the AMI, do the following to preserve the billing product code association: </para><ol><li><para> Launch an instance from an existing AMI with that billing product code. </para></li><li><para> Customize the instance. </para></li><li><para> Create an AMI from the instance using <a>CreateImage</a>. </para></li></ol><para> If you purchase a Reserved Instance to apply to an On-Demand Instance that was launched from an AMI with a billing product code, make sure that the Reserved Instance has the matching billing product code. If you purchase a Reserved Instance without the matching billing product code, the Reserved Instance will not be applied to the On-Demand Instance. For information about how to obtain the platform details and billing information of an AMI, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-billing-info.html">Understand AMI billing information</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ImageCmdlet.Architecture"> <summary> <para> <para>The architecture of the AMI.</para><para>Default: For Amazon EBS-backed AMIs, <c>i386</c>. For instance store-backed AMIs, the architecture specified in the manifest file.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ImageCmdlet.BillingProduct"> <summary> <para> <para>The billing product codes. Your account must be authorized to specify billing product codes.</para><para>If your account is not authorized to specify billing product codes, you can publish AMIs that include billable software and list them on the Amazon Web Services Marketplace. You must first register as a seller on the Amazon Web Services Marketplace. For more information, see <a href="https://docs.aws.amazon.com/marketplace/latest/userguide/user-guide-for-sellers.html">Getting started as a seller</a> and <a href="https://docs.aws.amazon.com/marketplace/latest/userguide/ami-products.html">AMI-based products</a> in the <i>Amazon Web Services Marketplace Seller Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ImageCmdlet.BlockDeviceMapping"> <summary> <para> <para>The block device mapping entries.</para><para>If you specify an Amazon EBS volume using the ID of an Amazon EBS snapshot, you can't specify the encryption state of the volume.</para><para>If you create an AMI on an Outpost, then all backing snapshots must be on the same Outpost or in the Region of that Outpost. AMIs on an Outpost that include local snapshots can be used to launch instances on the same Outpost only. For more information, <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#ami">Amazon EBS local snapshots on Outposts</a> in the <i>Amazon EBS User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ImageCmdlet.BootMode"> <summary> <para> <para>The boot mode of the AMI. A value of <c>uefi-preferred</c> indicates that the AMI supports both UEFI and Legacy BIOS.</para><note><para>The operating system contained in the AMI must be configured to support the specified boot mode.</para></note><para>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html">Boot modes</a> in the <i>Amazon EC2 User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ImageCmdlet.Description"> <summary> <para> <para>A description for your AMI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ImageCmdlet.EnaSupport"> <summary> <para> <para>Set to <c>true</c> to enable enhanced networking with ENA for the AMI and any instances that you launch from the AMI.</para><para>This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ImageCmdlet.ImageLocation"> <summary> <para> <para>The full path to your AMI manifest in Amazon S3 storage. The specified bucket must have the <c>aws-exec-read</c> canned access control list (ACL) to ensure that it can be accessed by Amazon EC2. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl">Canned ACLs</a> in the <i>Amazon S3 Service Developer Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ImageCmdlet.ImdsSupport"> <summary> <para> <para>Set to <c>v2.0</c> to indicate that IMDSv2 is specified in the AMI. Instances launched from this AMI will have <c>HttpTokens</c> automatically set to <c>required</c> so that, by default, the instance requires that IMDSv2 is used when requesting instance metadata. In addition, <c>HttpPutResponseHopLimit</c> is set to <c>2</c>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration">Configure the AMI</a> in the <i>Amazon EC2 User Guide</i>.</para><note><para>If you set the value to <c>v2.0</c>, make sure that your AMI software can support IMDSv2.</para></note> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ImageCmdlet.KernelId"> <summary> <para> <para>The ID of the kernel.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ImageCmdlet.Name"> <summary> <para> <para>A name for your AMI.</para><para>Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or underscores(_)</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ImageCmdlet.RamdiskId"> <summary> <para> <para>The ID of the RAM disk.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ImageCmdlet.RootDeviceName"> <summary> <para> <para>The device name of the root device volume (for example, <c>/dev/sda1</c>).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ImageCmdlet.SriovNetSupport"> <summary> <para> <para>Set to <c>simple</c> to enable enhanced networking with the Intel 82599 Virtual Function interface for the AMI and any instances that you launch from the AMI.</para><para>There is no way to disable <c>sriovNetSupport</c> at this time.</para><para>This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make instances launched from the AMI unreachable.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ImageCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply to the AMI.</para><para>To tag the AMI, the value for <c>ResourceType</c> must be <c>image</c>. If you specify another value for <c>ResourceType</c>, the request fails.</para><para>To tag an AMI after it has been registered, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ImageCmdlet.TpmSupport"> <summary> <para> <para>Set to <c>v2.0</c> to enable Trusted Platform Module (TPM) support. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitrotpm.html">NitroTPM</a> in the <i>Amazon EC2 User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ImageCmdlet.UefiData"> <summary> <para> <para>Base64 representation of the non-volatile UEFI variable store. To retrieve the UEFI data, use the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceUefiData">GetInstanceUefiData</a> command. You can inspect and modify the UEFI data by using the <a href="https://github.com/awslabs/python-uefivars">python-uefivars tool</a> on GitHub. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/uefi-secure-boot.html">UEFI Secure Boot</a> in the <i>Amazon EC2 User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ImageCmdlet.VirtualizationType"> <summary> <para> <para>The type of virtualization (<c>hvm</c> | <c>paravirtual</c>).</para><para>Default: <c>paravirtual</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ImageCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ImageId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.RegisterImageResponse). Specifying the name of a property of type Amazon.EC2.Model.RegisterImageResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ImageCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ImageLocation parameter. The -PassThru parameter is deprecated, use -Select '^ImageLocation' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2ImageCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2InstanceEventNotificationAttributeCmdlet"> <summary> Registers a set of tag keys to include in scheduled event notifications for your resources. <para> To remove tags, use <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DeregisterInstanceEventNotificationAttributes.html">DeregisterInstanceEventNotificationAttributes</a>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2InstanceEventNotificationAttributeCmdlet.InstanceTagAttribute_IncludeAllTagsOfInstance"> <summary> <para> <para>Indicates whether to register all tag keys in the current Region. Specify <c>true</c> to register all tag keys.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2InstanceEventNotificationAttributeCmdlet.InstanceTagAttribute_InstanceTagKey"> <summary> <para> <para>The tag keys to register.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2InstanceEventNotificationAttributeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InstanceTagAttribute'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.RegisterInstanceEventNotificationAttributesResponse). Specifying the name of a property of type Amazon.EC2.Model.RegisterInstanceEventNotificationAttributesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2InstanceEventNotificationAttributeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceTagAttribute_IncludeAllTagsOfInstance parameter. The -PassThru parameter is deprecated, use -Select '^InstanceTagAttribute_IncludeAllTagsOfInstance' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2InstanceEventNotificationAttributeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2InstanceEventWindowCmdlet"> <summary> Associates one or more targets with an event window. Only one type of target (instance IDs, Dedicated Host IDs, or tags) can be specified with an event window. <para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/event-windows.html">Define event windows for scheduled events</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2InstanceEventWindowCmdlet.AssociationTarget_DedicatedHostId"> <summary> <para> <para>The IDs of the Dedicated Hosts to associate with the event window.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2InstanceEventWindowCmdlet.InstanceEventWindowId"> <summary> <para> <para>The ID of the event window.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2InstanceEventWindowCmdlet.AssociationTarget_InstanceId"> <summary> <para> <para>The IDs of the instances to associate with the event window. If the instance is on a Dedicated Host, you can't specify the Instance ID parameter; you must use the Dedicated Host ID parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2InstanceEventWindowCmdlet.AssociationTarget_InstanceTag"> <summary> <para> <para>The instance tags to associate with the event window. Any instances associated with the tags will be associated with the event window.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2InstanceEventWindowCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InstanceEventWindow'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.AssociateInstanceEventWindowResponse). Specifying the name of a property of type Amazon.EC2.Model.AssociateInstanceEventWindowResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2InstanceEventWindowCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceEventWindowId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceEventWindowId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2InstanceEventWindowCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2IpamByoasnCmdlet"> <summary> Associates your Autonomous System Number (ASN) with a BYOIP CIDR that you own in the same Amazon Web Services Region. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/tutorials-byoasn.html">Tutorial: Bring your ASN to IPAM</a> in the <i>Amazon VPC IPAM guide</i>. <para> After the association succeeds, the ASN is eligible for advertisement. You can view the association with <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeByoipCidrs.html">DescribeByoipCidrs</a>. You can advertise the CIDR with <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_AdvertiseByoipCidr.html">AdvertiseByoipCidr</a>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2IpamByoasnCmdlet.Asn"> <summary> <para> <para>A public 2-byte or 4-byte ASN.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2IpamByoasnCmdlet.Cidr"> <summary> <para> <para>The BYOIP CIDR you want to associate with an ASN.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2IpamByoasnCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'AsnAssociation'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.AssociateIpamByoasnResponse). Specifying the name of a property of type Amazon.EC2.Model.AssociateIpamByoasnResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2IpamByoasnCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Asn parameter. The -PassThru parameter is deprecated, use -Select '^Asn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2IpamByoasnCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2IpamPoolCidrCmdlet"> <summary> Provision a CIDR to an IPAM pool. You can use this action to provision new CIDRs to a top-level pool or to transfer a CIDR from a top-level pool to a pool within it. <para> For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/prov-cidr-ipam.html">Provision CIDRs to pools</a> in the <i>Amazon VPC IPAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2IpamPoolCidrCmdlet.Cidr"> <summary> <para> <para>The CIDR you want to assign to the IPAM pool. Either "NetmaskLength" or "Cidr" is required. This value will be null if you specify "NetmaskLength" and will be filled in during the provisioning process.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2IpamPoolCidrCmdlet.IpamPoolId"> <summary> <para> <para>The ID of the IPAM pool to which you want to assign a CIDR.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2IpamPoolCidrCmdlet.CidrAuthorizationContext_Message"> <summary> <para> <para>The plain-text authorization message for the prefix and account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2IpamPoolCidrCmdlet.NetmaskLength"> <summary> <para> <para>The netmask length of the CIDR you'd like to provision to a pool. Can be used for provisioning Amazon-provided IPv6 CIDRs to top-level pools and for provisioning CIDRs to pools with source pools. Cannot be used to provision BYOIP CIDRs to top-level pools. Either "NetmaskLength" or "Cidr" is required.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2IpamPoolCidrCmdlet.CidrAuthorizationContext_Signature"> <summary> <para> <para>The signed authorization message for the prefix and account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2IpamPoolCidrCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2IpamPoolCidrCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'IpamPoolCidr'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ProvisionIpamPoolCidrResponse). Specifying the name of a property of type Amazon.EC2.Model.ProvisionIpamPoolCidrResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2IpamPoolCidrCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the IpamPoolId parameter. The -PassThru parameter is deprecated, use -Select '^IpamPoolId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2IpamPoolCidrCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2IpamResourceDiscoveryCmdlet"> <summary> Associates an IPAM resource discovery with an Amazon VPC IPAM. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2IpamResourceDiscoveryCmdlet.IpamId"> <summary> <para> <para>An IPAM ID.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2IpamResourceDiscoveryCmdlet.IpamResourceDiscoveryId"> <summary> <para> <para>A resource discovery ID.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2IpamResourceDiscoveryCmdlet.TagSpecification"> <summary> <para> <para>Tag specifications.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2IpamResourceDiscoveryCmdlet.ClientToken"> <summary> <para> <para>A client token.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2IpamResourceDiscoveryCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'IpamResourceDiscoveryAssociation'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.AssociateIpamResourceDiscoveryResponse). Specifying the name of a property of type Amazon.EC2.Model.AssociateIpamResourceDiscoveryResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2IpamResourceDiscoveryCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the IpamId parameter. The -PassThru parameter is deprecated, use -Select '^IpamId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2IpamResourceDiscoveryCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2Ipv6AddressListCmdlet"> <summary> Assigns one or more IPv6 addresses to the specified network interface. You can specify one or more specific IPv6 addresses, or you can specify the number of IPv6 addresses to be automatically assigned from within the subnet's IPv6 CIDR block range. You can assign as many IPv6 addresses to a network interface as you can assign private IPv4 addresses, and the limit varies per instance type. <para> You must specify either the IPv6 addresses or the IPv6 address count in the request. </para><para> You can optionally use Prefix Delegation on the network interface. You must specify either the IPV6 Prefix Delegation prefixes, or the IPv6 Prefix Delegation count. For information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-eni.html"> Assigning prefixes to network interfaces</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2Ipv6AddressListCmdlet.Ipv6AddressCount"> <summary> <para> <para>The number of additional IPv6 addresses to assign to the network interface. The specified number of IPv6 addresses are assigned in addition to the existing IPv6 addresses that are already assigned to the network interface. Amazon EC2 automatically selects the IPv6 addresses from the subnet range. You can't use this option if specifying specific IPv6 addresses.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2Ipv6AddressListCmdlet.Ipv6Address"> <summary> <para> <para>The IPv6 addresses to be assigned to the network interface. You can't use this option if you're specifying a number of IPv6 addresses.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2Ipv6AddressListCmdlet.Ipv6PrefixCount"> <summary> <para> <para>The number of IPv6 prefixes that Amazon Web Services automatically assigns to the network interface. You cannot use this option if you use the <c>Ipv6Prefixes</c> option.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2Ipv6AddressListCmdlet.Ipv6Prefix"> <summary> <para> <para>One or more IPv6 prefixes assigned to the network interface. You cannot use this option if you use the <c>Ipv6PrefixCount</c> option.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2Ipv6AddressListCmdlet.NetworkInterfaceId"> <summary> <para> <para>The ID of the network interface.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2Ipv6AddressListCmdlet.Select"> <summary> 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.AssignIpv6AddressesResponse). Specifying the name of a property of type Amazon.EC2.Model.AssignIpv6AddressesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2Ipv6AddressListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NetworkInterfaceId parameter. The -PassThru parameter is deprecated, use -Select '^NetworkInterfaceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2Ipv6AddressListCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2NatGatewayAddressCmdlet"> <summary> Associates Elastic IP addresses (EIPs) and private IPv4 addresses with a public NAT gateway. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-working-with">Work with NAT gateways</a> in the <i>Amazon VPC User Guide</i>. <para> By default, you can associate up to 2 Elastic IP addresses per public NAT gateway. You can increase the limit by requesting a quota adjustment. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html#vpc-limits-eips">Elastic IP address quotas</a> in the <i>Amazon VPC User Guide</i>. </para><important><para> When you associate an EIP or secondary EIPs with a public NAT gateway, the network border group of the EIPs must match the network border group of the Availability Zone (AZ) that the public NAT gateway is in. If it's not the same, the EIP will fail to associate. You can see the network border group for the subnet's AZ by viewing the details of the subnet. Similarly, you can view the network border group of an EIP by viewing the details of the EIP address. For more information about network border groups and EIPs, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-eips.html#allocate-eip">Allocate an Elastic IP address</a> in the <i>Amazon VPC User Guide</i>. </para></important> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2NatGatewayAddressCmdlet.AllocationId"> <summary> <para> <para>The allocation IDs of EIPs that you want to associate with your NAT gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2NatGatewayAddressCmdlet.NatGatewayId"> <summary> <para> <para>The ID of the NAT gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2NatGatewayAddressCmdlet.PrivateIpAddress"> <summary> <para> <para>The private IPv4 addresses that you want to assign to the NAT gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2NatGatewayAddressCmdlet.Select"> <summary> 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.AssociateNatGatewayAddressResponse). Specifying the name of a property of type Amazon.EC2.Model.AssociateNatGatewayAddressResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2NatGatewayAddressCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NatGatewayId parameter. The -PassThru parameter is deprecated, use -Select '^NatGatewayId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2NatGatewayAddressCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2PrivateIpAddressCmdlet"> <summary> Assigns one or more secondary private IP addresses to the specified network interface. <para> You can specify one or more specific secondary IP addresses, or you can specify the number of secondary IP addresses to be automatically assigned within the subnet's CIDR block range. The number of secondary IP addresses that you can assign to an instance varies by instance type. For more information about Elastic IP addresses, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html">Elastic IP Addresses</a> in the <i>Amazon EC2 User Guide</i>. </para><para> When you move a secondary private IP address to another network interface, any Elastic IP address that is associated with the IP address is also moved. </para><para> Remapping an IP address is an asynchronous operation. When you move an IP address from one network interface to another, check <c>network/interfaces/macs/mac/local-ipv4s</c> in the instance metadata to confirm that the remapping is complete. </para><para> You must specify either the IP addresses or the IP address count in the request. </para><para> You can optionally use Prefix Delegation on the network interface. You must specify either the IPv4 Prefix Delegation prefixes, or the IPv4 Prefix Delegation count. For information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-prefix-eni.html"> Assigning prefixes to network interfaces</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2PrivateIpAddressCmdlet.AllowReassignment"> <summary> <para> <para>Indicates whether to allow an IP address that is already assigned to another network interface or instance to be reassigned to the specified network interface.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2PrivateIpAddressCmdlet.Ipv4PrefixCount"> <summary> <para> <para>The number of IPv4 prefixes that Amazon Web Services automatically assigns to the network interface. You cannot use this option if you use the <c>Ipv4 Prefixes</c> option.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2PrivateIpAddressCmdlet.Ipv4Prefix"> <summary> <para> <para>One or more IPv4 prefixes assigned to the network interface. You cannot use this option if you use the <c>Ipv4PrefixCount</c> option.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2PrivateIpAddressCmdlet.NetworkInterfaceId"> <summary> <para> <para>The ID of the network interface.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2PrivateIpAddressCmdlet.PrivateIpAddress"> <summary> <para> <para>The IP addresses to be assigned as a secondary private IP address to the network interface. You can't specify this parameter when also specifying a number of secondary IP addresses.</para><para>If you don't specify an IP address, Amazon EC2 automatically selects an IP address within the subnet range.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2PrivateIpAddressCmdlet.SecondaryPrivateIpAddressCount"> <summary> <para> <para>The number of secondary IP addresses to assign to the network interface. You can't specify this parameter when also specifying private IP addresses.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2PrivateIpAddressCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'AssignedPrivateIpAddresses'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.AssignPrivateIpAddressesResponse). Specifying the name of a property of type Amazon.EC2.Model.AssignPrivateIpAddressesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2PrivateIpAddressCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NetworkInterfaceId parameter. The -PassThru parameter is deprecated, use -Select '^NetworkInterfaceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2PrivateIpAddressCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2PrivateNatGatewayAddressCmdlet"> <summary> Assigns private IPv4 addresses to a private NAT gateway. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-working-with">Work with NAT gateways</a> in the <i>Amazon VPC User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2PrivateNatGatewayAddressCmdlet.NatGatewayId"> <summary> <para> <para>The ID of the NAT gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2PrivateNatGatewayAddressCmdlet.PrivateIpAddressCount"> <summary> <para> <para>The number of private IP addresses to assign to the NAT gateway. You can't specify this parameter when also specifying private IP addresses.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2PrivateNatGatewayAddressCmdlet.PrivateIpAddress"> <summary> <para> <para>The private IPv4 addresses you want to assign to the private NAT gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2PrivateNatGatewayAddressCmdlet.Select"> <summary> 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.AssignPrivateNatGatewayAddressResponse). Specifying the name of a property of type Amazon.EC2.Model.AssignPrivateNatGatewayAddressResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2PrivateNatGatewayAddressCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NatGatewayId parameter. The -PassThru parameter is deprecated, use -Select '^NatGatewayId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2PrivateNatGatewayAddressCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2PublicIpv4PoolCidrCmdlet"> <summary> Provision a CIDR to a public IPv4 pool. <para> For more information about IPAM, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html">What is IPAM?</a> in the <i>Amazon VPC IPAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2PublicIpv4PoolCidrCmdlet.IpamPoolId"> <summary> <para> <para>The ID of the IPAM pool you would like to use to allocate this CIDR.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2PublicIpv4PoolCidrCmdlet.NetmaskLength"> <summary> <para> <para>The netmask length of the CIDR you would like to allocate to the public IPv4 pool.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2PublicIpv4PoolCidrCmdlet.NetworkBorderGroup"> <summary> <para> <para>The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in. Defaults to an AZ network border group. For more information on available Local Zones, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail">Local Zone availability</a> in the <i>Amazon EC2 User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2PublicIpv4PoolCidrCmdlet.PoolId"> <summary> <para> <para>The ID of the public IPv4 pool you would like to use for this CIDR.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2PublicIpv4PoolCidrCmdlet.Select"> <summary> 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.ProvisionPublicIpv4PoolCidrResponse). Specifying the name of a property of type Amazon.EC2.Model.ProvisionPublicIpv4PoolCidrResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2PublicIpv4PoolCidrCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the PoolId parameter. The -PassThru parameter is deprecated, use -Select '^PoolId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2PublicIpv4PoolCidrCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2RouteTableCmdlet"> <summary> Associates a subnet in your VPC or an internet gateway or virtual private gateway attached to your VPC with a route table in your VPC. This association causes traffic from the subnet or gateway to be routed according to the routes in the route table. The action returns an association ID, which you need in order to disassociate the route table later. A route table can be associated with multiple subnets. <para> For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html">Route tables</a> in the <i>Amazon VPC User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2RouteTableCmdlet.GatewayId"> <summary> <para> <para>The ID of the internet gateway or virtual private gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2RouteTableCmdlet.RouteTableId"> <summary> <para> <para>The ID of the route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2RouteTableCmdlet.SubnetId"> <summary> <para> <para>The ID of the subnet.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2RouteTableCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'AssociationId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.AssociateRouteTableResponse). Specifying the name of a property of type Amazon.EC2.Model.AssociateRouteTableResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2RouteTableCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the RouteTableId parameter. The -PassThru parameter is deprecated, use -Select '^RouteTableId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2RouteTableCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2SubnetCidrBlockCmdlet"> <summary> Associates a CIDR block with your subnet. You can only associate a single IPv6 CIDR block with your subnet. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2SubnetCidrBlockCmdlet.Ipv6CidrBlock"> <summary> <para> <para>The IPv6 CIDR block for your subnet.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2SubnetCidrBlockCmdlet.Ipv6IpamPoolId"> <summary> <para> <para>An IPv6 IPAM pool ID.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2SubnetCidrBlockCmdlet.Ipv6NetmaskLength"> <summary> <para> <para>An IPv6 netmask length.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2SubnetCidrBlockCmdlet.SubnetId"> <summary> <para> <para>The ID of your subnet.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2SubnetCidrBlockCmdlet.Select"> <summary> 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.AssociateSubnetCidrBlockResponse). Specifying the name of a property of type Amazon.EC2.Model.AssociateSubnetCidrBlockResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2SubnetCidrBlockCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SubnetId parameter. The -PassThru parameter is deprecated, use -Select '^SubnetId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2SubnetCidrBlockCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TransitGatewayMulticastDomainCmdlet"> <summary> Associates the specified subnets and transit gateway attachments with the specified transit gateway multicast domain. <para> The transit gateway attachment must be in the available state before you can add a resource. Use <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeTransitGatewayAttachments.html">DescribeTransitGatewayAttachments</a> to see the state of the attachment. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TransitGatewayMulticastDomainCmdlet.SubnetId"> <summary> <para> <para>The IDs of the subnets to associate with the transit gateway multicast domain.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TransitGatewayMulticastDomainCmdlet.TransitGatewayAttachmentId"> <summary> <para> <para>The ID of the transit gateway attachment to associate with the transit gateway multicast domain.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TransitGatewayMulticastDomainCmdlet.TransitGatewayMulticastDomainId"> <summary> <para> <para>The ID of the transit gateway multicast domain.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TransitGatewayMulticastDomainCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Associations'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.AssociateTransitGatewayMulticastDomainResponse). Specifying the name of a property of type Amazon.EC2.Model.AssociateTransitGatewayMulticastDomainResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TransitGatewayMulticastDomainCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayMulticastDomainId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayMulticastDomainId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TransitGatewayMulticastDomainCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TransitGatewayMulticastGroupMemberCmdlet"> <summary> Registers members (network interfaces) with the transit gateway multicast group. A member is a network interface associated with a supported EC2 instance that receives multicast traffic. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/tgw/tgw-multicast-overview.html">Multicast on transit gateways</a> in the <i>Amazon Web Services Transit Gateways Guide</i>. <para> After you add the members, use <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SearchTransitGatewayMulticastGroups.html">SearchTransitGatewayMulticastGroups</a> to verify that the members were added to the transit gateway multicast group. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TransitGatewayMulticastGroupMemberCmdlet.GroupIpAddress"> <summary> <para> <para>The IP address assigned to the transit gateway multicast group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TransitGatewayMulticastGroupMemberCmdlet.NetworkInterfaceId"> <summary> <para> <para>The group members' network interface IDs to register with the transit gateway multicast group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TransitGatewayMulticastGroupMemberCmdlet.TransitGatewayMulticastDomainId"> <summary> <para> <para>The ID of the transit gateway multicast domain.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TransitGatewayMulticastGroupMemberCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'RegisteredMulticastGroupMembers'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.RegisterTransitGatewayMulticastGroupMembersResponse). Specifying the name of a property of type Amazon.EC2.Model.RegisterTransitGatewayMulticastGroupMembersResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TransitGatewayMulticastGroupMemberCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayMulticastDomainId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayMulticastDomainId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TransitGatewayMulticastGroupMemberCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TransitGatewayMulticastGroupSourceCmdlet"> <summary> Registers sources (network interfaces) with the specified transit gateway multicast group. <para> A multicast source is a network interface attached to a supported instance that sends multicast traffic. For more information about supported instances, see <a href="https://docs.aws.amazon.com/vpc/latest/tgw/tgw-multicast-overview.html">Multicast on transit gateways</a> in the <i>Amazon Web Services Transit Gateways Guide</i>. </para><para> After you add the source, use <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SearchTransitGatewayMulticastGroups.html">SearchTransitGatewayMulticastGroups</a> to verify that the source was added to the multicast group. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TransitGatewayMulticastGroupSourceCmdlet.GroupIpAddress"> <summary> <para> <para>The IP address assigned to the transit gateway multicast group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TransitGatewayMulticastGroupSourceCmdlet.NetworkInterfaceId"> <summary> <para> <para>The group sources' network interface IDs to register with the transit gateway multicast group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TransitGatewayMulticastGroupSourceCmdlet.TransitGatewayMulticastDomainId"> <summary> <para> <para>The ID of the transit gateway multicast domain.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TransitGatewayMulticastGroupSourceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'RegisteredMulticastGroupSources'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.RegisterTransitGatewayMulticastGroupSourcesResponse). Specifying the name of a property of type Amazon.EC2.Model.RegisterTransitGatewayMulticastGroupSourcesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TransitGatewayMulticastGroupSourceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayMulticastDomainId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayMulticastDomainId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TransitGatewayMulticastGroupSourceCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TransitGatewayPolicyTableCmdlet"> <summary> Associates the specified transit gateway attachment with a transit gateway policy table. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TransitGatewayPolicyTableCmdlet.TransitGatewayAttachmentId"> <summary> <para> <para>The ID of the transit gateway attachment to associate with the policy table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TransitGatewayPolicyTableCmdlet.TransitGatewayPolicyTableId"> <summary> <para> <para>The ID of the transit gateway policy table to associate with the transit gateway attachment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TransitGatewayPolicyTableCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Association'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.AssociateTransitGatewayPolicyTableResponse). Specifying the name of a property of type Amazon.EC2.Model.AssociateTransitGatewayPolicyTableResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TransitGatewayRouteTableCmdlet"> <summary> Associates the specified attachment with the specified transit gateway route table. You can associate only one route table with an attachment. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TransitGatewayRouteTableCmdlet.TransitGatewayAttachmentId"> <summary> <para> <para>The ID of the attachment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TransitGatewayRouteTableCmdlet.TransitGatewayRouteTableId"> <summary> <para> <para>The ID of the transit gateway route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TransitGatewayRouteTableCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Association'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.AssociateTransitGatewayRouteTableResponse). Specifying the name of a property of type Amazon.EC2.Model.AssociateTransitGatewayRouteTableResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TransitGatewayRouteTableCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayRouteTableId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayRouteTableId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TransitGatewayRouteTableCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TrunkInterfaceCmdlet"> <summary> Associates a branch network interface with a trunk network interface. <para> Before you create the association, use <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateNetworkInterface.html">CreateNetworkInterface</a> command and set the interface type to <c>trunk</c>. You must also create a network interface for each branch network interface that you want to associate with the trunk network interface. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TrunkInterfaceCmdlet.BranchInterfaceId"> <summary> <para> <para>The ID of the branch network interface.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TrunkInterfaceCmdlet.GreKey"> <summary> <para> <para>The application key. This applies to the GRE protocol.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TrunkInterfaceCmdlet.TrunkInterfaceId"> <summary> <para> <para>The ID of the trunk network interface.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TrunkInterfaceCmdlet.VlanId"> <summary> <para> <para>The ID of the VLAN. This applies to the VLAN protocol.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TrunkInterfaceCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TrunkInterfaceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InterfaceAssociation'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.AssociateTrunkInterfaceResponse). Specifying the name of a property of type Amazon.EC2.Model.AssociateTrunkInterfaceResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2TrunkInterfaceCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2VpcCidrBlockCmdlet"> <summary> Associates a CIDR block with your VPC. You can associate a secondary IPv4 CIDR block, an Amazon-provided IPv6 CIDR block, or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (<a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html">BYOIP</a>). <para> You must specify one of the following in the request: an IPv4 CIDR block, an IPv6 pool, or an Amazon-provided IPv6 CIDR block. </para><para> For more information about associating CIDR blocks with your VPC and applicable restrictions, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-ip-addressing.html">IP addressing for your VPCs and subnets</a> in the <i>Amazon VPC User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2VpcCidrBlockCmdlet.AmazonProvidedIpv6CidrBlock"> <summary> <para> <para>Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IPv6 addresses or the size of the CIDR block.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2VpcCidrBlockCmdlet.CidrBlock"> <summary> <para> <para>An IPv4 CIDR block to associate with the VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2VpcCidrBlockCmdlet.Ipv4IpamPoolId"> <summary> <para> <para>Associate a CIDR allocated from an IPv4 IPAM pool to a VPC. For more information about Amazon VPC IP Address Manager (IPAM), see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html">What is IPAM?</a> in the <i>Amazon VPC IPAM User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2VpcCidrBlockCmdlet.Ipv4NetmaskLength"> <summary> <para> <para>The netmask length of the IPv4 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool. For more information about IPAM, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html">What is IPAM?</a> in the <i>Amazon VPC IPAM User Guide</i>. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2VpcCidrBlockCmdlet.Ipv6CidrBlock"> <summary> <para> <para>An IPv6 CIDR block from the IPv6 address pool. You must also specify <c>Ipv6Pool</c> in the request.</para><para>To let Amazon choose the IPv6 CIDR block for you, omit this parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2VpcCidrBlockCmdlet.Ipv6CidrBlockNetworkBorderGroup"> <summary> <para> <para>The name of the location from which we advertise the IPV6 CIDR block. Use this parameter to limit the CIDR block to this location.</para><para> You must set <c>AmazonProvidedIpv6CidrBlock</c> to <c>true</c> to use this parameter.</para><para> You can have one IPv6 CIDR block association per network border group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2VpcCidrBlockCmdlet.Ipv6IpamPoolId"> <summary> <para> <para>Associates a CIDR allocated from an IPv6 IPAM pool to a VPC. For more information about Amazon VPC IP Address Manager (IPAM), see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html">What is IPAM?</a> in the <i>Amazon VPC IPAM User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2VpcCidrBlockCmdlet.Ipv6NetmaskLength"> <summary> <para> <para>The netmask length of the IPv6 CIDR you would like to associate from an Amazon VPC IP Address Manager (IPAM) pool. For more information about IPAM, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html">What is IPAM?</a> in the <i>Amazon VPC IPAM User Guide</i>. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2VpcCidrBlockCmdlet.Ipv6Pool"> <summary> <para> <para>The ID of an IPv6 address pool from which to allocate the IPv6 CIDR block.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2VpcCidrBlockCmdlet.VpcId"> <summary> <para> <para>The ID of the VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2VpcCidrBlockCmdlet.Select"> <summary> 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.AssociateVpcCidrBlockResponse). Specifying the name of a property of type Amazon.EC2.Model.AssociateVpcCidrBlockResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2VpcCidrBlockCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RegisterEC2VpcCidrBlockCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2AddressCmdlet"> <summary> Releases the specified Elastic IP address. <para> [Default VPC] Releasing an Elastic IP address automatically disassociates it from any instance that it's associated with. To disassociate an Elastic IP address without releasing it, use <a>DisassociateAddress</a>. </para><para> [Nondefault VPC] You must use <a>DisassociateAddress</a> to disassociate the Elastic IP address before you can release it. Otherwise, Amazon EC2 returns an error (<c>InvalidIPAddress.InUse</c>). </para><para> After releasing an Elastic IP address, it is released to the IP address pool. Be sure to update your DNS records and any servers or devices that communicate with the address. If you attempt to release an Elastic IP address that you already released, you'll get an <c>AuthFailure</c> error if the address is already allocated to another Amazon Web Services account. </para><para> After you release an Elastic IP address, you might be able to recover it. For more information, see <a>AllocateAddress</a>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2AddressCmdlet.AllocationId"> <summary> <para> <para>The allocation ID. This parameter is required.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2AddressCmdlet.NetworkBorderGroup"> <summary> <para> <para>The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses.</para><para>If you provide an incorrect network border group, you receive an <c>InvalidAddress.NotFound</c> error.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2AddressCmdlet.PublicIp"> <summary> <para> <para>Deprecated.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2AddressCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ReleaseAddressResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2AddressCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the PublicIp parameter. The -PassThru parameter is deprecated, use -Select '^PublicIp' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2AddressCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2CapacityReservationCmdlet"> <summary> Cancels the specified Capacity Reservation, releases the reserved capacity, and changes the Capacity Reservation's state to <c>cancelled</c>. <para> Instances running in the reserved capacity continue running until you stop them. Stopped instances that target the Capacity Reservation can no longer launch. Modify these instances to either target a different Capacity Reservation, launch On-Demand Instance capacity, or run in any open Capacity Reservation that has matching attributes and sufficient capacity. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2CapacityReservationCmdlet.CapacityReservationId"> <summary> <para> <para>The ID of the Capacity Reservation to be cancelled.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2CapacityReservationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CancelCapacityReservationResponse). Specifying the name of a property of type Amazon.EC2.Model.CancelCapacityReservationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2CapacityReservationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the CapacityReservationId parameter. The -PassThru parameter is deprecated, use -Select '^CapacityReservationId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2CapacityReservationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2CarrierGatewayCmdlet"> <summary> Deletes a carrier gateway. <important><para> If you do not delete the route that contains the carrier gateway as the Target, the route is a blackhole route. For information about how to delete a route, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DeleteRoute.html">DeleteRoute</a>. </para></important> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2CarrierGatewayCmdlet.CarrierGatewayId"> <summary> <para> <para>The ID of the carrier gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2CarrierGatewayCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'CarrierGateway'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteCarrierGatewayResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteCarrierGatewayResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2CarrierGatewayCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the CarrierGatewayId parameter. The -PassThru parameter is deprecated, use -Select '^CarrierGatewayId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2CarrierGatewayCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2ClientVpnEndpointCmdlet"> <summary> Deletes the specified Client VPN endpoint. You must disassociate all target networks before you can delete a Client VPN endpoint. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2ClientVpnEndpointCmdlet.ClientVpnEndpointId"> <summary> <para> <para>The ID of the Client VPN to be deleted.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2ClientVpnEndpointCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Status'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteClientVpnEndpointResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteClientVpnEndpointResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2ClientVpnEndpointCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ClientVpnEndpointId parameter. The -PassThru parameter is deprecated, use -Select '^ClientVpnEndpointId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2ClientVpnEndpointCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2ClientVpnRouteCmdlet"> <summary> Deletes a route from a Client VPN endpoint. You can only delete routes that you manually added using the <b>CreateClientVpnRoute</b> action. You cannot delete routes that were automatically added when associating a subnet. To remove routes that have been automatically added, disassociate the target subnet from the Client VPN endpoint. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2ClientVpnRouteCmdlet.ClientVpnEndpointId"> <summary> <para> <para>The ID of the Client VPN endpoint from which the route is to be deleted.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2ClientVpnRouteCmdlet.DestinationCidrBlock"> <summary> <para> <para>The IPv4 address range, in CIDR notation, of the route to be deleted.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2ClientVpnRouteCmdlet.TargetVpcSubnetId"> <summary> <para> <para>The ID of the target subnet used by the route.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2ClientVpnRouteCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Status'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteClientVpnRouteResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteClientVpnRouteResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2ClientVpnRouteCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ClientVpnEndpointId parameter. The -PassThru parameter is deprecated, use -Select '^ClientVpnEndpointId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2ClientVpnRouteCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2CoipCidrCmdlet"> <summary> Deletes a range of customer-owned IP addresses. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2CoipCidrCmdlet.Cidr"> <summary> <para> <para> A customer-owned IP address range that you want to delete. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2CoipCidrCmdlet.CoipPoolId"> <summary> <para> <para> The ID of the customer-owned address pool. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2CoipCidrCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'CoipCidr'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteCoipCidrResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteCoipCidrResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2CoipCidrCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the CoipPoolId parameter. The -PassThru parameter is deprecated, use -Select '^CoipPoolId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2CoipCidrCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2CoipPoolCmdlet"> <summary> Deletes a pool of customer-owned IP (CoIP) addresses. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2CoipPoolCmdlet.CoipPoolId"> <summary> <para> <para>The ID of the CoIP pool that you want to delete. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2CoipPoolCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'CoipPool'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteCoipPoolResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteCoipPoolResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2CoipPoolCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the CoipPoolId parameter. The -PassThru parameter is deprecated, use -Select '^CoipPoolId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2CoipPoolCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2CustomerGatewayCmdlet"> <summary> Deletes the specified customer gateway. You must delete the VPN connection before you can delete the customer gateway. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2CustomerGatewayCmdlet.CustomerGatewayId"> <summary> <para> <para>The ID of the customer gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2CustomerGatewayCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteCustomerGatewayResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2CustomerGatewayCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the CustomerGatewayId parameter. The -PassThru parameter is deprecated, use -Select '^CustomerGatewayId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2CustomerGatewayCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2DhcpOptionCmdlet"> <summary> Deletes the specified set of DHCP options. You must disassociate the set of DHCP options before you can delete it. You can disassociate the set of DHCP options by associating either a new set of options or the default set of options with the VPC. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2DhcpOptionCmdlet.DhcpOptionsId"> <summary> <para> <para>The ID of the DHCP options set.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2DhcpOptionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteDhcpOptionsResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2DhcpOptionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the DhcpOptionsId parameter. The -PassThru parameter is deprecated, use -Select '^DhcpOptionsId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2DhcpOptionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2EgressOnlyInternetGatewayCmdlet"> <summary> Deletes an egress-only internet gateway. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2EgressOnlyInternetGatewayCmdlet.EgressOnlyInternetGatewayId"> <summary> <para> <para>The ID of the egress-only internet gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2EgressOnlyInternetGatewayCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ReturnCode'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteEgressOnlyInternetGatewayResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteEgressOnlyInternetGatewayResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2EgressOnlyInternetGatewayCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2EndpointConnectionNotificationCmdlet"> <summary> Deletes the specified VPC endpoint connection notifications. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2EndpointConnectionNotificationCmdlet.ConnectionNotificationId"> <summary> <para> <para>The IDs of the notifications.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2EndpointConnectionNotificationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Unsuccessful'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteVpcEndpointConnectionNotificationsResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteVpcEndpointConnectionNotificationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2EndpointConnectionNotificationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ConnectionNotificationId parameter. The -PassThru parameter is deprecated, use -Select '^ConnectionNotificationId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2EndpointConnectionNotificationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2EndpointServiceConfigurationCmdlet"> <summary> Deletes the specified VPC endpoint service configurations. Before you can delete an endpoint service configuration, you must reject any <c>Available</c> or <c>PendingAcceptance</c> interface endpoint connections that are attached to the service. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2EndpointServiceConfigurationCmdlet.ServiceId"> <summary> <para> <para>The IDs of the services.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2EndpointServiceConfigurationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Unsuccessful'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteVpcEndpointServiceConfigurationsResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteVpcEndpointServiceConfigurationsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2EndpointServiceConfigurationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ServiceId parameter. The -PassThru parameter is deprecated, use -Select '^ServiceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2EndpointServiceConfigurationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2FleetCmdlet"> <summary> Deletes the specified EC2 Fleets. <para> After you delete an EC2 Fleet, it launches no new instances. </para><para> You must also specify whether a deleted EC2 Fleet should terminate its instances. If you choose to terminate the instances, the EC2 Fleet enters the <c>deleted_terminating</c> state. Otherwise, the EC2 Fleet enters the <c>deleted_running</c> state, and the instances continue to run until they are interrupted or you terminate them manually. </para><para> For <c>instant</c> fleets, EC2 Fleet must terminate the instances when the fleet is deleted. Up to 1000 instances can be terminated in a single request to delete <c>instant</c> fleets. A deleted <c>instant</c> fleet with running instances is not supported. </para><para><b>Restrictions</b></para><ul><li><para> You can delete up to 25 fleets of type <c>instant</c> in a single request. </para></li><li><para> You can delete up to 100 fleets of type <c>maintain</c> or <c>request</c> in a single request. </para></li><li><para> You can delete up to 125 fleets in a single request, provided you do not exceed the quota for each fleet type, as specified above. </para></li><li><para> If you exceed the specified number of fleets to delete, no fleets are deleted. </para></li></ul><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-ec2-fleet.html#delete-fleet">Delete an EC2 Fleet</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2FleetCmdlet.FleetId"> <summary> <para> <para>The IDs of the EC2 Fleets.</para><para>Constraints: In a single request, you can specify up to 25 <c>instant</c> fleet IDs and up to 100 <c>maintain</c> or <c>request</c> fleet IDs. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2FleetCmdlet.TerminateInstance"> <summary> <para> <para>Indicates whether to terminate the associated instances when the EC2 Fleet is deleted. The default is to terminate the instances.</para><para>To let the instances continue to run after the EC2 Fleet is deleted, specify <c>no-terminate-instances</c>. Supported only for fleets of type <c>maintain</c> and <c>request</c>.</para><para>For <c>instant</c> fleets, you cannot specify <c>NoTerminateInstances</c>. A deleted <c>instant</c> fleet with running instances is not supported.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2FleetCmdlet.Select"> <summary> 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.DeleteFleetsResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteFleetsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2FleetCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the FleetId parameter. The -PassThru parameter is deprecated, use -Select '^FleetId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2FleetCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2FlowLogCmdlet"> <summary> Deletes one or more flow logs. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2FlowLogCmdlet.FlowLogId"> <summary> <para> <para>One or more flow log IDs.</para><para>Constraint: Maximum of 1000 flow log IDs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2FlowLogCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Unsuccessful'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteFlowLogsResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteFlowLogsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2FlowLogCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the FlowLogId parameter. The -PassThru parameter is deprecated, use -Select '^FlowLogId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2FlowLogCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2FpgaImageCmdlet"> <summary> Deletes the specified Amazon FPGA Image (AFI). </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2FpgaImageCmdlet.FpgaImageId"> <summary> <para> <para>The ID of the AFI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2FpgaImageCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteFpgaImageResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteFpgaImageResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2FpgaImageCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the FpgaImageId parameter. The -PassThru parameter is deprecated, use -Select '^FpgaImageId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2FpgaImageCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2HostCmdlet"> <summary> When you no longer want to use an On-Demand Dedicated Host it can be released. On-Demand billing is stopped and the host goes into <c>released</c> state. The host ID of Dedicated Hosts that have been released can no longer be specified in another request, for example, to modify the host. You must stop or terminate all instances on a host before it can be released. <para> When Dedicated Hosts are released, it may take some time for them to stop counting toward your limit and you may receive capacity errors when trying to allocate new Dedicated Hosts. Wait a few minutes and then try again. </para><para> Released hosts still appear in a <a>DescribeHosts</a> response. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2HostCmdlet.HostId"> <summary> <para> <para>The IDs of the Dedicated Hosts to release.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2HostCmdlet.Select"> <summary> 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.ReleaseHostsResponse). Specifying the name of a property of type Amazon.EC2.Model.ReleaseHostsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2HostCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the HostId parameter. The -PassThru parameter is deprecated, use -Select '^HostId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2HostCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2InstanceCmdlet"> <summary> Shuts down the specified instances. This operation is idempotent; if you terminate an instance more than once, each call succeeds. <para> If you specify multiple instances and the request fails (for example, because of a single incorrect instance ID), none of the instances are terminated. </para><para> If you terminate multiple instances across multiple Availability Zones, and one or more of the specified instances are enabled for termination protection, the request fails with the following results: </para><ul><li><para> The specified instances that are in the same Availability Zone as the protected instance are not terminated. </para></li><li><para> The specified instances that are in different Availability Zones, where no other specified instances are protected, are successfully terminated. </para></li></ul><para> For example, say you have the following instances: </para><ul><li><para> Instance A: <c>us-east-1a</c>; Not protected </para></li><li><para> Instance B: <c>us-east-1a</c>; Not protected </para></li><li><para> Instance C: <c>us-east-1b</c>; Protected </para></li><li><para> Instance D: <c>us-east-1b</c>; not protected </para></li></ul><para> If you attempt to terminate all of these instances in the same request, the request reports failure with the following results: </para><ul><li><para> Instance A and Instance B are successfully terminated because none of the specified instances in <c>us-east-1a</c> are enabled for termination protection. </para></li><li><para> Instance C and Instance D fail to terminate because at least one of the specified instances in <c>us-east-1b</c> (Instance C) is enabled for termination protection. </para></li></ul><para> Terminated instances remain visible after termination (for approximately one hour). </para><para> By default, Amazon EC2 deletes all EBS volumes that were attached when the instance launched. Volumes attached after instance launch continue running. </para><para> You can stop, start, and terminate EBS-backed instances. You can only terminate instance store-backed instances. What happens to an instance differs if you stop it or terminate it. For example, when you stop an instance, the root device and any other devices attached to the instance persist. When you terminate an instance, any attached EBS volumes with the <c>DeleteOnTermination</c> block device mapping parameter set to <c>true</c> are automatically deleted. For more information about the differences between stopping and terminating instances, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html">Instance lifecycle</a> in the <i>Amazon EC2 User Guide</i>. </para><para> For more information about troubleshooting, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesShuttingDown.html">Troubleshooting terminating your instance</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2InstanceCmdlet.InstanceId"> <summary> <para> <para>The IDs of the instances.</para><para>Constraints: Up to 1000 instance IDs. We recommend breaking up this request into smaller batches.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2InstanceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TerminatingInstances'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.TerminateInstancesResponse). Specifying the name of a property of type Amazon.EC2.Model.TerminateInstancesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2InstanceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2InstanceCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2InstanceConnectEndpointCmdlet"> <summary> Deletes the specified EC2 Instance Connect Endpoint. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2InstanceConnectEndpointCmdlet.InstanceConnectEndpointId"> <summary> <para> <para>The ID of the EC2 Instance Connect Endpoint to delete.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2InstanceConnectEndpointCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InstanceConnectEndpoint'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteInstanceConnectEndpointResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteInstanceConnectEndpointResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2InstanceConnectEndpointCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceConnectEndpointId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceConnectEndpointId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2InstanceConnectEndpointCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2InstanceEventWindowCmdlet"> <summary> Deletes the specified event window. <para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/event-windows.html">Define event windows for scheduled events</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2InstanceEventWindowCmdlet.ForceDelete"> <summary> <para> <para>Specify <c>true</c> to force delete the event window. Use the force delete parameter if the event window is currently associated with targets.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2InstanceEventWindowCmdlet.InstanceEventWindowId"> <summary> <para> <para>The ID of the event window.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2InstanceEventWindowCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InstanceEventWindowState'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteInstanceEventWindowResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteInstanceEventWindowResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2InstanceEventWindowCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceEventWindowId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceEventWindowId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2InstanceEventWindowCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2InternetGatewayCmdlet"> <summary> Deletes the specified internet gateway. You must detach the internet gateway from the VPC before you can delete it. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2InternetGatewayCmdlet.InternetGatewayId"> <summary> <para> <para>The ID of the internet gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2InternetGatewayCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteInternetGatewayResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2InternetGatewayCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InternetGatewayId parameter. The -PassThru parameter is deprecated, use -Select '^InternetGatewayId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2InternetGatewayCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamCmdlet"> <summary> Delete an IPAM. Deleting an IPAM removes all monitored data associated with the IPAM including the historical data for CIDRs. <para> For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/delete-ipam.html">Delete an IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamCmdlet.Cascade"> <summary> <para> <para>Enables you to quickly delete an IPAM, private scopes, pools in private scopes, and any allocations in the pools in private scopes. You cannot delete the IPAM with this option if there is a pool in your public scope. If you use this option, IPAM does the following:</para><ul><li><para>Deallocates any CIDRs allocated to VPC resources (such as VPCs) in pools in private scopes.</para><note><para>No VPC resources are deleted as a result of enabling this option. The CIDR associated with the resource will no longer be allocated from an IPAM pool, but the CIDR itself will remain unchanged.</para></note></li><li><para>Deprovisions all IPv4 CIDRs provisioned to IPAM pools in private scopes.</para></li><li><para>Deletes all IPAM pools in private scopes.</para></li><li><para>Deletes all non-default private scopes in the IPAM.</para></li><li><para>Deletes the default public and private scopes and the IPAM.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamCmdlet.IpamId"> <summary> <para> <para>The ID of the IPAM to delete.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Ipam'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteIpamResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteIpamResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the IpamId parameter. The -PassThru parameter is deprecated, use -Select '^IpamId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamByoasnCmdlet"> <summary> Deprovisions your Autonomous System Number (ASN) from your Amazon Web Services account. This action can only be called after any BYOIP CIDR associations are removed from your Amazon Web Services account with <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DisassociateIpamByoasn.html">DisassociateIpamByoasn</a>. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/tutorials-byoasn.html">Tutorial: Bring your ASN to IPAM</a> in the <i>Amazon VPC IPAM guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamByoasnCmdlet.Asn"> <summary> <para> <para>An ASN.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamByoasnCmdlet.IpamId"> <summary> <para> <para>The IPAM ID.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamByoasnCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Byoasn'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeprovisionIpamByoasnResponse). Specifying the name of a property of type Amazon.EC2.Model.DeprovisionIpamByoasnResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamByoasnCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Asn parameter. The -PassThru parameter is deprecated, use -Select '^Asn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamByoasnCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamPoolCmdlet"> <summary> Delete an IPAM pool. <note><para> You cannot delete an IPAM pool if there are allocations in it or CIDRs provisioned to it. To release allocations, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ReleaseIpamPoolAllocation.html">ReleaseIpamPoolAllocation</a>. To deprovision pool CIDRs, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DeprovisionIpamPoolCidr.html">DeprovisionIpamPoolCidr</a>. </para></note><para> For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/delete-pool-ipam.html">Delete a pool</a> in the <i>Amazon VPC IPAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamPoolCmdlet.Cascade"> <summary> <para> <para>Enables you to quickly delete an IPAM pool and all resources within that pool, including provisioned CIDRs, allocations, and other pools.</para><important><para>You can only use this option to delete pools in the private scope or pools in the public scope with a source resource. A source resource is a resource used to provision CIDRs to a resource planning pool.</para></important> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamPoolCmdlet.IpamPoolId"> <summary> <para> <para>The ID of the pool to delete.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamPoolCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'IpamPool'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteIpamPoolResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteIpamPoolResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamPoolCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the IpamPoolId parameter. The -PassThru parameter is deprecated, use -Select '^IpamPoolId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamPoolCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamPoolAllocationCmdlet"> <summary> Release an allocation within an IPAM pool. The Region you use should be the IPAM pool locale. The locale is the Amazon Web Services Region where this IPAM pool is available for allocations. You can only use this action to release manual allocations. To remove an allocation for a resource without deleting the resource, set its monitored state to false using <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyIpamResourceCidr.html">ModifyIpamResourceCidr</a>. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/release-alloc-ipam.html">Release an allocation</a> in the <i>Amazon VPC IPAM User Guide</i>. <note><para> All EC2 API actions follow an <a href="https://docs.aws.amazon.com/ec2/latest/devguide/eventual-consistency.html">eventual consistency</a> model. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamPoolAllocationCmdlet.Cidr"> <summary> <para> <para>The CIDR of the allocation you want to release.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamPoolAllocationCmdlet.IpamPoolAllocationId"> <summary> <para> <para>The ID of the allocation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamPoolAllocationCmdlet.IpamPoolId"> <summary> <para> <para>The ID of the IPAM pool which contains the allocation you want to release.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamPoolAllocationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Success'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ReleaseIpamPoolAllocationResponse). Specifying the name of a property of type Amazon.EC2.Model.ReleaseIpamPoolAllocationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamPoolAllocationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the IpamPoolId parameter. The -PassThru parameter is deprecated, use -Select '^IpamPoolId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamPoolAllocationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamResourceDiscoveryCmdlet"> <summary> Deletes an IPAM resource discovery. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamResourceDiscoveryCmdlet.IpamResourceDiscoveryId"> <summary> <para> <para>The IPAM resource discovery ID.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamResourceDiscoveryCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'IpamResourceDiscovery'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteIpamResourceDiscoveryResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteIpamResourceDiscoveryResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamResourceDiscoveryCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the IpamResourceDiscoveryId parameter. The -PassThru parameter is deprecated, use -Select '^IpamResourceDiscoveryId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamResourceDiscoveryCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamScopeCmdlet"> <summary> Delete the scope for an IPAM. You cannot delete the default scopes. <para> For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/delete-scope-ipam.html">Delete a scope</a> in the <i>Amazon VPC IPAM User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamScopeCmdlet.IpamScopeId"> <summary> <para> <para>The ID of the scope to delete.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamScopeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'IpamScope'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteIpamScopeResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteIpamScopeResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamScopeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the IpamScopeId parameter. The -PassThru parameter is deprecated, use -Select '^IpamScopeId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2IpamScopeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2KeyPairCmdlet"> <summary> Deletes the specified key pair, by removing the public key from Amazon EC2. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2KeyPairCmdlet.KeyName"> <summary> <para> <para>The name of the key pair.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2KeyPairCmdlet.KeyPairId"> <summary> <para> <para>The ID of the key pair.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2KeyPairCmdlet.Select"> <summary> 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.DeleteKeyPairResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteKeyPairResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2KeyPairCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the KeyName parameter. The -PassThru parameter is deprecated, use -Select '^KeyName' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2KeyPairCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2LaunchTemplateCmdlet"> <summary> Deletes a launch template. Deleting a launch template deletes all of its versions. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2LaunchTemplateCmdlet.LaunchTemplateId"> <summary> <para> <para>The ID of the launch template.</para><para>You must specify either the launch template ID or the launch template name, but not both.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2LaunchTemplateCmdlet.LaunchTemplateName"> <summary> <para> <para>The name of the launch template.</para><para>You must specify either the launch template ID or the launch template name, but not both.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2LaunchTemplateCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'LaunchTemplate'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteLaunchTemplateResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteLaunchTemplateResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2LaunchTemplateCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2LocalGatewayRouteCmdlet"> <summary> Deletes the specified route from the specified local gateway route table. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2LocalGatewayRouteCmdlet.DestinationCidrBlock"> <summary> <para> <para>The CIDR range for the route. This must match the CIDR for the route exactly.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2LocalGatewayRouteCmdlet.DestinationPrefixListId"> <summary> <para> <para> Use a prefix list in place of <c>DestinationCidrBlock</c>. You cannot use <c>DestinationPrefixListId</c> and <c>DestinationCidrBlock</c> in the same request. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2LocalGatewayRouteCmdlet.LocalGatewayRouteTableId"> <summary> <para> <para>The ID of the local gateway route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2LocalGatewayRouteCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Route'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteLocalGatewayRouteResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteLocalGatewayRouteResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2LocalGatewayRouteCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the LocalGatewayRouteTableId parameter. The -PassThru parameter is deprecated, use -Select '^LocalGatewayRouteTableId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2LocalGatewayRouteCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2LocalGatewayRouteTableCmdlet"> <summary> Deletes a local gateway route table. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2LocalGatewayRouteTableCmdlet.LocalGatewayRouteTableId"> <summary> <para> <para> The ID of the local gateway route table. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2LocalGatewayRouteTableCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'LocalGatewayRouteTable'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteLocalGatewayRouteTableResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteLocalGatewayRouteTableResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2LocalGatewayRouteTableCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the LocalGatewayRouteTableId parameter. The -PassThru parameter is deprecated, use -Select '^LocalGatewayRouteTableId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2LocalGatewayRouteTableCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociationCmdlet"> <summary> Deletes a local gateway route table virtual interface group association. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociationCmdlet.LocalGatewayRouteTableVirtualInterfaceGroupAssociationId"> <summary> <para> <para> The ID of the local gateway route table virtual interface group association. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'LocalGatewayRouteTableVirtualInterfaceGroupAssociation'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the LocalGatewayRouteTableVirtualInterfaceGroupAssociationId parameter. The -PassThru parameter is deprecated, use -Select '^LocalGatewayRouteTableVirtualInterfaceGroupAssociationId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2LocalGatewayRouteTableVpcAssociationCmdlet"> <summary> Deletes the specified association between a VPC and local gateway route table. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2LocalGatewayRouteTableVpcAssociationCmdlet.LocalGatewayRouteTableVpcAssociationId"> <summary> <para> <para>The ID of the association.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2LocalGatewayRouteTableVpcAssociationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'LocalGatewayRouteTableVpcAssociation'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteLocalGatewayRouteTableVpcAssociationResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteLocalGatewayRouteTableVpcAssociationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2LocalGatewayRouteTableVpcAssociationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the LocalGatewayRouteTableVpcAssociationId parameter. The -PassThru parameter is deprecated, use -Select '^LocalGatewayRouteTableVpcAssociationId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2LocalGatewayRouteTableVpcAssociationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2ManagedPrefixListCmdlet"> <summary> Deletes the specified managed prefix list. You must first remove all references to the prefix list in your resources. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2ManagedPrefixListCmdlet.PrefixListId"> <summary> <para> <para>The ID of the prefix list.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2ManagedPrefixListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'PrefixList'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteManagedPrefixListResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteManagedPrefixListResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2ManagedPrefixListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the PrefixListId parameter. The -PassThru parameter is deprecated, use -Select '^PrefixListId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2ManagedPrefixListCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NatGatewayCmdlet"> <summary> Deletes the specified NAT gateway. Deleting a public NAT gateway disassociates its Elastic IP address, but does not release the address from your account. Deleting a NAT gateway does not delete any NAT gateway routes in your route tables. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NatGatewayCmdlet.NatGatewayId"> <summary> <para> <para>The ID of the NAT gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NatGatewayCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'NatGatewayId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteNatGatewayResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteNatGatewayResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NatGatewayCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NatGatewayId parameter. The -PassThru parameter is deprecated, use -Select '^NatGatewayId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NatGatewayCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkAclCmdlet"> <summary> Deletes the specified network ACL. You can't delete the ACL if it's associated with any subnets. You can't delete the default network ACL. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkAclCmdlet.NetworkAclId"> <summary> <para> <para>The ID of the network ACL.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkAclCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteNetworkAclResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkAclCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NetworkAclId parameter. The -PassThru parameter is deprecated, use -Select '^NetworkAclId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkAclCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkAclEntryCmdlet"> <summary> Deletes the specified ingress or egress entry (rule) from the specified network ACL. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkAclEntryCmdlet.Egress"> <summary> <para> <para>Indicates whether the rule is an egress rule.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkAclEntryCmdlet.NetworkAclId"> <summary> <para> <para>The ID of the network ACL.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkAclEntryCmdlet.RuleNumber"> <summary> <para> <para>The rule number of the entry to delete.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkAclEntryCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteNetworkAclEntryResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkAclEntryCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NetworkAclId parameter. The -PassThru parameter is deprecated, use -Select '^NetworkAclId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkAclEntryCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkInsightsAccessScopeCmdlet"> <summary> Deletes the specified Network Access Scope. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkInsightsAccessScopeCmdlet.NetworkInsightsAccessScopeId"> <summary> <para> <para>The ID of the Network Access Scope.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkInsightsAccessScopeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'NetworkInsightsAccessScopeId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteNetworkInsightsAccessScopeResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteNetworkInsightsAccessScopeResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkInsightsAccessScopeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NetworkInsightsAccessScopeId parameter. The -PassThru parameter is deprecated, use -Select '^NetworkInsightsAccessScopeId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkInsightsAccessScopeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkInsightsAccessScopeAnalysisCmdlet"> <summary> Deletes the specified Network Access Scope analysis. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkInsightsAccessScopeAnalysisCmdlet.NetworkInsightsAccessScopeAnalysisId"> <summary> <para> <para>The ID of the Network Access Scope analysis.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkInsightsAccessScopeAnalysisCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'NetworkInsightsAccessScopeAnalysisId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteNetworkInsightsAccessScopeAnalysisResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteNetworkInsightsAccessScopeAnalysisResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkInsightsAccessScopeAnalysisCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NetworkInsightsAccessScopeAnalysisId parameter. The -PassThru parameter is deprecated, use -Select '^NetworkInsightsAccessScopeAnalysisId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkInsightsAccessScopeAnalysisCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkInsightsAnalysisCmdlet"> <summary> Deletes the specified network insights analysis. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkInsightsAnalysisCmdlet.NetworkInsightsAnalysisId"> <summary> <para> <para>The ID of the network insights analysis.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkInsightsAnalysisCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'NetworkInsightsAnalysisId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteNetworkInsightsAnalysisResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteNetworkInsightsAnalysisResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkInsightsAnalysisCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NetworkInsightsAnalysisId parameter. The -PassThru parameter is deprecated, use -Select '^NetworkInsightsAnalysisId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkInsightsAnalysisCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkInsightsPathCmdlet"> <summary> Deletes the specified path. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkInsightsPathCmdlet.NetworkInsightsPathId"> <summary> <para> <para>The ID of the path.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkInsightsPathCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'NetworkInsightsPathId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteNetworkInsightsPathResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteNetworkInsightsPathResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkInsightsPathCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NetworkInsightsPathId parameter. The -PassThru parameter is deprecated, use -Select '^NetworkInsightsPathId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkInsightsPathCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkInterfaceCmdlet"> <summary> Deletes the specified network interface. You must detach the network interface before you can delete it. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkInterfaceCmdlet.NetworkInterfaceId"> <summary> <para> <para>The ID of the network interface.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkInterfaceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteNetworkInterfaceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkInterfaceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NetworkInterfaceId parameter. The -PassThru parameter is deprecated, use -Select '^NetworkInterfaceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkInterfaceCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkInterfacePermissionCmdlet"> <summary> Deletes a permission for a network interface. By default, you cannot delete the permission if the account for which you're removing the permission has attached the network interface to an instance. However, you can force delete the permission, regardless of any attachment. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkInterfacePermissionCmdlet.IgnoreAttachedStatus"> <summary> <para> <para>Specify <c>true</c> to remove the permission even if the network interface is attached to an instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkInterfacePermissionCmdlet.NetworkInterfacePermissionId"> <summary> <para> <para>The ID of the network interface permission.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkInterfacePermissionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteNetworkInterfacePermissionResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteNetworkInterfacePermissionResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkInterfacePermissionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NetworkInterfacePermissionId parameter. The -PassThru parameter is deprecated, use -Select '^NetworkInterfacePermissionId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2NetworkInterfacePermissionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2PlacementGroupCmdlet"> <summary> Deletes the specified placement group. You must terminate all instances in the placement group before you can delete the placement group. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/placement-groups.html">Placement groups</a> in the <i>Amazon EC2 User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2PlacementGroupCmdlet.GroupName"> <summary> <para> <para>The name of the placement group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2PlacementGroupCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeletePlacementGroupResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2PlacementGroupCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GroupName parameter. The -PassThru parameter is deprecated, use -Select '^GroupName' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2PlacementGroupCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2PublicIpv4PoolCmdlet"> <summary> Delete a public IPv4 pool. A public IPv4 pool is an EC2 IP address pool required for the public IPv4 CIDRs that you own and bring to Amazon Web Services to manage with IPAM. IPv6 addresses you bring to Amazon Web Services, however, use IPAM pools only. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2PublicIpv4PoolCmdlet.NetworkBorderGroup"> <summary> <para> <para>The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in. Defaults to an AZ network border group. For more information on available Local Zones, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail">Local Zone availability</a> in the <i>Amazon EC2 User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2PublicIpv4PoolCmdlet.PoolId"> <summary> <para> <para>The ID of the public IPv4 pool you want to delete.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2PublicIpv4PoolCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ReturnValue'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeletePublicIpv4PoolResponse). Specifying the name of a property of type Amazon.EC2.Model.DeletePublicIpv4PoolResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2PublicIpv4PoolCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the PoolId parameter. The -PassThru parameter is deprecated, use -Select '^PoolId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2PublicIpv4PoolCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2QueuedReservedInstanceCmdlet"> <summary> Deletes the queued purchases for the specified Reserved Instances. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2QueuedReservedInstanceCmdlet.ReservedInstancesId"> <summary> <para> <para>The IDs of the Reserved Instances.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2QueuedReservedInstanceCmdlet.Select"> <summary> 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.DeleteQueuedReservedInstancesResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteQueuedReservedInstancesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2QueuedReservedInstanceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ReservedInstancesId parameter. The -PassThru parameter is deprecated, use -Select '^ReservedInstancesId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2QueuedReservedInstanceCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2RouteCmdlet"> <summary> Deletes the specified route from the specified route table. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2RouteCmdlet.DestinationCidrBlock"> <summary> <para> <para>The IPv4 CIDR range for the route. The value you specify must match the CIDR for the route exactly.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2RouteCmdlet.DestinationIpv6CidrBlock"> <summary> <para> <para>The IPv6 CIDR range for the route. The value you specify must match the CIDR for the route exactly.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2RouteCmdlet.DestinationPrefixListId"> <summary> <para> <para>The ID of the prefix list for the route.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2RouteCmdlet.RouteTableId"> <summary> <para> <para>The ID of the route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2RouteCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteRouteResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2RouteCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the RouteTableId parameter. The -PassThru parameter is deprecated, use -Select '^RouteTableId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2RouteCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2RouteTableCmdlet"> <summary> Deletes the specified route table. You must disassociate the route table from any subnets before you can delete it. You can't delete the main route table. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2RouteTableCmdlet.RouteTableId"> <summary> <para> <para>The ID of the route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2RouteTableCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteRouteTableResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2RouteTableCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the RouteTableId parameter. The -PassThru parameter is deprecated, use -Select '^RouteTableId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2RouteTableCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2SecurityGroupCmdlet"> <summary> Deletes a security group. <para> If you attempt to delete a security group that is associated with an instance or network interface or is referenced by another security group, the operation fails with <c>DependencyViolation</c>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2SecurityGroupCmdlet.GroupId"> <summary> <para> <para>The ID of the security group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2SecurityGroupCmdlet.GroupName"> <summary> <para> <para>[Default VPC] The name of the security group. You can specify either the security group name or the security group ID. For security groups in a nondefault VPC, you must specify the security group ID.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2SecurityGroupCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteSecurityGroupResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2SecurityGroupCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GroupId parameter. The -PassThru parameter is deprecated, use -Select '^GroupId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2SecurityGroupCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2SnapshotCmdlet"> <summary> Deletes the specified snapshot. <para> When you make periodic snapshots of a volume, the snapshots are incremental, and only the blocks on the device that have changed since your last snapshot are saved in the new snapshot. When you delete a snapshot, only the data not needed for any other snapshot is removed. So regardless of which prior snapshots have been deleted, all active snapshots will have access to all the information needed to restore the volume. </para><para> You cannot delete a snapshot of the root device of an EBS volume used by a registered AMI. You must first de-register the AMI before you can delete the snapshot. </para><para> For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-deleting-snapshot.html">Delete an Amazon EBS snapshot</a> in the <i>Amazon EBS User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2SnapshotCmdlet.SnapshotId"> <summary> <para> <para>The ID of the EBS snapshot.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2SnapshotCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteSnapshotResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2SnapshotCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SnapshotId parameter. The -PassThru parameter is deprecated, use -Select '^SnapshotId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2SnapshotCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2SpotDatafeedSubscriptionCmdlet"> <summary> Deletes the data feed for Spot Instances. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2SpotDatafeedSubscriptionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteSpotDatafeedSubscriptionResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2SpotDatafeedSubscriptionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2SubnetCmdlet"> <summary> Deletes the specified subnet. You must terminate all running instances in the subnet before you can delete the subnet. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2SubnetCmdlet.SubnetId"> <summary> <para> <para>The ID of the subnet.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2SubnetCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteSubnetResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2SubnetCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SubnetId parameter. The -PassThru parameter is deprecated, use -Select '^SubnetId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2SubnetCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2SubnetCidrReservationCmdlet"> <summary> Deletes a subnet CIDR reservation. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2SubnetCidrReservationCmdlet.SubnetCidrReservationId"> <summary> <para> <para>The ID of the subnet CIDR reservation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2SubnetCidrReservationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'DeletedSubnetCidrReservation'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteSubnetCidrReservationResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteSubnetCidrReservationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2SubnetCidrReservationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SubnetCidrReservationId parameter. The -PassThru parameter is deprecated, use -Select '^SubnetCidrReservationId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2SubnetCidrReservationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TagCmdlet"> <summary> Deletes the specified set of tags from the specified set of resources. <para> To list the current tags, use <a>DescribeTags</a>. For more information about tags, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html">Tag your Amazon EC2 resources</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TagCmdlet.Resource"> <summary> <para> <para>The IDs of the resources, separated by spaces.</para><para>Constraints: Up to 1000 resource IDs. We recommend breaking up this request into smaller batches.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TagCmdlet.Tag"> <summary> <para> <para>The tags to delete. Specify a tag key and an optional tag value to delete specific tags. If you specify a tag key without a tag value, we delete any tag with this key regardless of its value. If you specify a tag key with an empty string as the tag value, we delete the tag only if its value is an empty string.</para><para>If you omit this parameter, we delete all user-defined tags for the specified resources. We do not delete Amazon Web Services-generated tags (tags that have the <c>aws:</c> prefix).</para><para>Constraints: Up to 1000 tags.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TagCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteTagsResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TagCmdlet.PassThru"> <summary> Returns the collection of Tag objects that were deleted The -PassThru parameter is deprecated, use -Select instead. This parameter will be removed in future </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TagCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TemplateVersionCmdlet"> <summary> Deletes one or more versions of a launch template. <para> You can't delete the default version of a launch template; you must first assign a different version as the default. If the default version is the only version for the launch template, you must delete the entire launch template using <a>DeleteLaunchTemplate</a>. </para><para> You can delete up to 200 launch template versions in a single request. To delete more than 200 versions in a single request, use <a>DeleteLaunchTemplate</a>, which deletes the launch template and all of its versions. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-launch-template-versions.html#delete-launch-template-version">Delete a launch template version</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TemplateVersionCmdlet.LaunchTemplateId"> <summary> <para> <para>The ID of the launch template.</para><para>You must specify either the launch template ID or the launch template name, but not both.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TemplateVersionCmdlet.LaunchTemplateName"> <summary> <para> <para>The name of the launch template.</para><para>You must specify either the launch template ID or the launch template name, but not both.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TemplateVersionCmdlet.Version"> <summary> <para> <para>The version numbers of one or more launch template versions to delete. You can specify up to 200 launch template version numbers.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TemplateVersionCmdlet.Select"> <summary> 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.DeleteLaunchTemplateVersionsResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteLaunchTemplateVersionsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TemplateVersionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TrafficMirrorFilterCmdlet"> <summary> Deletes the specified Traffic Mirror filter. <para> You cannot delete a Traffic Mirror filter that is in use by a Traffic Mirror session. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TrafficMirrorFilterCmdlet.TrafficMirrorFilterId"> <summary> <para> <para>The ID of the Traffic Mirror filter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TrafficMirrorFilterCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TrafficMirrorFilterId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteTrafficMirrorFilterResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteTrafficMirrorFilterResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TrafficMirrorFilterCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TrafficMirrorFilterId parameter. The -PassThru parameter is deprecated, use -Select '^TrafficMirrorFilterId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TrafficMirrorFilterCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TrafficMirrorFilterRuleCmdlet"> <summary> Deletes the specified Traffic Mirror rule. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TrafficMirrorFilterRuleCmdlet.TrafficMirrorFilterRuleId"> <summary> <para> <para>The ID of the Traffic Mirror rule.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TrafficMirrorFilterRuleCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TrafficMirrorFilterRuleId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteTrafficMirrorFilterRuleResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteTrafficMirrorFilterRuleResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TrafficMirrorFilterRuleCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TrafficMirrorFilterRuleId parameter. The -PassThru parameter is deprecated, use -Select '^TrafficMirrorFilterRuleId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TrafficMirrorFilterRuleCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TrafficMirrorSessionCmdlet"> <summary> Deletes the specified Traffic Mirror session. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TrafficMirrorSessionCmdlet.TrafficMirrorSessionId"> <summary> <para> <para>The ID of the Traffic Mirror session.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TrafficMirrorSessionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TrafficMirrorSessionId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteTrafficMirrorSessionResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteTrafficMirrorSessionResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TrafficMirrorSessionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TrafficMirrorSessionId parameter. The -PassThru parameter is deprecated, use -Select '^TrafficMirrorSessionId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TrafficMirrorSessionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TrafficMirrorTargetCmdlet"> <summary> Deletes the specified Traffic Mirror target. <para> You cannot delete a Traffic Mirror target that is in use by a Traffic Mirror session. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TrafficMirrorTargetCmdlet.TrafficMirrorTargetId"> <summary> <para> <para>The ID of the Traffic Mirror target.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TrafficMirrorTargetCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TrafficMirrorTargetId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteTrafficMirrorTargetResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteTrafficMirrorTargetResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TrafficMirrorTargetCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TrafficMirrorTargetId parameter. The -PassThru parameter is deprecated, use -Select '^TrafficMirrorTargetId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TrafficMirrorTargetCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayCmdlet"> <summary> Deletes the specified transit gateway. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayCmdlet.TransitGatewayId"> <summary> <para> <para>The ID of the transit gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGateway'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteTransitGatewayResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteTransitGatewayResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayConnectCmdlet"> <summary> Deletes the specified Connect attachment. You must first delete any Connect peers for the attachment. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayConnectCmdlet.TransitGatewayAttachmentId"> <summary> <para> <para>The ID of the Connect attachment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayConnectCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayConnect'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteTransitGatewayConnectResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteTransitGatewayConnectResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayConnectCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayAttachmentId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayAttachmentId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayConnectCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayConnectPeerCmdlet"> <summary> Deletes the specified Connect peer. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayConnectPeerCmdlet.TransitGatewayConnectPeerId"> <summary> <para> <para>The ID of the Connect peer.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayConnectPeerCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayConnectPeer'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteTransitGatewayConnectPeerResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteTransitGatewayConnectPeerResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayConnectPeerCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayConnectPeerId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayConnectPeerId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayConnectPeerCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayMulticastDomainCmdlet"> <summary> Deletes the specified transit gateway multicast domain. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayMulticastDomainCmdlet.TransitGatewayMulticastDomainId"> <summary> <para> <para>The ID of the transit gateway multicast domain.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayMulticastDomainCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayMulticastDomain'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteTransitGatewayMulticastDomainResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteTransitGatewayMulticastDomainResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayMulticastDomainCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayMulticastDomainId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayMulticastDomainId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayMulticastDomainCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayPeeringAttachmentCmdlet"> <summary> Deletes a transit gateway peering attachment. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayPeeringAttachmentCmdlet.TransitGatewayAttachmentId"> <summary> <para> <para>The ID of the transit gateway peering attachment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayPeeringAttachmentCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayPeeringAttachment'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteTransitGatewayPeeringAttachmentResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteTransitGatewayPeeringAttachmentResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayPeeringAttachmentCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayAttachmentId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayAttachmentId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayPeeringAttachmentCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayPolicyTableCmdlet"> <summary> Deletes the specified transit gateway policy table. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayPolicyTableCmdlet.TransitGatewayPolicyTableId"> <summary> <para> <para>The transit gateway policy table to delete.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayPolicyTableCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayPolicyTable'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteTransitGatewayPolicyTableResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteTransitGatewayPolicyTableResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayPolicyTableCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayPolicyTableId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayPolicyTableId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayPolicyTableCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayPrefixListReferenceCmdlet"> <summary> Deletes a reference (route) to a prefix list in a specified transit gateway route table. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayPrefixListReferenceCmdlet.PrefixListId"> <summary> <para> <para>The ID of the prefix list.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayPrefixListReferenceCmdlet.TransitGatewayRouteTableId"> <summary> <para> <para>The ID of the route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayPrefixListReferenceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayPrefixListReference'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteTransitGatewayPrefixListReferenceResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteTransitGatewayPrefixListReferenceResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayPrefixListReferenceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayRouteTableId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayRouteTableId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayPrefixListReferenceCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayRouteCmdlet"> <summary> Deletes the specified route from the specified transit gateway route table. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayRouteCmdlet.DestinationCidrBlock"> <summary> <para> <para>The CIDR range for the route. This must match the CIDR for the route exactly.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayRouteCmdlet.TransitGatewayRouteTableId"> <summary> <para> <para>The ID of the transit gateway route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayRouteCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Route'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteTransitGatewayRouteResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteTransitGatewayRouteResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayRouteCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayRouteTableId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayRouteTableId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayRouteCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayRouteTableCmdlet"> <summary> Deletes the specified transit gateway route table. If there are any route tables associated with the transit gateway route table, you must first run <a>DisassociateRouteTable</a> before you can delete the transit gateway route table. This removes any route tables associated with the transit gateway route table. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayRouteTableCmdlet.TransitGatewayRouteTableId"> <summary> <para> <para>The ID of the transit gateway route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayRouteTableCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayRouteTable'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteTransitGatewayRouteTableResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteTransitGatewayRouteTableResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayRouteTableCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayRouteTableId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayRouteTableId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayRouteTableCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayRouteTableAnnouncementCmdlet"> <summary> Advertises to the transit gateway that a transit gateway route table is deleted. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayRouteTableAnnouncementCmdlet.TransitGatewayRouteTableAnnouncementId"> <summary> <para> <para>The transit gateway route table ID that's being deleted. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayRouteTableAnnouncementCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayRouteTableAnnouncement'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteTransitGatewayRouteTableAnnouncementResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteTransitGatewayRouteTableAnnouncementResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayRouteTableAnnouncementCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayRouteTableAnnouncementId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayRouteTableAnnouncementId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayRouteTableAnnouncementCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayVpcAttachmentCmdlet"> <summary> Deletes the specified VPC attachment. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayVpcAttachmentCmdlet.TransitGatewayAttachmentId"> <summary> <para> <para>The ID of the attachment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayVpcAttachmentCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TransitGatewayVpcAttachment'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteTransitGatewayVpcAttachmentResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteTransitGatewayVpcAttachmentResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayVpcAttachmentCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayAttachmentId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayAttachmentId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2TransitGatewayVpcAttachmentCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VerifiedAccessEndpointCmdlet"> <summary> Delete an Amazon Web Services Verified Access endpoint. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VerifiedAccessEndpointCmdlet.VerifiedAccessEndpointId"> <summary> <para> <para>The ID of the Verified Access endpoint.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VerifiedAccessEndpointCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VerifiedAccessEndpointCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VerifiedAccessEndpoint'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteVerifiedAccessEndpointResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteVerifiedAccessEndpointResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VerifiedAccessEndpointCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VerifiedAccessEndpointId parameter. The -PassThru parameter is deprecated, use -Select '^VerifiedAccessEndpointId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VerifiedAccessEndpointCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VerifiedAccessGroupCmdlet"> <summary> Delete an Amazon Web Services Verified Access group. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VerifiedAccessGroupCmdlet.VerifiedAccessGroupId"> <summary> <para> <para>The ID of the Verified Access group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VerifiedAccessGroupCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VerifiedAccessGroupCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VerifiedAccessGroup'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteVerifiedAccessGroupResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteVerifiedAccessGroupResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VerifiedAccessGroupCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VerifiedAccessGroupId parameter. The -PassThru parameter is deprecated, use -Select '^VerifiedAccessGroupId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VerifiedAccessGroupCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VerifiedAccessInstanceCmdlet"> <summary> Delete an Amazon Web Services Verified Access instance. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VerifiedAccessInstanceCmdlet.VerifiedAccessInstanceId"> <summary> <para> <para>The ID of the Verified Access instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VerifiedAccessInstanceCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VerifiedAccessInstanceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VerifiedAccessInstance'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteVerifiedAccessInstanceResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteVerifiedAccessInstanceResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VerifiedAccessInstanceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VerifiedAccessInstanceId parameter. The -PassThru parameter is deprecated, use -Select '^VerifiedAccessInstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VerifiedAccessInstanceCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VerifiedAccessTrustProviderCmdlet"> <summary> Delete an Amazon Web Services Verified Access trust provider. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VerifiedAccessTrustProviderCmdlet.VerifiedAccessTrustProviderId"> <summary> <para> <para>The ID of the Verified Access trust provider.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VerifiedAccessTrustProviderCmdlet.ClientToken"> <summary> <para> <para>A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VerifiedAccessTrustProviderCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VerifiedAccessTrustProvider'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteVerifiedAccessTrustProviderResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteVerifiedAccessTrustProviderResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VerifiedAccessTrustProviderCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VerifiedAccessTrustProviderId parameter. The -PassThru parameter is deprecated, use -Select '^VerifiedAccessTrustProviderId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VerifiedAccessTrustProviderCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VolumeCmdlet"> <summary> Deletes the specified EBS volume. The volume must be in the <c>available</c> state (not attached to an instance). <para> The volume can remain in the <c>deleting</c> state for several minutes. </para><para> For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-deleting-volume.html">Delete an Amazon EBS volume</a> in the <i>Amazon EBS User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VolumeCmdlet.VolumeId"> <summary> <para> <para>The ID of the volume.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VolumeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteVolumeResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VolumeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VolumeId parameter. The -PassThru parameter is deprecated, use -Select '^VolumeId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VolumeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VpcCmdlet"> <summary> Deletes the specified VPC. You must detach or delete all gateways and resources that are associated with the VPC before you can delete it. For example, you must terminate all instances running in the VPC, delete all security groups associated with the VPC (except the default one), delete all route tables associated with the VPC (except the default one), and so on. When you delete the VPC, it deletes the VPC's default security group, network ACL, and route table. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VpcCmdlet.VpcId"> <summary> <para> <para>The ID of the VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VpcCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteVpcResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VpcCmdlet.PassThru"> <summary> 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. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VpcCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VpcEndpointCmdlet"> <summary> Deletes the specified VPC endpoints. <para> When you delete a gateway endpoint, we delete the endpoint routes in the route tables for the endpoint. </para><para> When you delete a Gateway Load Balancer endpoint, we delete its endpoint network interfaces. You can only delete Gateway Load Balancer endpoints when the routes that are associated with the endpoint are deleted. </para><para> When you delete an interface endpoint, we delete its endpoint network interfaces. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VpcEndpointCmdlet.VpcEndpointId"> <summary> <para> <para>The IDs of the VPC endpoints.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VpcEndpointCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Unsuccessful'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteVpcEndpointsResponse). Specifying the name of a property of type Amazon.EC2.Model.DeleteVpcEndpointsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VpcEndpointCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VpcEndpointId parameter. The -PassThru parameter is deprecated, use -Select '^VpcEndpointId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VpcEndpointCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VpcPeeringConnectionCmdlet"> <summary> Deletes a VPC peering connection. Either the owner of the requester VPC or the owner of the accepter VPC can delete the VPC peering connection if it's in the <c>active</c> state. The owner of the requester VPC can delete a VPC peering connection in the <c>pending-acceptance</c> state. You cannot delete a VPC peering connection that's in the <c>failed</c> or <c>rejected</c> state. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VpcPeeringConnectionCmdlet.VpcPeeringConnectionId"> <summary> <para> <para>The ID of the VPC peering connection.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VpcPeeringConnectionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteVpcPeeringConnectionResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VpcPeeringConnectionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VpcPeeringConnectionId parameter. The -PassThru parameter is deprecated, use -Select '^VpcPeeringConnectionId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VpcPeeringConnectionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VpnConnectionCmdlet"> <summary> Deletes the specified VPN connection. <para> If you're deleting the VPC and its associated components, we recommend that you detach the virtual private gateway from the VPC and delete the VPC before deleting the VPN connection. If you believe that the tunnel credentials for your VPN connection have been compromised, you can delete the VPN connection and create a new one that has new keys, without needing to delete the VPC or virtual private gateway. If you create a new VPN connection, you must reconfigure the customer gateway device using the new configuration information returned with the new VPN connection ID. </para><para> For certificate-based authentication, delete all Certificate Manager (ACM) private certificates used for the Amazon Web Services-side tunnel endpoints for the VPN connection before deleting the VPN connection. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VpnConnectionCmdlet.VpnConnectionId"> <summary> <para> <para>The ID of the VPN connection.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VpnConnectionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteVpnConnectionResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VpnConnectionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VpnConnectionId parameter. The -PassThru parameter is deprecated, use -Select '^VpnConnectionId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VpnConnectionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VpnConnectionRouteCmdlet"> <summary> Deletes the specified static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. The static route allows traffic to be routed from the virtual private gateway to the VPN customer gateway. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VpnConnectionRouteCmdlet.DestinationCidrBlock"> <summary> <para> <para>The CIDR block associated with the local subnet of the customer network.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VpnConnectionRouteCmdlet.VpnConnectionId"> <summary> <para> <para>The ID of the VPN connection.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VpnConnectionRouteCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteVpnConnectionRouteResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VpnConnectionRouteCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VpnConnectionId parameter. The -PassThru parameter is deprecated, use -Select '^VpnConnectionId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VpnConnectionRouteCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VpnGatewayCmdlet"> <summary> Deletes the specified virtual private gateway. You must first detach the virtual private gateway from the VPC. Note that you don't need to delete the virtual private gateway if you plan to delete and recreate the VPN connection between your VPC and your network. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VpnGatewayCmdlet.VpnGatewayId"> <summary> <para> <para>The ID of the virtual private gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VpnGatewayCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeleteVpnGatewayResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VpnGatewayCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VpnGatewayId parameter. The -PassThru parameter is deprecated, use -Select '^VpnGatewayId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RemoveEC2VpnGatewayCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet"> <summary> Creates a Spot Fleet request. <para> The Spot Fleet request specifies the total target capacity and the On-Demand target capacity. Amazon EC2 calculates the difference between the total capacity and On-Demand capacity, and launches the difference as Spot capacity. </para><para> You can submit a single request that includes multiple launch specifications that vary by instance type, AMI, Availability Zone, or subnet. </para><para> By default, the Spot Fleet requests Spot Instances in the Spot Instance pool where the price per unit is the lowest. Each launch specification can include its own instance weighting that reflects the value of the instance type to your application workload. </para><para> Alternatively, you can specify that the Spot Fleet distribute the target capacity across the Spot pools included in its launch specifications. By ensuring that the Spot Instances in your Spot Fleet are in different Spot pools, you can improve the availability of your fleet. </para><para> You can specify tags for the Spot Fleet request and instances launched by the fleet. You cannot tag other resource types in a Spot Fleet request because only the <c>spot-fleet-request</c> and <c>instance</c> resource types are supported. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-requests.html">Spot Fleet requests</a> in the <i>Amazon EC2 User Guide</i>. </para><important><para> We strongly discourage using the RequestSpotFleet API because it is a legacy API with no planned investment. For options for requesting Spot Instances, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-best-practices.html#which-spot-request-method-to-use">Which is the best Spot request method to use?</a> in the <i>Amazon EC2 User Guide</i>. </para></important> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.SpotFleetRequestConfig_AllocationStrategy"> <summary> <para> <para>The strategy that determines how to allocate the target Spot Instance capacity across the Spot Instance pools specified by the Spot Fleet launch configuration. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-allocation-strategy.html">Allocation strategies for Spot Instances</a> in the <i>Amazon EC2 User Guide</i>.</para><dl><dt>priceCapacityOptimized (recommended)</dt><dd><para>Spot Fleet identifies the pools with the highest capacity availability for the number of instances that are launching. This means that we will request Spot Instances from the pools that we believe have the lowest chance of interruption in the near term. Spot Fleet then requests Spot Instances from the lowest priced of these pools.</para></dd><dt>capacityOptimized</dt><dd><para>Spot Fleet identifies the pools with the highest capacity availability for the number of instances that are launching. This means that we will request Spot Instances from the pools that we believe have the lowest chance of interruption in the near term. To give certain instance types a higher chance of launching first, use <c>capacityOptimizedPrioritized</c>. Set a priority for each instance type by using the <c>Priority</c> parameter for <c>LaunchTemplateOverrides</c>. You can assign the same priority to different <c>LaunchTemplateOverrides</c>. EC2 implements the priorities on a best-effort basis, but optimizes for capacity first. <c>capacityOptimizedPrioritized</c> is supported only if your Spot Fleet uses a launch template. Note that if the <c>OnDemandAllocationStrategy</c> is set to <c>prioritized</c>, the same priority is applied when fulfilling On-Demand capacity.</para></dd><dt>diversified</dt><dd><para>Spot Fleet requests instances from all of the Spot Instance pools that you specify.</para></dd><dt>lowestPrice (not recommended)</dt><dd><important><para>We don't recommend the <c>lowestPrice</c> allocation strategy because it has the highest risk of interruption for your Spot Instances.</para></important><para>Spot Fleet requests instances from the lowest priced Spot Instance pool that has available capacity. If the lowest priced pool doesn't have available capacity, the Spot Instances come from the next lowest priced pool that has available capacity. If a pool runs out of capacity before fulfilling your desired capacity, Spot Fleet will continue to fulfill your request by drawing from the next lowest priced pool. To ensure that your desired capacity is met, you might receive Spot Instances from several pools. Because this strategy only considers instance price and not capacity availability, it might lead to high interruption rates.</para></dd></dl><para>Default: <c>lowestPrice</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.ClassicLoadBalancersConfig_ClassicLoadBalancer"> <summary> <para> <para>One or more Classic Load Balancers.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.SpotFleetRequestConfig_ClientToken"> <summary> <para> <para>A unique, case-sensitive identifier that you provide to ensure the idempotency of your listings. This helps to avoid duplicate listings. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.SpotFleetRequestConfig_Context"> <summary> <para> <para>Reserved.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.SpotFleetRequestConfig_ExcessCapacityTerminationPolicy"> <summary> <para> <para>Indicates whether running instances should be terminated if you decrease the target capacity of the Spot Fleet request below the current size of the Spot Fleet.</para><para>Supported only for fleets of type <c>maintain</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.SpotFleetRequestConfig_FulfilledCapacity"> <summary> <para> <para>The number of units fulfilled by this request compared to the set target capacity. You cannot set this value.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.SpotFleetRequestConfig_IamFleetRole"> <summary> <para> <para>The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that grants the Spot Fleet the permission to request, launch, terminate, and tag instances on your behalf. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-requests.html#spot-fleet-prerequisites">Spot Fleet prerequisites</a> in the <i>Amazon EC2 User Guide</i>. Spot Fleet can terminate Spot Instances on your behalf when you cancel its Spot Fleet request using <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CancelSpotFleetRequests">CancelSpotFleetRequests</a> or when the Spot Fleet request expires, if you set <c>TerminateInstancesWithExpiration</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.SpotFleetRequestConfig_InstanceInterruptionBehavior"> <summary> <para> <para>The behavior when a Spot Instance is interrupted. The default is <c>terminate</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.SpotFleetRequestConfig_InstancePoolsToUseCount"> <summary> <para> <para>The number of Spot pools across which to allocate your target Spot capacity. Valid only when Spot <b>AllocationStrategy</b> is set to <c>lowest-price</c>. Spot Fleet selects the cheapest Spot pools and evenly allocates your target Spot capacity across the number of Spot pools that you specify.</para><para>Note that Spot Fleet attempts to draw Spot Instances from the number of pools that you specify on a best effort basis. If a pool runs out of Spot capacity before fulfilling your target capacity, Spot Fleet will continue to fulfill your request by drawing from the next cheapest pool. To ensure that your target capacity is met, you might receive Spot Instances from more than the number of pools that you specified. Similarly, if most of the pools have no Spot capacity, you might receive your full target capacity from fewer than the number of pools that you specified.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.SpotFleetRequestConfig_LaunchSpecification"> <summary> <para> <para>The launch specifications for the Spot Fleet request. If you specify <c>LaunchSpecifications</c>, you can't specify <c>LaunchTemplateConfigs</c>. If you include On-Demand capacity in your request, you must use <c>LaunchTemplateConfigs</c>.</para><note><para>If an AMI specified in a launch specification is deregistered or disabled, no new instances can be launched from the AMI. For fleets of type <c>maintain</c>, the target capacity will not be maintained.</para></note> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.SpotFleetRequestConfig_LaunchTemplateConfig"> <summary> <para> <para>The launch template and overrides. If you specify <c>LaunchTemplateConfigs</c>, you can't specify <c>LaunchSpecifications</c>. If you include On-Demand capacity in your request, you must use <c>LaunchTemplateConfigs</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.SpotFleetRequestConfig_OnDemandAllocationStrategy"> <summary> <para> <para>The order of the launch template overrides to use in fulfilling On-Demand capacity. If you specify <c>lowestPrice</c>, Spot Fleet uses price to determine the order, launching the lowest price first. If you specify <c>prioritized</c>, Spot Fleet uses the priority that you assign to each Spot Fleet launch template override, launching the highest priority first. If you do not specify a value, Spot Fleet defaults to <c>lowestPrice</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.SpotFleetRequestConfig_OnDemandFulfilledCapacity"> <summary> <para> <para>The number of On-Demand units fulfilled by this request compared to the set target On-Demand capacity.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.SpotFleetRequestConfig_OnDemandMaxTotalPrice"> <summary> <para> <para>The maximum amount per hour for On-Demand Instances that you're willing to pay. You can use the <c>onDemandMaxTotalPrice</c> parameter, the <c>spotMaxTotalPrice</c> parameter, or both parameters to ensure that your fleet cost does not exceed your budget. If you set a maximum price per hour for the On-Demand Instances and Spot Instances in your request, Spot Fleet will launch instances until it reaches the maximum amount you're willing to pay. When the maximum amount you're willing to pay is reached, the fleet stops launching instances even if it hasn’t met the target capacity.</para><note><para>If your fleet includes T instances that are configured as <c>unlimited</c>, and if their average CPU usage exceeds the baseline utilization, you will incur a charge for surplus credits. The <c>onDemandMaxTotalPrice</c> does not account for surplus credits, and, if you use surplus credits, your final cost might be higher than what you specified for <c>onDemandMaxTotalPrice</c>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-unlimited-mode-concepts.html#unlimited-mode-surplus-credits">Surplus credits can incur charges</a> in the <i>Amazon EC2 User Guide</i>.</para></note> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.SpotFleetRequestConfig_OnDemandTargetCapacity"> <summary> <para> <para>The number of On-Demand units to request. You can choose to set the target capacity in terms of instances or a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is <c>maintain</c>, you can specify a target capacity of 0 and add capacity later.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.CapacityRebalance_ReplacementStrategy"> <summary> <para> <para>The replacement strategy to use. Only available for fleets of type <c>maintain</c>.</para><para><c>launch</c> - Spot Fleet launches a new replacement Spot Instance when a rebalance notification is emitted for an existing Spot Instance in the fleet. Spot Fleet does not terminate the instances that receive a rebalance notification. You can terminate the old instances, or you can leave them running. You are charged for all instances while they are running. </para><para><c>launch-before-terminate</c> - Spot Fleet launches a new replacement Spot Instance when a rebalance notification is emitted for an existing Spot Instance in the fleet, and then, after a delay that you specify (in <c>TerminationDelay</c>), terminates the instances that received a rebalance notification.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.SpotFleetRequestConfig_ReplaceUnhealthyInstance"> <summary> <para> <para>Indicates whether Spot Fleet should replace unhealthy instances.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.SpotFleetRequestConfig_SpotMaxTotalPrice"> <summary> <para> <para>The maximum amount per hour for Spot Instances that you're willing to pay. You can use the <c>spotMaxTotalPrice</c> parameter, the <c>onDemandMaxTotalPrice</c> parameter, or both parameters to ensure that your fleet cost does not exceed your budget. If you set a maximum price per hour for the On-Demand Instances and Spot Instances in your request, Spot Fleet will launch instances until it reaches the maximum amount you're willing to pay. When the maximum amount you're willing to pay is reached, the fleet stops launching instances even if it hasn’t met the target capacity.</para><note><para>If your fleet includes T instances that are configured as <c>unlimited</c>, and if their average CPU usage exceeds the baseline utilization, you will incur a charge for surplus credits. The <c>spotMaxTotalPrice</c> does not account for surplus credits, and, if you use surplus credits, your final cost might be higher than what you specified for <c>spotMaxTotalPrice</c>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances-unlimited-mode-concepts.html#unlimited-mode-surplus-credits">Surplus credits can incur charges</a> in the <i>Amazon EC2 User Guide</i>.</para></note> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.SpotFleetRequestConfig_SpotPrice"> <summary> <para> <para>The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.</para><important><para>If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.</para></important> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.SpotFleetRequestConfig_TagSpecification"> <summary> <para> <para>The key-value pair for tagging the Spot Fleet request on creation. The value for <c>ResourceType</c> must be <c>spot-fleet-request</c>, otherwise the Spot Fleet request fails. To tag instances at launch, specify the tags in the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html#create-launch-template">launch template</a> (valid only if you use <c>LaunchTemplateConfigs</c>) or in the <c><a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SpotFleetTagSpecification.html">SpotFleetTagSpecification</a></c> (valid only if you use <c>LaunchSpecifications</c>). For information about tagging after launch, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#tag-resources">Tag your resources</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.SpotFleetRequestConfig_TargetCapacity"> <summary> <para> <para>The number of units to request for the Spot Fleet. You can choose to set the target capacity in terms of instances or a performance characteristic that is important to your application workload, such as vCPUs, memory, or I/O. If the request type is <c>maintain</c>, you can specify a target capacity of 0 and add capacity later.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.SpotFleetRequestConfig_TargetCapacityUnitType"> <summary> <para> <para>The unit for the target capacity. You can specify this parameter only when using attribute-based instance type selection.</para><para>Default: <c>units</c> (the number of instances)</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.TargetGroupsConfig_TargetGroup"> <summary> <para> <para>One or more target groups.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.SpotFleetRequestConfig_TerminateInstancesWithExpiration"> <summary> <para> <para>Indicates whether running Spot Instances are terminated when the Spot Fleet request expires.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.CapacityRebalance_TerminationDelay"> <summary> <para> <para>The amount of time (in seconds) that Amazon EC2 waits before terminating the old Spot Instance after launching a new replacement Spot Instance.</para><para>Required when <c>ReplacementStrategy</c> is set to <c>launch-before-terminate</c>.</para><para>Not valid when <c>ReplacementStrategy</c> is set to <c>launch</c>.</para><para>Valid values: Minimum value of <c>120</c> seconds. Maximum value of <c>7200</c> seconds.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.SpotFleetRequestConfig_Type"> <summary> <para> <para>The type of request. Indicates whether the Spot Fleet only requests the target capacity or also attempts to maintain it. When this value is <c>request</c>, the Spot Fleet only places the required requests. It does not attempt to replenish Spot Instances if capacity is diminished, nor does it submit requests in alternative Spot pools if capacity is not available. When this value is <c>maintain</c>, the Spot Fleet maintains the target capacity. The Spot Fleet places the required requests to meet capacity and automatically replenishes any interrupted instances. Default: <c>maintain</c>. <c>instant</c> is listed but is not used by Spot Fleet.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.SpotFleetRequestConfig_UtcValidFrom"> <summary> <para> <para>The start date and time of the request, in UTC format (<i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z). By default, Amazon EC2 starts fulfilling the request immediately.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.SpotFleetRequestConfig_UtcValidUntil"> <summary> <para> <para>The end date and time of the request, in UTC format (<i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z). After the end date and time, no new Spot Instance requests are placed or able to fulfill the request. If no value is specified, the Spot Fleet request remains until you cancel it.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.SpotFleetRequestConfig_ValidFrom"> <summary> <para> <para>This property is deprecated. Setting this property results in non-UTC DateTimes not being marshalled correctly. Use ValidFromUtc instead. Setting either ValidFrom or ValidFromUtc results in both ValidFrom and ValidFromUtc being assigned, the latest assignment to either one of the two property is reflected in the value of both. ValidFrom is provided for backwards compatibility only and assigning a non-Utc DateTime to it results in the wrong timestamp being passed to the service.</para><para>The start date and time of the request, in UTC format (<i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z). By default, Amazon EC2 starts fulfilling the request immediately.</para> </para> <para>This parameter is deprecated.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.SpotFleetRequestConfig_ValidUntil"> <summary> <para> <para>This property is deprecated. Setting this property results in non-UTC DateTimes not being marshalled correctly. Use ValidUntilUtc instead. Setting either ValidUntil or ValidUntilUtc results in both ValidUntil and ValidUntilUtc being assigned, the latest assignment to either one of the two property is reflected in the value of both. ValidUntil is provided for backwards compatibility only and assigning a non-Utc DateTime to it results in the wrong timestamp being passed to the service.</para><para>The end date and time of the request, in UTC format (<i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z). After the end date and time, no new Spot Instance requests are placed or able to fulfill the request. If no value is specified, the Spot Fleet request remains until you cancel it.</para> </para> <para>This parameter is deprecated.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.Select"> <summary> 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.RequestSpotFleetResponse). Specifying the name of a property of type Amazon.EC2.Model.RequestSpotFleetResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SpotFleetRequestConfig_SpotPrice parameter. The -PassThru parameter is deprecated, use -Select '^SpotFleetRequestConfig_SpotPrice' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotFleetCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet"> <summary> Creates a Spot Instance request. <para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-requests.html">Work with Spot Instance</a> in the <i>Amazon EC2 User Guide</i>. </para><important><para> We strongly discourage using the RequestSpotInstances API because it is a legacy API with no planned investment. For options for requesting Spot Instances, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-best-practices.html#which-spot-request-method-to-use">Which is the best Spot request method to use?</a> in the <i>Amazon EC2 User Guide</i>. </para></important> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.LaunchSpecification_AddressingType"> <summary> <para> <para>Deprecated.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.LaunchSpecification_AllSecurityGroup"> <summary> <para> <para>The IDs of the security groups.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.IamInstanceProfile_Arn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the instance profile.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.Placement_AvailabilityZone"> <summary> <para> <para>The Availability Zone.</para><para>[Spot Fleet only] To specify multiple Availability Zones, separate them using commas; for example, "us-west-2a, us-west-2b".</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.AvailabilityZoneGroup"> <summary> <para> <para>The user-specified name for a logical grouping of requests.</para><para>When you specify an Availability Zone group in a Spot Instance request, all Spot Instances in the request are launched in the same Availability Zone. Instance proximity is maintained with this parameter, but the choice of Availability Zone is not. The group applies only to requests for Spot Instances of the same instance type. Any additional Spot Instance requests that are specified with the same Availability Zone group name are launched in that same Availability Zone, as long as at least one instance from the group is still active.</para><para>If there is no active instance running in the Availability Zone group that you specify for a new Spot Instance request (all instances are terminated, the request is expired, or the maximum price you specified falls below current Spot price), then Amazon EC2 launches the instance in any Availability Zone where the constraint can be met. Consequently, the subsequent set of Spot Instances could be placed in a different zone from the original request, even if you specified the same Availability Zone group.</para><para>Default: Instances are launched in any available Availability Zone.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.LaunchSpecification_BlockDeviceMapping"> <summary> <para> <para>The block device mapping entries.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.BlockDurationMinute"> <summary> <para> <para>Deprecated.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.LaunchSpecification_EbsOptimized"> <summary> <para> <para>Indicates whether the instance is optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS Optimized instance.</para><para>Default: <c>false</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.Placement_GroupName"> <summary> <para> <para>The name of the placement group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.LaunchSpecification_ImageId"> <summary> <para> <para>The ID of the AMI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.InstanceCount"> <summary> <para> <para>The maximum number of Spot Instances to launch.</para><para>Default: 1</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.InstanceInterruptionBehavior"> <summary> <para> <para>The behavior when a Spot Instance is interrupted. The default is <c>terminate</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.LaunchSpecification_InstanceType"> <summary> <para> <para>The instance type. Only one instance type can be specified.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.LaunchSpecification_KernelId"> <summary> <para> <para>The ID of the kernel.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.LaunchSpecification_KeyName"> <summary> <para> <para>The name of the key pair.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.LaunchGroup"> <summary> <para> <para>The instance launch group. Launch groups are Spot Instances that launch together and terminate together.</para><para>Default: Instances are launched and terminated individually</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.LaunchSpecification_MonitoringEnabled"> <summary> <para> The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.IamInstanceProfile_Name"> <summary> <para> <para>The name of the instance profile.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.LaunchSpecification_NetworkInterface"> <summary> <para> <para>The network interfaces. If you specify a network interface, you must specify subnet IDs and security group IDs using the network interface.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.LaunchSpecification_RamdiskId"> <summary> <para> <para>The ID of the RAM disk.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.LaunchSpecification_SecurityGroup"> <summary> <para> <para>One or more security group names.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.SpotPrice"> <summary> <para> <para>The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.</para><important><para>If you specify a maximum price, your instances will be interrupted more frequently than if you do not specify this parameter.</para></important> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.LaunchSpecification_SubnetId"> <summary> <para> <para>The ID of the subnet in which to launch the instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.TagSpecification"> <summary> <para> <para>The key-value pair for tagging the Spot Instance request on creation. The value for <c>ResourceType</c> must be <c>spot-instances-request</c>, otherwise the Spot Instance request fails. To tag the Spot Instance request after it has been created, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.Placement_Tenancy"> <summary> <para> <para>The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of <c>dedicated</c> runs on single-tenant hardware. The <c>host</c> tenancy is not supported for Spot Instances.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.Type"> <summary> <para> <para>The Spot Instance request type.</para><para>Default: <c>one-time</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.LaunchSpecification_UserData"> <summary> <para> <para>The base64-encoded user data that instances use when starting up. User data is limited to 16 KB.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.UtcValidFrom"> <summary> <para> <para>The start date of the request. If this is a one-time request, the request becomes active at this date and time and remains active until all instances launch, the request expires, or the request is canceled. If the request is persistent, the request becomes active at this date and time and remains active until it expires or is canceled.</para><para>The specified start date and time cannot be equal to the current date and time. You must specify a start date and time that occurs after the current date and time.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.UtcValidUntil"> <summary> <para> <para>The end date of the request, in UTC format (<i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</para><ul><li><para>For a persistent request, the request remains active until the <c>ValidUntil</c> date and time is reached. Otherwise, the request remains active until you cancel it. </para></li><li><para>For a one-time request, the request remains active until all instances launch, the request is canceled, or the <c>ValidUntil</c> date and time is reached. By default, the request is valid for 7 days from the date the request was created.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html">Ensuring idempotency in Amazon EC2 API requests</a> in the <i>Amazon EC2 User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.ValidFrom"> <summary> <para> <para>This property is deprecated. Setting this property results in non-UTC DateTimes not being marshalled correctly. Use ValidFromUtc instead. Setting either ValidFrom or ValidFromUtc results in both ValidFrom and ValidFromUtc being assigned, the latest assignment to either one of the two property is reflected in the value of both. ValidFrom is provided for backwards compatibility only and assigning a non-Utc DateTime to it results in the wrong timestamp being passed to the service.</para><para>The start date of the request. If this is a one-time request, the request becomes active at this date and time and remains active until all instances launch, the request expires, or the request is canceled. If the request is persistent, the request becomes active at this date and time and remains active until it expires or is canceled.</para><para>The specified start date and time cannot be equal to the current date and time. You must specify a start date and time that occurs after the current date and time.</para> </para> <para>This parameter is deprecated.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.ValidUntil"> <summary> <para> <para>This property is deprecated. Setting this property results in non-UTC DateTimes not being marshalled correctly. Use ValidUntilUtc instead. Setting either ValidUntil or ValidUntilUtc results in both ValidUntil and ValidUntilUtc being assigned, the latest assignment to either one of the two property is reflected in the value of both. ValidUntil is provided for backwards compatibility only and assigning a non-Utc DateTime to it results in the wrong timestamp being passed to the service.</para><para>The end date of the request, in UTC format (<i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</para><ul><li><para>For a persistent request, the request remains active until the <c>ValidUntil</c> date and time is reached. Otherwise, the request remains active until you cancel it. </para></li><li><para>For a one-time request, the request remains active until all instances launch, the request is canceled, or the <c>ValidUntil</c> date and time is reached. By default, the request is valid for 7 days from the date the request was created.</para></li></ul> </para> <para>This parameter is deprecated.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'SpotInstanceRequests'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.RequestSpotInstancesResponse). Specifying the name of a property of type Amazon.EC2.Model.RequestSpotInstancesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SpotPrice parameter. The -PassThru parameter is deprecated, use -Select '^SpotPrice' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RequestEC2SpotInstanceCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.ResetEC2AddressAttributeCmdlet"> <summary> Resets the attribute of the specified IP address. For requirements, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html#Using_Elastic_Addressing_Reverse_DNS">Using reverse DNS for email applications</a>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ResetEC2AddressAttributeCmdlet.AllocationId"> <summary> <para> <para>[EC2-VPC] The allocation ID.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ResetEC2AddressAttributeCmdlet.Attribute"> <summary> <para> <para>The attribute of the IP address.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ResetEC2AddressAttributeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Address'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ResetAddressAttributeResponse). Specifying the name of a property of type Amazon.EC2.Model.ResetAddressAttributeResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ResetEC2AddressAttributeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AllocationId parameter. The -PassThru parameter is deprecated, use -Select '^AllocationId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ResetEC2AddressAttributeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.ResetEC2EbsDefaultKmsKeyIdCmdlet"> <summary> Resets the default KMS key for EBS encryption for your account in this Region to the Amazon Web Services managed KMS key for EBS. <para> After resetting the default KMS key to the Amazon Web Services managed KMS key, you can continue to encrypt by a customer managed KMS key by specifying it when you create the volume. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html">Amazon EBS encryption</a> in the <i>Amazon EBS User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ResetEC2EbsDefaultKmsKeyIdCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'KmsKeyId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ResetEbsDefaultKmsKeyIdResponse). Specifying the name of a property of type Amazon.EC2.Model.ResetEbsDefaultKmsKeyIdResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ResetEC2EbsDefaultKmsKeyIdCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.ResetEC2FpgaImageAttributeCmdlet"> <summary> Resets the specified attribute of the specified Amazon FPGA Image (AFI) to its default value. You can only reset the load permission attribute. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ResetEC2FpgaImageAttributeCmdlet.Attribute"> <summary> <para> <para>The attribute.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ResetEC2FpgaImageAttributeCmdlet.FpgaImageId"> <summary> <para> <para>The ID of the AFI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ResetEC2FpgaImageAttributeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ResetFpgaImageAttributeResponse). Specifying the name of a property of type Amazon.EC2.Model.ResetFpgaImageAttributeResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ResetEC2FpgaImageAttributeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Attribute parameter. The -PassThru parameter is deprecated, use -Select '^Attribute' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ResetEC2FpgaImageAttributeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.ResetEC2ImageAttributeCmdlet"> <summary> Resets an attribute of an AMI to its default value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ResetEC2ImageAttributeCmdlet.Attribute"> <summary> <para> <para>The attribute to reset (currently you can only reset the launch permission attribute).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ResetEC2ImageAttributeCmdlet.ImageId"> <summary> <para> <para>The ID of the AMI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ResetEC2ImageAttributeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ResetImageAttributeResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ResetEC2ImageAttributeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ImageId parameter. The -PassThru parameter is deprecated, use -Select '^ImageId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ResetEC2ImageAttributeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.ResetEC2InstanceAttributeCmdlet"> <summary> Resets an attribute of an instance to its default value. To reset the <c>kernel</c> or <c>ramdisk</c>, the instance must be in a stopped state. To reset the <c>sourceDestCheck</c>, the instance can be either running or stopped. <para> The <c>sourceDestCheck</c> attribute controls whether source/destination checking is enabled. The default value is <c>true</c>, which means checking is enabled. This value must be <c>false</c> for a NAT instance to perform NAT. For more information, see <a href="https://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_NAT_Instance.html">NAT instances</a> in the <i>Amazon VPC User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ResetEC2InstanceAttributeCmdlet.Attribute"> <summary> <para> <para>The attribute to reset.</para><important><para>You can only reset the following attributes: <c>kernel</c> | <c>ramdisk</c> | <c>sourceDestCheck</c>.</para></important> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ResetEC2InstanceAttributeCmdlet.InstanceId"> <summary> <para> <para>The ID of the instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ResetEC2InstanceAttributeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ResetInstanceAttributeResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ResetEC2InstanceAttributeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ResetEC2InstanceAttributeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.ResetEC2NetworkInterfaceAttributeCmdlet"> <summary> Resets a network interface attribute. You can specify only one attribute at a time. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ResetEC2NetworkInterfaceAttributeCmdlet.NetworkInterfaceId"> <summary> <para> <para>The ID of the network interface.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ResetEC2NetworkInterfaceAttributeCmdlet.SourceDestCheck"> <summary> <para> <para>The source/destination checking attribute. Resets the value to <c>true</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ResetEC2NetworkInterfaceAttributeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ResetNetworkInterfaceAttributeResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ResetEC2NetworkInterfaceAttributeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NetworkInterfaceId parameter. The -PassThru parameter is deprecated, use -Select '^NetworkInterfaceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ResetEC2NetworkInterfaceAttributeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.ResetEC2SnapshotAttributeCmdlet"> <summary> Resets permission settings for the specified snapshot. <para> For more information about modifying snapshot permissions, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-modifying-snapshot-permissions.html">Share a snapshot</a> in the <i>Amazon EBS User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ResetEC2SnapshotAttributeCmdlet.Attribute"> <summary> <para> <para>The attribute to reset. Currently, only the attribute for permission to create volumes can be reset.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ResetEC2SnapshotAttributeCmdlet.SnapshotId"> <summary> <para> <para>The ID of the snapshot.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ResetEC2SnapshotAttributeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ResetSnapshotAttributeResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ResetEC2SnapshotAttributeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SnapshotId parameter. The -PassThru parameter is deprecated, use -Select '^SnapshotId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.ResetEC2SnapshotAttributeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RestartEC2InstanceCmdlet"> <summary> Requests a reboot of the specified instances. This operation is asynchronous; it only queues a request to reboot the specified instances. The operation succeeds if the instances are valid and belong to you. Requests to reboot terminated instances are ignored. <para> If an instance does not cleanly shut down within a few minutes, Amazon EC2 performs a hard reboot. </para><para> For more information about troubleshooting, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-console.html">Troubleshoot an unreachable instance</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RestartEC2InstanceCmdlet.InstanceId"> <summary> <para> <para>The instance IDs.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RestartEC2InstanceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.RebootInstancesResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RestartEC2InstanceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RestartEC2InstanceCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RestoreEC2AddressToClassicCmdlet"> <summary> <note><para> This action is deprecated. </para></note><para> Restores an Elastic IP address that was previously moved to the EC2-VPC platform back to the EC2-Classic platform. You cannot move an Elastic IP address that was originally allocated for use in EC2-VPC. The Elastic IP address must not be associated with an instance or network interface. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RestoreEC2AddressToClassicCmdlet.PublicIp"> <summary> <para> <para>The Elastic IP address.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RestoreEC2AddressToClassicCmdlet.Select"> <summary> 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.RestoreAddressToClassicResponse). Specifying the name of a property of type Amazon.EC2.Model.RestoreAddressToClassicResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RestoreEC2AddressToClassicCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the PublicIp parameter. The -PassThru parameter is deprecated, use -Select '^PublicIp' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RestoreEC2AddressToClassicCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RestoreEC2ImageFromRecycleBinCmdlet"> <summary> Restores an AMI from the Recycle Bin. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin.html">Recycle Bin</a> in the <i>Amazon EC2 User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RestoreEC2ImageFromRecycleBinCmdlet.ImageId"> <summary> <para> <para>The ID of the AMI to restore.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RestoreEC2ImageFromRecycleBinCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.RestoreImageFromRecycleBinResponse). Specifying the name of a property of type Amazon.EC2.Model.RestoreImageFromRecycleBinResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RestoreEC2ImageFromRecycleBinCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ImageId parameter. The -PassThru parameter is deprecated, use -Select '^ImageId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RestoreEC2ImageFromRecycleBinCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RestoreEC2ManagedPrefixListVersionCmdlet"> <summary> Restores the entries from a previous version of a managed prefix list to a new version of the prefix list. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RestoreEC2ManagedPrefixListVersionCmdlet.CurrentVersion"> <summary> <para> <para>The current version number for the prefix list.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RestoreEC2ManagedPrefixListVersionCmdlet.PrefixListId"> <summary> <para> <para>The ID of the prefix list.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RestoreEC2ManagedPrefixListVersionCmdlet.PreviousVersion"> <summary> <para> <para>The version to restore.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RestoreEC2ManagedPrefixListVersionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'PrefixList'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.RestoreManagedPrefixListVersionResponse). Specifying the name of a property of type Amazon.EC2.Model.RestoreManagedPrefixListVersionResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RestoreEC2ManagedPrefixListVersionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the PrefixListId parameter. The -PassThru parameter is deprecated, use -Select '^PrefixListId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RestoreEC2ManagedPrefixListVersionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RestoreEC2SnapshotFromRecycleBinCmdlet"> <summary> Restores a snapshot from the Recycle Bin. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/recycle-bin-working-with-snaps.html#recycle-bin-restore-snaps">Restore snapshots from the Recycle Bin</a> in the <i>Amazon EBS User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RestoreEC2SnapshotFromRecycleBinCmdlet.SnapshotId"> <summary> <para> <para>The ID of the snapshot to restore.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RestoreEC2SnapshotFromRecycleBinCmdlet.Select"> <summary> 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.RestoreSnapshotFromRecycleBinResponse). Specifying the name of a property of type Amazon.EC2.Model.RestoreSnapshotFromRecycleBinResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RestoreEC2SnapshotFromRecycleBinCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SnapshotId parameter. The -PassThru parameter is deprecated, use -Select '^SnapshotId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RestoreEC2SnapshotFromRecycleBinCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RestoreEC2SnapshotTierCmdlet"> <summary> Restores an archived Amazon EBS snapshot for use temporarily or permanently, or modifies the restore period or restore type for a snapshot that was previously temporarily restored. <para> For more information see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/working-with-snapshot-archiving.html#restore-archived-snapshot"> Restore an archived snapshot</a> and <a href="https://docs.aws.amazon.com/ebs/latest/userguide/working-with-snapshot-archiving.html#modify-temp-restore-period"> modify the restore period or restore type for a temporarily restored snapshot</a> in the <i>Amazon EBS User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RestoreEC2SnapshotTierCmdlet.PermanentRestore"> <summary> <para> <para>Indicates whether to permanently restore an archived snapshot. To permanently restore an archived snapshot, specify <c>true</c> and omit the <b>RestoreSnapshotTierRequest$TemporaryRestoreDays</b> parameter.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RestoreEC2SnapshotTierCmdlet.SnapshotId"> <summary> <para> <para>The ID of the snapshot to restore.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RestoreEC2SnapshotTierCmdlet.TemporaryRestoreDay"> <summary> <para> <para>Specifies the number of days for which to temporarily restore an archived snapshot. Required for temporary restores only. The snapshot will be automatically re-archived after this period.</para><para>To temporarily restore an archived snapshot, specify the number of days and omit the <b>PermanentRestore</b> parameter or set it to <c>false</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RestoreEC2SnapshotTierCmdlet.Select"> <summary> 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.RestoreSnapshotTierResponse). Specifying the name of a property of type Amazon.EC2.Model.RestoreSnapshotTierResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RestoreEC2SnapshotTierCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SnapshotId parameter. The -PassThru parameter is deprecated, use -Select '^SnapshotId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RestoreEC2SnapshotTierCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RevokeEC2ClientVpnIngressCmdlet"> <summary> Removes an ingress authorization rule from a Client VPN endpoint. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RevokeEC2ClientVpnIngressCmdlet.AccessGroupId"> <summary> <para> <para>The ID of the Active Directory group for which to revoke access. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RevokeEC2ClientVpnIngressCmdlet.ClientVpnEndpointId"> <summary> <para> <para>The ID of the Client VPN endpoint with which the authorization rule is associated.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RevokeEC2ClientVpnIngressCmdlet.RevokeAllGroup"> <summary> <para> <para>Indicates whether access should be revoked for all clients.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RevokeEC2ClientVpnIngressCmdlet.TargetNetworkCidr"> <summary> <para> <para>The IPv4 address range, in CIDR notation, of the network for which access is being removed.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RevokeEC2ClientVpnIngressCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Status'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.RevokeClientVpnIngressResponse). Specifying the name of a property of type Amazon.EC2.Model.RevokeClientVpnIngressResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RevokeEC2ClientVpnIngressCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ClientVpnEndpointId parameter. The -PassThru parameter is deprecated, use -Select '^ClientVpnEndpointId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RevokeEC2ClientVpnIngressCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RevokeEC2SecurityGroupEgressCmdlet"> <summary> Removes the specified outbound (egress) rules from the specified security group. <para> You can specify rules using either rule IDs or security group rule properties. If you use rule properties, the values that you specify (for example, ports) must match the existing rule's values exactly. Each rule has a protocol, from and to ports, and destination (CIDR range, security group, or prefix list). For the TCP and UDP protocols, you must also specify the destination port or range of ports. For the ICMP protocol, you must also specify the ICMP type and code. If the security group rule has a description, you do not need to specify the description to revoke the rule. </para><para> For a default VPC, if the values you specify do not match the existing rule's values, no error is returned, and the output describes the security group rules that were not revoked. </para><para> Amazon Web Services recommends that you describe the security group to verify that the rules were removed. </para><para> Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RevokeEC2SecurityGroupEgressCmdlet.GroupId"> <summary> <para> <para>The ID of the security group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RevokeEC2SecurityGroupEgressCmdlet.IpPermission"> <summary> <para> <para>The sets of IP permissions. You can't specify a destination security group and a CIDR IP address range in the same set of permissions.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RevokeEC2SecurityGroupEgressCmdlet.SecurityGroupRuleId"> <summary> <para> <para>The IDs of the security group rules.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RevokeEC2SecurityGroupEgressCmdlet.Select"> <summary> 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.RevokeSecurityGroupEgressResponse). Specifying the name of a property of type Amazon.EC2.Model.RevokeSecurityGroupEgressResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RevokeEC2SecurityGroupEgressCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GroupId parameter. The -PassThru parameter is deprecated, use -Select '^GroupId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RevokeEC2SecurityGroupEgressCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.RevokeEC2SecurityGroupIngressCmdlet"> <summary> Removes the specified inbound (ingress) rules from a security group. <para> You can specify rules using either rule IDs or security group rule properties. If you use rule properties, the values that you specify (for example, ports) must match the existing rule's values exactly. Each rule has a protocol, from and to ports, and source (CIDR range, security group, or prefix list). For the TCP and UDP protocols, you must also specify the destination port or range of ports. For the ICMP protocol, you must also specify the ICMP type and code. If the security group rule has a description, you do not need to specify the description to revoke the rule. </para><para> For a default VPC, if the values you specify do not match the existing rule's values, no error is returned, and the output describes the security group rules that were not revoked. </para><para> For a non-default VPC, if the values you specify do not match the existing rule's values, an <c>InvalidPermission.NotFound</c> client error is returned, and no rules are revoked. </para><para> Amazon Web Services recommends that you describe the security group to verify that the rules were removed. </para><para> Rule changes are propagated to instances within the security group as quickly as possible. However, a small delay might occur. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RevokeEC2SecurityGroupIngressCmdlet.GroupId"> <summary> <para> <para>The ID of the security group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RevokeEC2SecurityGroupIngressCmdlet.GroupName"> <summary> <para> <para>[Default VPC] The name of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RevokeEC2SecurityGroupIngressCmdlet.IpPermission"> <summary> <para> <para>The sets of IP permissions. You can't specify a source security group and a CIDR IP address range in the same set of permissions.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RevokeEC2SecurityGroupIngressCmdlet.SecurityGroupRuleId"> <summary> <para> <para>The IDs of the security group rules.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RevokeEC2SecurityGroupIngressCmdlet.Select"> <summary> 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.RevokeSecurityGroupIngressResponse). Specifying the name of a property of type Amazon.EC2.Model.RevokeSecurityGroupIngressResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RevokeEC2SecurityGroupIngressCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GroupId parameter. The -PassThru parameter is deprecated, use -Select '^GroupId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.RevokeEC2SecurityGroupIngressCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.SearchEC2LocalGatewayRouteCmdlet"> <summary> Searches for routes in the specified local gateway route table.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SearchEC2LocalGatewayRouteCmdlet.Filter"> <summary> <para> <para>One or more filters.</para><ul><li><para><c>prefix-list-id</c> - The ID of the prefix list.</para></li><li><para><c>route-search.exact-match</c> - The exact match of the specified filter.</para></li><li><para><c>route-search.longest-prefix-match</c> - The longest prefix that matches the route.</para></li><li><para><c>route-search.subnet-of-match</c> - The routes with a subnet that match the specified CIDR filter.</para></li><li><para><c>route-search.supernet-of-match</c> - The routes with a CIDR that encompass the CIDR filter. For example, if you have 10.0.1.0/29 and 10.0.1.0/31 routes in your route table and you specify <c>supernet-of-match</c> as 10.0.1.0/30, then the result returns 10.0.1.0/29.</para></li><li><para><c>state</c> - The state of the route.</para></li><li><para><c>type</c> - The route type.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SearchEC2LocalGatewayRouteCmdlet.LocalGatewayRouteTableId"> <summary> <para> <para>The ID of the local gateway route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SearchEC2LocalGatewayRouteCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SearchEC2LocalGatewayRouteCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SearchEC2LocalGatewayRouteCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Routes'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.SearchLocalGatewayRoutesResponse). Specifying the name of a property of type Amazon.EC2.Model.SearchLocalGatewayRoutesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SearchEC2LocalGatewayRouteCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the LocalGatewayRouteTableId parameter. The -PassThru parameter is deprecated, use -Select '^LocalGatewayRouteTableId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SearchEC2LocalGatewayRouteCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SearchEC2LocalGatewayRouteCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.SearchEC2TransitGatewayMulticastGroupCmdlet"> <summary> Searches one or more transit gateway multicast groups and returns the group membership information.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SearchEC2TransitGatewayMulticastGroupCmdlet.Filter"> <summary> <para> <para>One or more filters. The possible values are:</para><ul><li><para><c>group-ip-address</c> - The IP address of the transit gateway multicast group.</para></li><li><para><c>is-group-member</c> - The resource is a group member. Valid values are <c>true</c> | <c>false</c>.</para></li><li><para><c>is-group-source</c> - The resource is a group source. Valid values are <c>true</c> | <c>false</c>.</para></li><li><para><c>member-type</c> - The member type. Valid values are <c>igmp</c> | <c>static</c>.</para></li><li><para><c>resource-id</c> - The ID of the resource.</para></li><li><para><c>resource-type</c> - The type of resource. Valid values are <c>vpc</c> | <c>vpn</c> | <c>direct-connect-gateway</c> | <c>tgw-peering</c>.</para></li><li><para><c>source-type</c> - The source type. Valid values are <c>igmp</c> | <c>static</c>.</para></li><li><para><c>subnet-id</c> - The ID of the subnet.</para></li><li><para><c>transit-gateway-attachment-id</c> - The id of the transit gateway attachment.</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SearchEC2TransitGatewayMulticastGroupCmdlet.TransitGatewayMulticastDomainId"> <summary> <para> <para>The ID of the transit gateway multicast domain.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SearchEC2TransitGatewayMulticastGroupCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</para> </para> <para> <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet. <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call. <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SearchEC2TransitGatewayMulticastGroupCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> <para> <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call. <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SearchEC2TransitGatewayMulticastGroupCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'MulticastGroups'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.SearchTransitGatewayMulticastGroupsResponse). Specifying the name of a property of type Amazon.EC2.Model.SearchTransitGatewayMulticastGroupsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SearchEC2TransitGatewayMulticastGroupCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayMulticastDomainId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayMulticastDomainId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SearchEC2TransitGatewayMulticastGroupCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SearchEC2TransitGatewayMulticastGroupCmdlet.NoAutoIteration"> <summary> By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.SearchEC2TransitGatewayRouteCmdlet"> <summary> Searches for routes in the specified transit gateway route table. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SearchEC2TransitGatewayRouteCmdlet.Filter"> <summary> <para> <para>One or more filters. The possible values are:</para><ul><li><para><c>attachment.transit-gateway-attachment-id</c>- The id of the transit gateway attachment.</para></li><li><para><c>attachment.resource-id</c> - The resource id of the transit gateway attachment.</para></li><li><para><c>attachment.resource-type</c> - The attachment resource type. Valid values are <c>vpc</c> | <c>vpn</c> | <c>direct-connect-gateway</c> | <c>peering</c> | <c>connect</c>.</para></li><li><para><c>prefix-list-id</c> - The ID of the prefix list.</para></li><li><para><c>route-search.exact-match</c> - The exact match of the specified filter.</para></li><li><para><c>route-search.longest-prefix-match</c> - The longest prefix that matches the route.</para></li><li><para><c>route-search.subnet-of-match</c> - The routes with a subnet that match the specified CIDR filter.</para></li><li><para><c>route-search.supernet-of-match</c> - The routes with a CIDR that encompass the CIDR filter. For example, if you have 10.0.1.0/29 and 10.0.1.0/31 routes in your route table and you specify supernet-of-match as 10.0.1.0/30, then the result returns 10.0.1.0/29.</para></li><li><para><c>state</c> - The state of the route (<c>active</c> | <c>blackhole</c>).</para></li><li><para><c>type</c> - The type of route (<c>propagated</c> | <c>static</c>).</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SearchEC2TransitGatewayRouteCmdlet.TransitGatewayRouteTableId"> <summary> <para> <para>The ID of the transit gateway route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SearchEC2TransitGatewayRouteCmdlet.MaxResult"> <summary> <para> <para>The maximum number of routes to return. If a value is not provided, the default is 1000.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SearchEC2TransitGatewayRouteCmdlet.Select"> <summary> 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.SearchTransitGatewayRoutesResponse). Specifying the name of a property of type Amazon.EC2.Model.SearchTransitGatewayRoutesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SearchEC2TransitGatewayRouteCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayRouteTableId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayRouteTableId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SearchEC2TransitGatewayRouteCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.SendEC2DiagnosticInterruptCmdlet"> <summary> Sends a diagnostic interrupt to the specified Amazon EC2 instance to trigger a <i>kernel panic</i> (on Linux instances), or a <i>blue screen</i>/<i>stop error</i> (on Windows instances). For instances based on Intel and AMD processors, the interrupt is received as a <i>non-maskable interrupt</i> (NMI). <para> In general, the operating system crashes and reboots when a kernel panic or stop error is triggered. The operating system can also be configured to perform diagnostic tasks, such as generating a memory dump file, loading a secondary kernel, or obtaining a call trace. </para><para> Before sending a diagnostic interrupt to your instance, ensure that its operating system is configured to perform the required diagnostic tasks. </para><para> For more information about configuring your operating system to generate a crash dump when a kernel panic or stop error occurs, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/diagnostic-interrupt.html">Send a diagnostic interrupt (for advanced users)</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SendEC2DiagnosticInterruptCmdlet.InstanceId"> <summary> <para> <para>The ID of the instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SendEC2DiagnosticInterruptCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.SendDiagnosticInterruptResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SendEC2DiagnosticInterruptCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SendEC2DiagnosticInterruptCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.SendEC2InstanceStatusCmdlet"> <summary> Submits feedback about the status of an instance. The instance must be in the <c>running</c> state. If your experience with the instance differs from the instance status returned by <a>DescribeInstanceStatus</a>, use <a>ReportInstanceStatus</a> to report your experience with the instance. Amazon EC2 collects this information to improve the accuracy of status checks. <para> Use of this action does not change the value returned by <a>DescribeInstanceStatus</a>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SendEC2InstanceStatusCmdlet.Description"> <summary> <para> <para>Descriptive text about the health state of your instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SendEC2InstanceStatusCmdlet.UtcEndTime"> <summary> <para> <para>The time at which the reported instance health state ended.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SendEC2InstanceStatusCmdlet.Instance"> <summary> <para> <para>The instances.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SendEC2InstanceStatusCmdlet.ReasonCode"> <summary> <para> <para>The reason codes that describe the health state of your instance.</para><ul><li><para><c>instance-stuck-in-state</c>: My instance is stuck in a state.</para></li><li><para><c>unresponsive</c>: My instance is unresponsive.</para></li><li><para><c>not-accepting-credentials</c>: My instance is not accepting my credentials.</para></li><li><para><c>password-not-available</c>: A password is not available for my instance.</para></li><li><para><c>performance-network</c>: My instance is experiencing performance problems that I believe are network related.</para></li><li><para><c>performance-instance-store</c>: My instance is experiencing performance problems that I believe are related to the instance stores.</para></li><li><para><c>performance-ebs-volume</c>: My instance is experiencing performance problems that I believe are related to an EBS volume.</para></li><li><para><c>performance-other</c>: My instance is experiencing performance problems.</para></li><li><para><c>other</c>: [explain using the description parameter]</para></li></ul> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SendEC2InstanceStatusCmdlet.UtcStartTime"> <summary> <para> <para>The time at which the reported instance health state began.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SendEC2InstanceStatusCmdlet.Status"> <summary> <para> <para>The status of all instances listed.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SendEC2InstanceStatusCmdlet.EndTime"> <summary> <para> <para>This property is deprecated. Setting this property results in non-UTC DateTimes not being marshalled correctly. Use EndTimeUtc instead. Setting either EndTime or EndTimeUtc results in both EndTime and EndTimeUtc being assigned, the latest assignment to either one of the two property is reflected in the value of both. EndTime is provided for backwards compatibility only and assigning a non-Utc DateTime to it results in the wrong timestamp being passed to the service.</para><para>The time at which the reported instance health state ended.</para> </para> <para>This parameter is deprecated.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SendEC2InstanceStatusCmdlet.StartTime"> <summary> <para> <para>This property is deprecated. Setting this property results in non-UTC DateTimes not being marshalled correctly. Use StartTimeUtc instead. Setting either StartTime or StartTimeUtc results in both StartTime and StartTimeUtc being assigned, the latest assignment to either one of the two property is reflected in the value of both. StartTime is provided for backwards compatibility only and assigning a non-Utc DateTime to it results in the wrong timestamp being passed to the service.</para><para>The time at which the reported instance health state began.</para> </para> <para>This parameter is deprecated.</para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SendEC2InstanceStatusCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ReportInstanceStatusResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SendEC2InstanceStatusCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Instance parameter. The -PassThru parameter is deprecated, use -Select '^Instance' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SendEC2InstanceStatusCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.SetEC2IamInstanceProfileAssociationCmdlet"> <summary> Replaces an IAM instance profile for the specified running instance. You can use this action to change the IAM instance profile that's associated with an instance without having to disassociate the existing IAM instance profile first. <para> Use <a>DescribeIamInstanceProfileAssociations</a> to get the association ID. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2IamInstanceProfileAssociationCmdlet.IamInstanceProfile_Arn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the instance profile.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2IamInstanceProfileAssociationCmdlet.AssociationId"> <summary> <para> <para>The ID of the existing IAM instance profile association.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2IamInstanceProfileAssociationCmdlet.IamInstanceProfile_Name"> <summary> <para> <para>The name of the instance profile.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2IamInstanceProfileAssociationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'IamInstanceProfileAssociation'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ReplaceIamInstanceProfileAssociationResponse). Specifying the name of a property of type Amazon.EC2.Model.ReplaceIamInstanceProfileAssociationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2IamInstanceProfileAssociationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AssociationId parameter. The -PassThru parameter is deprecated, use -Select '^AssociationId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2IamInstanceProfileAssociationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.SetEC2NetworkAclAssociationCmdlet"> <summary> Changes which network ACL a subnet is associated with. By default when you create a subnet, it's automatically associated with the default network ACL. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-network-acls.html">Network ACLs</a> in the <i>Amazon VPC User Guide</i>. <para> This is an idempotent operation. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2NetworkAclAssociationCmdlet.AssociationId"> <summary> <para> <para>The ID of the current association between the original network ACL and the subnet.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2NetworkAclAssociationCmdlet.NetworkAclId"> <summary> <para> <para>The ID of the new network ACL to associate with the subnet.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2NetworkAclAssociationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'NewAssociationId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ReplaceNetworkAclAssociationResponse). Specifying the name of a property of type Amazon.EC2.Model.ReplaceNetworkAclAssociationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2NetworkAclAssociationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AssociationId parameter. The -PassThru parameter is deprecated, use -Select '^AssociationId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2NetworkAclAssociationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.SetEC2NetworkAclEntryCmdlet"> <summary> Replaces an entry (rule) in a network ACL. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-network-acls.html">Network ACLs</a> in the <i>Amazon VPC User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2NetworkAclEntryCmdlet.CidrBlock"> <summary> <para> <para>The IPv4 network range to allow or deny, in CIDR notation (for example <c>172.16.0.0/24</c>).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2NetworkAclEntryCmdlet.IcmpTypeCode_Code"> <summary> <para> <para>The ICMP code. A value of -1 means all codes for the specified ICMP type.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2NetworkAclEntryCmdlet.Egress"> <summary> <para> <para>Indicates whether to replace the egress rule.</para><para>Default: If no value is specified, we replace the ingress rule.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2NetworkAclEntryCmdlet.PortRange_From"> <summary> <para> <para>The first port in the range.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2NetworkAclEntryCmdlet.Ipv6CidrBlock"> <summary> <para> <para>The IPv6 network range to allow or deny, in CIDR notation (for example <c>2001:bd8:1234:1a00::/64</c>).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2NetworkAclEntryCmdlet.NetworkAclId"> <summary> <para> <para>The ID of the ACL.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2NetworkAclEntryCmdlet.Protocol"> <summary> <para> <para>The protocol number. A value of "-1" means all protocols. If you specify "-1" or a protocol number other than "6" (TCP), "17" (UDP), or "1" (ICMP), traffic on all ports is allowed, regardless of any ports or ICMP types or codes that you specify. If you specify protocol "58" (ICMPv6) and specify an IPv4 CIDR block, traffic for all ICMP types and codes allowed, regardless of any that you specify. If you specify protocol "58" (ICMPv6) and specify an IPv6 CIDR block, you must specify an ICMP type and code.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2NetworkAclEntryCmdlet.RuleAction"> <summary> <para> <para>Indicates whether to allow or deny the traffic that matches the rule.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2NetworkAclEntryCmdlet.RuleNumber"> <summary> <para> <para>The rule number of the entry to replace.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2NetworkAclEntryCmdlet.PortRange_To"> <summary> <para> <para>The last port in the range.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2NetworkAclEntryCmdlet.IcmpTypeCode_Type"> <summary> <para> <para>The ICMP type. A value of -1 means all types.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2NetworkAclEntryCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ReplaceNetworkAclEntryResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2NetworkAclEntryCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NetworkAclId parameter. The -PassThru parameter is deprecated, use -Select '^NetworkAclId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2NetworkAclEntryCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.SetEC2RouteCmdlet"> <summary> Replaces an existing route within a route table in a VPC. <para> You must specify either a destination CIDR block or a prefix list ID. You must also specify exactly one of the resources from the parameter list, or reset the local route to its default target. </para><para> For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html">Route tables</a> in the <i>Amazon VPC User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2RouteCmdlet.CarrierGatewayId"> <summary> <para> <para>[IPv4 traffic only] The ID of a carrier gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2RouteCmdlet.CoreNetworkArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the core network.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2RouteCmdlet.DestinationCidrBlock"> <summary> <para> <para>The IPv4 CIDR address block used for the destination match. The value that you provide must match the CIDR of an existing route in the table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2RouteCmdlet.DestinationIpv6CidrBlock"> <summary> <para> <para>The IPv6 CIDR address block used for the destination match. The value that you provide must match the CIDR of an existing route in the table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2RouteCmdlet.DestinationPrefixListId"> <summary> <para> <para>The ID of the prefix list for the route.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2RouteCmdlet.EgressOnlyInternetGatewayId"> <summary> <para> <para>[IPv6 traffic only] The ID of an egress-only internet gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2RouteCmdlet.GatewayId"> <summary> <para> <para>The ID of an internet gateway or virtual private gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2RouteCmdlet.InstanceId"> <summary> <para> <para>The ID of a NAT instance in your VPC.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2RouteCmdlet.LocalGatewayId"> <summary> <para> <para>The ID of the local gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2RouteCmdlet.LocalTarget"> <summary> <para> <para>Specifies whether to reset the local route to its default target (<c>local</c>).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2RouteCmdlet.NatGatewayId"> <summary> <para> <para>[IPv4 traffic only] The ID of a NAT gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2RouteCmdlet.NetworkInterfaceId"> <summary> <para> <para>The ID of a network interface.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2RouteCmdlet.RouteTableId"> <summary> <para> <para>The ID of the route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2RouteCmdlet.TransitGatewayId"> <summary> <para> <para>The ID of a transit gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2RouteCmdlet.VpcEndpointId"> <summary> <para> <para>The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2RouteCmdlet.VpcPeeringConnectionId"> <summary> <para> <para>The ID of a VPC peering connection.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2RouteCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ReplaceRouteResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2RouteCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the RouteTableId parameter. The -PassThru parameter is deprecated, use -Select '^RouteTableId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2RouteCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.SetEC2RouteTableAssociationCmdlet"> <summary> Changes the route table associated with a given subnet, internet gateway, or virtual private gateway in a VPC. After the operation completes, the subnet or gateway uses the routes in the new route table. For more information about route tables, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html">Route tables</a> in the <i>Amazon VPC User Guide</i>. <para> You can also use this operation to change which table is the main route table in the VPC. Specify the main route table's association ID and the route table ID of the new main route table. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2RouteTableAssociationCmdlet.AssociationId"> <summary> <para> <para>The association ID.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2RouteTableAssociationCmdlet.RouteTableId"> <summary> <para> <para>The ID of the new route table to associate with the subnet.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2RouteTableAssociationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'NewAssociationId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ReplaceRouteTableAssociationResponse). Specifying the name of a property of type Amazon.EC2.Model.ReplaceRouteTableAssociationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2RouteTableAssociationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AssociationId parameter. The -PassThru parameter is deprecated, use -Select '^AssociationId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2RouteTableAssociationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.SetEC2TransitGatewayRouteCmdlet"> <summary> Replaces the specified route in the specified transit gateway route table. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2TransitGatewayRouteCmdlet.Blackhole"> <summary> <para> <para>Indicates whether traffic matching this route is to be dropped.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2TransitGatewayRouteCmdlet.DestinationCidrBlock"> <summary> <para> <para>The CIDR range used for the destination match. Routing decisions are based on the most specific match.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2TransitGatewayRouteCmdlet.TransitGatewayAttachmentId"> <summary> <para> <para>The ID of the attachment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2TransitGatewayRouteCmdlet.TransitGatewayRouteTableId"> <summary> <para> <para>The ID of the route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2TransitGatewayRouteCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Route'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ReplaceTransitGatewayRouteResponse). Specifying the name of a property of type Amazon.EC2.Model.ReplaceTransitGatewayRouteResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2TransitGatewayRouteCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayRouteTableId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayRouteTableId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2TransitGatewayRouteCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.SetEC2VpnTunnelCmdlet"> <summary> Trigger replacement of specified VPN tunnel. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2VpnTunnelCmdlet.ApplyPendingMaintenance"> <summary> <para> <para>Trigger pending tunnel endpoint maintenance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2VpnTunnelCmdlet.VpnConnectionId"> <summary> <para> <para>The ID of the Site-to-Site VPN connection. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2VpnTunnelCmdlet.VpnTunnelOutsideIpAddress"> <summary> <para> <para>The external IP address of the VPN tunnel.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2VpnTunnelCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.ReplaceVpnTunnelResponse). Specifying the name of a property of type Amazon.EC2.Model.ReplaceVpnTunnelResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2VpnTunnelCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the VpnConnectionId parameter. The -PassThru parameter is deprecated, use -Select '^VpnConnectionId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.SetEC2VpnTunnelCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.StartEC2ByoipCidrAdvertisementCmdlet"> <summary> Advertises an IPv4 or IPv6 address range that is provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP). <para> You can perform this operation at most once every 10 seconds, even if you specify different address ranges each time. </para><para> We recommend that you stop advertising the BYOIP CIDR from other locations when you advertise it from Amazon Web Services. To minimize down time, you can configure your Amazon Web Services resources to use an address from a BYOIP CIDR before it is advertised, and then simultaneously stop advertising it from the current location and start advertising it through Amazon Web Services. </para><para> It can take a few minutes before traffic to the specified addresses starts routing to Amazon Web Services because of BGP propagation delays. </para><para> To stop advertising the BYOIP CIDR, use <a>WithdrawByoipCidr</a>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2ByoipCidrAdvertisementCmdlet.Asn"> <summary> <para> <para>The public 2-byte or 4-byte ASN that you want to advertise.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2ByoipCidrAdvertisementCmdlet.Cidr"> <summary> <para> <para>The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2ByoipCidrAdvertisementCmdlet.NetworkBorderGroup"> <summary> <para> <para>If you have <a href="https://docs.aws.amazon.com/local-zones/latest/ug/how-local-zones-work.html">Local Zones</a> enabled, you can choose a network border group for Local Zones when you provision and advertise a BYOIPv4 CIDR. Choose the network border group carefully as the EIP and the Amazon Web Services resource it is associated with must reside in the same network border group.</para><para>You can provision BYOIP address ranges to and advertise them in the following Local Zone network border groups:</para><ul><li><para>us-east-1-dfw-2</para></li><li><para>us-west-2-lax-1</para></li><li><para>us-west-2-phx-2</para></li></ul><note><para>You cannot provision or advertise BYOIPv6 address ranges in Local Zones at this time.</para></note> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2ByoipCidrAdvertisementCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ByoipCidr'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.AdvertiseByoipCidrResponse). Specifying the name of a property of type Amazon.EC2.Model.AdvertiseByoipCidrResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2ByoipCidrAdvertisementCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Cidr parameter. The -PassThru parameter is deprecated, use -Select '^Cidr' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2ByoipCidrAdvertisementCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.StartEC2InstanceCmdlet"> <summary> Starts an Amazon EBS-backed instance that you've previously stopped. <para> Instances that use Amazon EBS volumes as their root devices can be quickly stopped and started. When an instance is stopped, the compute resources are released and you are not billed for instance usage. However, your root partition Amazon EBS volume remains and continues to persist your data, and you are charged for Amazon EBS volume usage. You can restart your instance at any time. Every time you start your instance, Amazon EC2 charges a one-minute minimum for instance usage, and thereafter charges per second for instance usage. </para><para> Before stopping an instance, make sure it is in a state from which it can be restarted. Stopping an instance does not preserve data stored in RAM. </para><para> Performing this operation on an instance that uses an instance store as its root device returns an error. </para><para> If you attempt to start a T3 instance with <c>host</c> tenancy and the <c>unlimited</c> CPU credit option, the request fails. The <c>unlimited</c> CPU credit option is not supported on Dedicated Hosts. Before you start the instance, either change its CPU credit option to <c>standard</c>, or change its tenancy to <c>default</c> or <c>dedicated</c>. </para><para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Stop_Start.html">Stop and start Amazon EC2 instances</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2InstanceCmdlet.AdditionalInfo"> <summary> <para> <para>Reserved.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2InstanceCmdlet.InstanceId"> <summary> <para> <para>The IDs of the instances.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2InstanceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'StartingInstances'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.StartInstancesResponse). Specifying the name of a property of type Amazon.EC2.Model.StartInstancesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2InstanceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2InstanceCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.StartEC2InstanceMonitoringCmdlet"> <summary> Enables detailed monitoring for a running instance. Otherwise, basic monitoring is enabled. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-cloudwatch.html">Monitor your instances using CloudWatch</a> in the <i>Amazon EC2 User Guide</i>. <para> To disable detailed monitoring, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_UnmonitorInstances.html">UnmonitorInstances</a>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2InstanceMonitoringCmdlet.InstanceId"> <summary> <para> <para>The IDs of the instances.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2InstanceMonitoringCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InstanceMonitorings'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.MonitorInstancesResponse). Specifying the name of a property of type Amazon.EC2.Model.MonitorInstancesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2InstanceMonitoringCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2InstanceMonitoringCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.StartEC2NetworkInsightsAccessScopeAnalysisCmdlet"> <summary> Starts analyzing the specified Network Access Scope. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2NetworkInsightsAccessScopeAnalysisCmdlet.NetworkInsightsAccessScopeId"> <summary> <para> <para>The ID of the Network Access Scope.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2NetworkInsightsAccessScopeAnalysisCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2NetworkInsightsAccessScopeAnalysisCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2NetworkInsightsAccessScopeAnalysisCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'NetworkInsightsAccessScopeAnalysis'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.StartNetworkInsightsAccessScopeAnalysisResponse). Specifying the name of a property of type Amazon.EC2.Model.StartNetworkInsightsAccessScopeAnalysisResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2NetworkInsightsAccessScopeAnalysisCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NetworkInsightsAccessScopeId parameter. The -PassThru parameter is deprecated, use -Select '^NetworkInsightsAccessScopeId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2NetworkInsightsAccessScopeAnalysisCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.StartEC2NetworkInsightsAnalysisCmdlet"> <summary> Starts analyzing the specified path. If the path is reachable, the operation returns the shortest feasible path. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2NetworkInsightsAnalysisCmdlet.AdditionalAccount"> <summary> <para> <para>The member accounts that contain resources that the path can traverse.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2NetworkInsightsAnalysisCmdlet.FilterInArn"> <summary> <para> <para>The Amazon Resource Names (ARN) of the resources that the path must traverse.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2NetworkInsightsAnalysisCmdlet.NetworkInsightsPathId"> <summary> <para> <para>The ID of the path.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2NetworkInsightsAnalysisCmdlet.TagSpecification"> <summary> <para> <para>The tags to apply.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2NetworkInsightsAnalysisCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2NetworkInsightsAnalysisCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'NetworkInsightsAnalysis'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.StartNetworkInsightsAnalysisResponse). Specifying the name of a property of type Amazon.EC2.Model.StartNetworkInsightsAnalysisResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2NetworkInsightsAnalysisCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NetworkInsightsPathId parameter. The -PassThru parameter is deprecated, use -Select '^NetworkInsightsPathId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2NetworkInsightsAnalysisCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.StartEC2VpcEndpointServicePrivateDnsVerificationCmdlet"> <summary> Initiates the verification process to prove that the service provider owns the private DNS name domain for the endpoint service. <para> The service provider must successfully perform the verification before the consumer can use the name to access the service. </para><para> Before the service provider runs this command, they must add a record to the DNS server. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2VpcEndpointServicePrivateDnsVerificationCmdlet.ServiceId"> <summary> <para> <para>The ID of the endpoint service.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2VpcEndpointServicePrivateDnsVerificationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ReturnValue'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.StartVpcEndpointServicePrivateDnsVerificationResponse). Specifying the name of a property of type Amazon.EC2.Model.StartVpcEndpointServicePrivateDnsVerificationResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2VpcEndpointServicePrivateDnsVerificationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ServiceId parameter. The -PassThru parameter is deprecated, use -Select '^ServiceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StartEC2VpcEndpointServicePrivateDnsVerificationCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.StopEC2BundleTaskCmdlet"> <summary> Cancels a bundling operation for an instance store-backed Windows instance. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2BundleTaskCmdlet.BundleId"> <summary> <para> <para>The ID of the bundle task.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2BundleTaskCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'BundleTask'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CancelBundleTaskResponse). Specifying the name of a property of type Amazon.EC2.Model.CancelBundleTaskResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2BundleTaskCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the BundleId parameter. The -PassThru parameter is deprecated, use -Select '^BundleId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2BundleTaskCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.StopEC2ByoipCidrAdvertisementCmdlet"> <summary> Stops advertising an address range that is provisioned as an address pool. <para> You can perform this operation at most once every 10 seconds, even if you specify different address ranges each time. </para><para> It can take a few minutes before traffic to the specified addresses stops routing to Amazon Web Services because of BGP propagation delays. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2ByoipCidrAdvertisementCmdlet.Cidr"> <summary> <para> <para>The address range, in CIDR notation.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2ByoipCidrAdvertisementCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ByoipCidr'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.WithdrawByoipCidrResponse). Specifying the name of a property of type Amazon.EC2.Model.WithdrawByoipCidrResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2ByoipCidrAdvertisementCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Cidr parameter. The -PassThru parameter is deprecated, use -Select '^Cidr' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2ByoipCidrAdvertisementCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.StopEC2CapacityReservationFleetCmdlet"> <summary> Cancels one or more Capacity Reservation Fleets. When you cancel a Capacity Reservation Fleet, the following happens: <ul><li><para> The Capacity Reservation Fleet's status changes to <c>cancelled</c>. </para></li><li><para> The individual Capacity Reservations in the Fleet are cancelled. Instances running in the Capacity Reservations at the time of cancelling the Fleet continue to run in shared capacity. </para></li><li><para> The Fleet stops creating new Capacity Reservations. </para></li></ul> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2CapacityReservationFleetCmdlet.CapacityReservationFleetId"> <summary> <para> <para>The IDs of the Capacity Reservation Fleets to cancel.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2CapacityReservationFleetCmdlet.Select"> <summary> 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.CancelCapacityReservationFleetsResponse). Specifying the name of a property of type Amazon.EC2.Model.CancelCapacityReservationFleetsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2CapacityReservationFleetCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.StopEC2ClientVpnConnectionCmdlet"> <summary> Terminates active Client VPN endpoint connections. This action can be used to terminate a specific client connection, or up to five connections established by a specific user. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2ClientVpnConnectionCmdlet.ClientVpnEndpointId"> <summary> <para> <para>The ID of the Client VPN endpoint to which the client is connected.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2ClientVpnConnectionCmdlet.ConnectionId"> <summary> <para> <para>The ID of the client connection to be terminated.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2ClientVpnConnectionCmdlet.Username"> <summary> <para> <para>The name of the user who initiated the connection. Use this option to terminate all active connections for the specified user. This option can only be used if the user has established up to five connections.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2ClientVpnConnectionCmdlet.Select"> <summary> 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.TerminateClientVpnConnectionsResponse). Specifying the name of a property of type Amazon.EC2.Model.TerminateClientVpnConnectionsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2ClientVpnConnectionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ClientVpnEndpointId parameter. The -PassThru parameter is deprecated, use -Select '^ClientVpnEndpointId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2ClientVpnConnectionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.StopEC2ExportTaskCmdlet"> <summary> Cancels an active export task. The request removes all artifacts of the export, including any partially-created Amazon S3 objects. If the export task is complete or is in the process of transferring the final disk image, the command fails and returns an error. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2ExportTaskCmdlet.ExportTaskId"> <summary> <para> <para>The ID of the export task. This is the ID returned by the <c>CreateInstanceExportTask</c> and <c>ExportImage</c> operations.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2ExportTaskCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CancelExportTaskResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2ExportTaskCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ExportTaskId parameter. The -PassThru parameter is deprecated, use -Select '^ExportTaskId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2ExportTaskCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.StopEC2ImageLaunchPermissionCmdlet"> <summary> Removes your Amazon Web Services account from the launch permissions for the specified AMI. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cancel-sharing-an-AMI.html"> Cancel having an AMI shared with your Amazon Web Services account</a> in the <i>Amazon EC2 User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2ImageLaunchPermissionCmdlet.ImageId"> <summary> <para> <para>The ID of the AMI that was shared with your Amazon Web Services account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2ImageLaunchPermissionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CancelImageLaunchPermissionResponse). Specifying the name of a property of type Amazon.EC2.Model.CancelImageLaunchPermissionResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2ImageLaunchPermissionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ImageId parameter. The -PassThru parameter is deprecated, use -Select '^ImageId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2ImageLaunchPermissionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.StopEC2ImportTaskCmdlet"> <summary> Cancels an in-process import virtual machine or import snapshot task. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2ImportTaskCmdlet.CancelReason"> <summary> <para> <para>The reason for canceling the task.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2ImportTaskCmdlet.ImportTaskId"> <summary> <para> <para>The ID of the import image or import snapshot task to be canceled.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2ImportTaskCmdlet.Select"> <summary> 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.CancelImportTaskResponse). Specifying the name of a property of type Amazon.EC2.Model.CancelImportTaskResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2ImportTaskCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ImportTaskId parameter. The -PassThru parameter is deprecated, use -Select '^ImportTaskId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2ImportTaskCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.StopEC2InstanceMonitoringCmdlet"> <summary> Disables detailed monitoring for a running instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-cloudwatch.html">Monitoring your instances and volumes</a> in the <i>Amazon EC2 User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2InstanceMonitoringCmdlet.InstanceId"> <summary> <para> <para>The IDs of the instances.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2InstanceMonitoringCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InstanceMonitorings'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.UnmonitorInstancesResponse). Specifying the name of a property of type Amazon.EC2.Model.UnmonitorInstancesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2InstanceMonitoringCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2InstanceMonitoringCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.StopEC2ReservedInstancesListingCmdlet"> <summary> Cancels the specified Reserved Instance listing in the Reserved Instance Marketplace. <para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ri-market-general.html">Sell in the Reserved Instance Marketplace</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2ReservedInstancesListingCmdlet.ReservedInstancesListingId"> <summary> <para> <para>The ID of the Reserved Instance listing.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2ReservedInstancesListingCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ReservedInstancesListings'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CancelReservedInstancesListingResponse). Specifying the name of a property of type Amazon.EC2.Model.CancelReservedInstancesListingResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2ReservedInstancesListingCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ReservedInstancesListingId parameter. The -PassThru parameter is deprecated, use -Select '^ReservedInstancesListingId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2ReservedInstancesListingCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.StopEC2SpotFleetRequestCmdlet"> <summary> Cancels the specified Spot Fleet requests. <para> After you cancel a Spot Fleet request, the Spot Fleet launches no new instances. </para><para> You must also specify whether a canceled Spot Fleet request should terminate its instances. If you choose to terminate the instances, the Spot Fleet request enters the <c>cancelled_terminating</c> state. Otherwise, the Spot Fleet request enters the <c>cancelled_running</c> state and the instances continue to run until they are interrupted or you terminate them manually. </para><para><b>Restrictions</b></para><ul><li><para> You can delete up to 100 fleets in a single request. If you exceed the specified number, no fleets are deleted. </para></li></ul> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2SpotFleetRequestCmdlet.SpotFleetRequestId"> <summary> <para> <para>The IDs of the Spot Fleet requests.</para><para>Constraint: You can specify up to 100 IDs in a single request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2SpotFleetRequestCmdlet.TerminateInstance"> <summary> <para> <para>Indicates whether to terminate the associated instances when the Spot Fleet request is canceled. The default is to terminate the instances.</para><para>To let the instances continue to run after the Spot Fleet request is canceled, specify <c>no-terminate-instances</c>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2SpotFleetRequestCmdlet.Select"> <summary> 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.CancelSpotFleetRequestsResponse). Specifying the name of a property of type Amazon.EC2.Model.CancelSpotFleetRequestsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2SpotFleetRequestCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SpotFleetRequestId parameter. The -PassThru parameter is deprecated, use -Select '^SpotFleetRequestId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2SpotFleetRequestCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.StopEC2SpotInstanceRequestCmdlet"> <summary> Cancels one or more Spot Instance requests. <important><para> Canceling a Spot Instance request does not terminate running Spot Instances associated with the request. </para></important> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2SpotInstanceRequestCmdlet.SpotInstanceRequestId"> <summary> <para> <para>The IDs of the Spot Instance requests.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2SpotInstanceRequestCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'CancelledSpotInstanceRequests'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.CancelSpotInstanceRequestsResponse). Specifying the name of a property of type Amazon.EC2.Model.CancelSpotInstanceRequestsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2SpotInstanceRequestCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SpotInstanceRequestId parameter. The -PassThru parameter is deprecated, use -Select '^SpotInstanceRequestId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.StopEC2SpotInstanceRequestCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.UnlockEC2SnapshotCmdlet"> <summary> Unlocks a snapshot that is locked in governance mode or that is locked in compliance mode but still in the cooling-off period. You can't unlock a snapshot that is locked in compliance mode after the cooling-off period has expired. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnlockEC2SnapshotCmdlet.SnapshotId"> <summary> <para> <para>The ID of the snapshot to unlock.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnlockEC2SnapshotCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'SnapshotId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.UnlockSnapshotResponse). Specifying the name of a property of type Amazon.EC2.Model.UnlockSnapshotResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnlockEC2SnapshotCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SnapshotId parameter. The -PassThru parameter is deprecated, use -Select '^SnapshotId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnlockEC2SnapshotCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2AddressCmdlet"> <summary> Disassociates an Elastic IP address from the instance or network interface it's associated with. <para> This is an idempotent operation. If you perform the operation more than once, Amazon EC2 doesn't return an error. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2AddressCmdlet.AssociationId"> <summary> <para> <para>The association ID. This parameter is required.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2AddressCmdlet.PublicIp"> <summary> <para> <para>Deprecated.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2AddressCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DisassociateAddressResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2AddressCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the PublicIp parameter. The -PassThru parameter is deprecated, use -Select '^PublicIp' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2AddressCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2ByoipCidrCmdlet"> <summary> Releases the specified address range that you provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP) and deletes the corresponding address pool. <para> Before you can release an address range, you must stop advertising it using <a>WithdrawByoipCidr</a> and you must not have any IP addresses allocated from its address range. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2ByoipCidrCmdlet.Cidr"> <summary> <para> <para>The address range, in CIDR notation. The prefix must be the same prefix that you specified when you provisioned the address range.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2ByoipCidrCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ByoipCidr'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeprovisionByoipCidrResponse). Specifying the name of a property of type Amazon.EC2.Model.DeprovisionByoipCidrResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2ByoipCidrCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Cidr parameter. The -PassThru parameter is deprecated, use -Select '^Cidr' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2ByoipCidrCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2ClientVpnTargetNetworkCmdlet"> <summary> Disassociates a target network from the specified Client VPN endpoint. When you disassociate the last target network from a Client VPN, the following happens: <ul><li><para> The route that was automatically added for the VPC is deleted </para></li><li><para> All active client connections are terminated </para></li><li><para> New client connections are disallowed </para></li><li><para> The Client VPN endpoint's status changes to <c>pending-associate</c></para></li></ul> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2ClientVpnTargetNetworkCmdlet.AssociationId"> <summary> <para> <para>The ID of the target network association.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2ClientVpnTargetNetworkCmdlet.ClientVpnEndpointId"> <summary> <para> <para>The ID of the Client VPN endpoint from which to disassociate the target network.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2ClientVpnTargetNetworkCmdlet.Select"> <summary> 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.DisassociateClientVpnTargetNetworkResponse). Specifying the name of a property of type Amazon.EC2.Model.DisassociateClientVpnTargetNetworkResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2ClientVpnTargetNetworkCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AssociationId parameter. The -PassThru parameter is deprecated, use -Select '^AssociationId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2ClientVpnTargetNetworkCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2EnclaveCertificateIamRoleCmdlet"> <summary> Disassociates an IAM role from an Certificate Manager (ACM) certificate. Disassociating an IAM role from an ACM certificate removes the Amazon S3 object that contains the certificate, certificate chain, and encrypted private key from the Amazon S3 bucket. It also revokes the IAM role's permission to use the KMS key used to encrypt the private key. This effectively revokes the role's permission to use the certificate. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2EnclaveCertificateIamRoleCmdlet.CertificateArn"> <summary> <para> <para>The ARN of the ACM certificate from which to disassociate the IAM role.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2EnclaveCertificateIamRoleCmdlet.RoleArn"> <summary> <para> <para>The ARN of the IAM role to disassociate.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2EnclaveCertificateIamRoleCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DisassociateEnclaveCertificateIamRoleResponse). Specifying the name of a property of type Amazon.EC2.Model.DisassociateEnclaveCertificateIamRoleResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2EnclaveCertificateIamRoleCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the CertificateArn parameter. The -PassThru parameter is deprecated, use -Select '^CertificateArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2EnclaveCertificateIamRoleCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2IamInstanceProfileCmdlet"> <summary> Disassociates an IAM instance profile from a running or stopped instance. <para> Use <a>DescribeIamInstanceProfileAssociations</a> to get the association ID. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2IamInstanceProfileCmdlet.AssociationId"> <summary> <para> <para>The ID of the IAM instance profile association.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2IamInstanceProfileCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'IamInstanceProfileAssociation'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DisassociateIamInstanceProfileResponse). Specifying the name of a property of type Amazon.EC2.Model.DisassociateIamInstanceProfileResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2IamInstanceProfileCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AssociationId parameter. The -PassThru parameter is deprecated, use -Select '^AssociationId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2IamInstanceProfileCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2ImageCmdlet"> <summary> Deregisters the specified AMI. After you deregister an AMI, it can't be used to launch new instances. <para> If you deregister an AMI that matches a Recycle Bin retention rule, the AMI is retained in the Recycle Bin for the specified retention period. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin.html">Recycle Bin</a> in the <i>Amazon EC2 User Guide</i>. </para><para> When you deregister an AMI, it doesn't affect any instances that you've already launched from the AMI. You'll continue to incur usage costs for those instances until you terminate them. </para><para> When you deregister an Amazon EBS-backed AMI, it doesn't affect the snapshot that was created for the root volume of the instance during the AMI creation process. When you deregister an instance store-backed AMI, it doesn't affect the files that you uploaded to Amazon S3 when you created the AMI. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2ImageCmdlet.ImageId"> <summary> <para> <para>The ID of the AMI.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2ImageCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeregisterImageResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2ImageCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ImageId parameter. The -PassThru parameter is deprecated, use -Select '^ImageId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2ImageCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2InstanceEventNotificationAttributeCmdlet"> <summary> Deregisters tag keys to prevent tags that have the specified tag keys from being included in scheduled event notifications for resources in the Region. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2InstanceEventNotificationAttributeCmdlet.InstanceTagAttribute_IncludeAllTagsOfInstance"> <summary> <para> <para>Indicates whether to deregister all tag keys in the current Region. Specify <c>false</c> to deregister all tag keys.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2InstanceEventNotificationAttributeCmdlet.InstanceTagAttribute_InstanceTagKey"> <summary> <para> <para>Information about the tag keys to deregister.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2InstanceEventNotificationAttributeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InstanceTagAttribute'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeregisterInstanceEventNotificationAttributesResponse). Specifying the name of a property of type Amazon.EC2.Model.DeregisterInstanceEventNotificationAttributesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2InstanceEventNotificationAttributeCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceTagAttribute_IncludeAllTagsOfInstance parameter. The -PassThru parameter is deprecated, use -Select '^InstanceTagAttribute_IncludeAllTagsOfInstance' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2InstanceEventNotificationAttributeCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2InstanceEventWindowCmdlet"> <summary> Disassociates one or more targets from an event window. <para> For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/event-windows.html">Define event windows for scheduled events</a> in the <i>Amazon EC2 User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2InstanceEventWindowCmdlet.AssociationTarget_DedicatedHostId"> <summary> <para> <para>The IDs of the Dedicated Hosts to disassociate from the event window.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2InstanceEventWindowCmdlet.InstanceEventWindowId"> <summary> <para> <para>The ID of the event window.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2InstanceEventWindowCmdlet.AssociationTarget_InstanceId"> <summary> <para> <para>The IDs of the instances to disassociate from the event window.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2InstanceEventWindowCmdlet.AssociationTarget_InstanceTag"> <summary> <para> <para>The instance tags to disassociate from the event window. Any instances associated with the tags will be disassociated from the event window.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2InstanceEventWindowCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InstanceEventWindow'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DisassociateInstanceEventWindowResponse). Specifying the name of a property of type Amazon.EC2.Model.DisassociateInstanceEventWindowResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2InstanceEventWindowCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the InstanceEventWindowId parameter. The -PassThru parameter is deprecated, use -Select '^InstanceEventWindowId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2InstanceEventWindowCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2IpamByoasnCmdlet"> <summary> Remove the association between your Autonomous System Number (ASN) and your BYOIP CIDR. You may want to use this action to disassociate an ASN from a CIDR or if you want to swap ASNs. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/tutorials-byoasn.html">Tutorial: Bring your ASN to IPAM</a> in the <i>Amazon VPC IPAM guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2IpamByoasnCmdlet.Asn"> <summary> <para> <para>A public 2-byte or 4-byte ASN.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2IpamByoasnCmdlet.Cidr"> <summary> <para> <para>A BYOIP CIDR.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2IpamByoasnCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'AsnAssociation'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DisassociateIpamByoasnResponse). Specifying the name of a property of type Amazon.EC2.Model.DisassociateIpamByoasnResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2IpamByoasnCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Asn parameter. The -PassThru parameter is deprecated, use -Select '^Asn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2IpamByoasnCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2IpamPoolCidrCmdlet"> <summary> Deprovision a CIDR provisioned from an IPAM pool. If you deprovision a CIDR from a pool that has a source pool, the CIDR is recycled back into the source pool. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/depro-pool-cidr-ipam.html">Deprovision pool CIDRs</a> in the <i>Amazon VPC IPAM User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2IpamPoolCidrCmdlet.Cidr"> <summary> <para> <para>The CIDR which you want to deprovision from the pool.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2IpamPoolCidrCmdlet.IpamPoolId"> <summary> <para> <para>The ID of the pool that has the CIDR you want to deprovision.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2IpamPoolCidrCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'IpamPoolCidr'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeprovisionIpamPoolCidrResponse). Specifying the name of a property of type Amazon.EC2.Model.DeprovisionIpamPoolCidrResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2IpamPoolCidrCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the IpamPoolId parameter. The -PassThru parameter is deprecated, use -Select '^IpamPoolId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2IpamPoolCidrCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2IpamResourceDiscoveryCmdlet"> <summary> Disassociates a resource discovery from an Amazon VPC IPAM. A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2IpamResourceDiscoveryCmdlet.IpamResourceDiscoveryAssociationId"> <summary> <para> <para>A resource discovery association ID.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2IpamResourceDiscoveryCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'IpamResourceDiscoveryAssociation'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DisassociateIpamResourceDiscoveryResponse). Specifying the name of a property of type Amazon.EC2.Model.DisassociateIpamResourceDiscoveryResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2IpamResourceDiscoveryCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the IpamResourceDiscoveryAssociationId parameter. The -PassThru parameter is deprecated, use -Select '^IpamResourceDiscoveryAssociationId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2IpamResourceDiscoveryCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2Ipv6AddressListCmdlet"> <summary> Unassigns one or more IPv6 addresses IPv4 Prefix Delegation prefixes from a network interface. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2Ipv6AddressListCmdlet.Ipv6Address"> <summary> <para> <para>The IPv6 addresses to unassign from the network interface.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2Ipv6AddressListCmdlet.Ipv6Prefix"> <summary> <para> <para>The IPv6 prefixes to unassign from the network interface.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2Ipv6AddressListCmdlet.NetworkInterfaceId"> <summary> <para> <para>The ID of the network interface.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2Ipv6AddressListCmdlet.Select"> <summary> 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.UnassignIpv6AddressesResponse). Specifying the name of a property of type Amazon.EC2.Model.UnassignIpv6AddressesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2Ipv6AddressListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NetworkInterfaceId parameter. The -PassThru parameter is deprecated, use -Select '^NetworkInterfaceId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2Ipv6AddressListCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2NatGatewayAddressCmdlet"> <summary> Disassociates secondary Elastic IP addresses (EIPs) from a public NAT gateway. You cannot disassociate your primary EIP. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-edit-secondary">Edit secondary IP address associations</a> in the <i>Amazon VPC User Guide</i>. <para> While disassociating is in progress, you cannot associate/disassociate additional EIPs while the connections are being drained. You are, however, allowed to delete the NAT gateway. </para><para> An EIP is released only at the end of MaxDrainDurationSeconds. It stays associated and supports the existing connections but does not support any new connections (new connections are distributed across the remaining associated EIPs). As the existing connections drain out, the EIPs (and the corresponding private IP addresses mapped to them) are released. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2NatGatewayAddressCmdlet.AssociationId"> <summary> <para> <para>The association IDs of EIPs that have been associated with the NAT gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2NatGatewayAddressCmdlet.MaxDrainDurationSecond"> <summary> <para> <para>The maximum amount of time to wait (in seconds) before forcibly releasing the IP addresses if connections are still in progress. Default value is 350 seconds.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2NatGatewayAddressCmdlet.NatGatewayId"> <summary> <para> <para>The ID of the NAT gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2NatGatewayAddressCmdlet.Select"> <summary> 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.DisassociateNatGatewayAddressResponse). Specifying the name of a property of type Amazon.EC2.Model.DisassociateNatGatewayAddressResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2NatGatewayAddressCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NatGatewayId parameter. The -PassThru parameter is deprecated, use -Select '^NatGatewayId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2NatGatewayAddressCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2PrivateIpAddressCmdlet"> <summary> Unassigns one or more secondary private IP addresses, or IPv4 Prefix Delegation prefixes from a network interface. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2PrivateIpAddressCmdlet.Ipv4Prefix"> <summary> <para> <para>The IPv4 prefixes to unassign from the network interface.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2PrivateIpAddressCmdlet.NetworkInterfaceId"> <summary> <para> <para>The ID of the network interface.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2PrivateIpAddressCmdlet.PrivateIpAddress"> <summary> <para> <para>The secondary private IP addresses to unassign from the network interface. You can specify this option multiple times to unassign more than one IP address.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2PrivateIpAddressCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.UnassignPrivateIpAddressesResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2PrivateIpAddressCmdlet.PassThru"> <summary> Returns the secondary private IP addresses The -PassThru parameter is deprecated, use -Select instead. This parameter will be removed in future </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2PrivateIpAddressCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2PrivateNatGatewayAddressCmdlet"> <summary> Unassigns secondary private IPv4 addresses from a private NAT gateway. You cannot unassign your primary private IP. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-edit-secondary">Edit secondary IP address associations</a> in the <i>Amazon VPC User Guide</i>. <para> While unassigning is in progress, you cannot assign/unassign additional IP addresses while the connections are being drained. You are, however, allowed to delete the NAT gateway. </para><para> A private IP address will only be released at the end of MaxDrainDurationSeconds. The private IP addresses stay associated and support the existing connections, but do not support any new connections (new connections are distributed across the remaining assigned private IP address). After the existing connections drain out, the private IP addresses are released. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2PrivateNatGatewayAddressCmdlet.MaxDrainDurationSecond"> <summary> <para> <para>The maximum amount of time to wait (in seconds) before forcibly releasing the IP addresses if connections are still in progress. Default value is 350 seconds.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2PrivateNatGatewayAddressCmdlet.NatGatewayId"> <summary> <para> <para>The ID of the NAT gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2PrivateNatGatewayAddressCmdlet.PrivateIpAddress"> <summary> <para> <para>The private IPv4 addresses you want to unassign.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2PrivateNatGatewayAddressCmdlet.Select"> <summary> 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.UnassignPrivateNatGatewayAddressResponse). Specifying the name of a property of type Amazon.EC2.Model.UnassignPrivateNatGatewayAddressResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2PrivateNatGatewayAddressCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the NatGatewayId parameter. The -PassThru parameter is deprecated, use -Select '^NatGatewayId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2PrivateNatGatewayAddressCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2PublicIpv4PoolCidrCmdlet"> <summary> Deprovision a CIDR from a public IPv4 pool. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2PublicIpv4PoolCidrCmdlet.Cidr"> <summary> <para> <para>The CIDR you want to deprovision from the pool. Enter the CIDR you want to deprovision with a netmask of <c>/32</c>. You must rerun this command for each IP address in the CIDR range. If your CIDR is a <c>/24</c>, you will have to run this command to deprovision each of the 256 IP addresses in the <c>/24</c> CIDR.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2PublicIpv4PoolCidrCmdlet.PoolId"> <summary> <para> <para>The ID of the pool that you want to deprovision the CIDR from.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2PublicIpv4PoolCidrCmdlet.Select"> <summary> 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.DeprovisionPublicIpv4PoolCidrResponse). Specifying the name of a property of type Amazon.EC2.Model.DeprovisionPublicIpv4PoolCidrResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2PublicIpv4PoolCidrCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the PoolId parameter. The -PassThru parameter is deprecated, use -Select '^PoolId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2PublicIpv4PoolCidrCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2RouteTableCmdlet"> <summary> Disassociates a subnet or gateway from a route table. <para> After you perform this action, the subnet no longer uses the routes in the route table. Instead, it uses the routes in the VPC's main route table. For more information about route tables, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Route_Tables.html">Route tables</a> in the <i>Amazon VPC User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2RouteTableCmdlet.AssociationId"> <summary> <para> <para>The association ID representing the current association between the route table and subnet or gateway.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2RouteTableCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DisassociateRouteTableResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2RouteTableCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AssociationId parameter. The -PassThru parameter is deprecated, use -Select '^AssociationId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2RouteTableCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2SubnetCidrBlockCmdlet"> <summary> Disassociates a CIDR block from a subnet. Currently, you can disassociate an IPv6 CIDR block only. You must detach or delete all gateways and resources that are associated with the CIDR block before you can disassociate it. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2SubnetCidrBlockCmdlet.AssociationId"> <summary> <para> <para>The association ID for the CIDR block.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2SubnetCidrBlockCmdlet.Select"> <summary> 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.DisassociateSubnetCidrBlockResponse). Specifying the name of a property of type Amazon.EC2.Model.DisassociateSubnetCidrBlockResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2SubnetCidrBlockCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AssociationId parameter. The -PassThru parameter is deprecated, use -Select '^AssociationId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2SubnetCidrBlockCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TransitGatewayMulticastDomainCmdlet"> <summary> Disassociates the specified subnets from the transit gateway multicast domain. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TransitGatewayMulticastDomainCmdlet.SubnetId"> <summary> <para> <para>The IDs of the subnets;</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TransitGatewayMulticastDomainCmdlet.TransitGatewayAttachmentId"> <summary> <para> <para>The ID of the attachment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TransitGatewayMulticastDomainCmdlet.TransitGatewayMulticastDomainId"> <summary> <para> <para>The ID of the transit gateway multicast domain.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TransitGatewayMulticastDomainCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Associations'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DisassociateTransitGatewayMulticastDomainResponse). Specifying the name of a property of type Amazon.EC2.Model.DisassociateTransitGatewayMulticastDomainResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TransitGatewayMulticastDomainCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayMulticastDomainId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayMulticastDomainId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TransitGatewayMulticastDomainCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TransitGatewayMulticastGroupMemberCmdlet"> <summary> Deregisters the specified members (network interfaces) from the transit gateway multicast group. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TransitGatewayMulticastGroupMemberCmdlet.GroupIpAddress"> <summary> <para> <para>The IP address assigned to the transit gateway multicast group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TransitGatewayMulticastGroupMemberCmdlet.NetworkInterfaceId"> <summary> <para> <para>The IDs of the group members' network interfaces.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TransitGatewayMulticastGroupMemberCmdlet.TransitGatewayMulticastDomainId"> <summary> <para> <para>The ID of the transit gateway multicast domain.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TransitGatewayMulticastGroupMemberCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'DeregisteredMulticastGroupMembers'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeregisterTransitGatewayMulticastGroupMembersResponse). Specifying the name of a property of type Amazon.EC2.Model.DeregisterTransitGatewayMulticastGroupMembersResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TransitGatewayMulticastGroupMemberCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayMulticastDomainId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayMulticastDomainId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TransitGatewayMulticastGroupMemberCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TransitGatewayMulticastGroupSourceCmdlet"> <summary> Deregisters the specified sources (network interfaces) from the transit gateway multicast group. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TransitGatewayMulticastGroupSourceCmdlet.GroupIpAddress"> <summary> <para> <para>The IP address assigned to the transit gateway multicast group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TransitGatewayMulticastGroupSourceCmdlet.NetworkInterfaceId"> <summary> <para> <para>The IDs of the group sources' network interfaces.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TransitGatewayMulticastGroupSourceCmdlet.TransitGatewayMulticastDomainId"> <summary> <para> <para>The ID of the transit gateway multicast domain.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TransitGatewayMulticastGroupSourceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'DeregisteredMulticastGroupSources'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DeregisterTransitGatewayMulticastGroupSourcesResponse). Specifying the name of a property of type Amazon.EC2.Model.DeregisterTransitGatewayMulticastGroupSourcesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TransitGatewayMulticastGroupSourceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayMulticastDomainId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayMulticastDomainId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TransitGatewayMulticastGroupSourceCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TransitGatewayPolicyTableCmdlet"> <summary> Removes the association between an an attachment and a policy table. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TransitGatewayPolicyTableCmdlet.TransitGatewayAttachmentId"> <summary> <para> <para>The ID of the transit gateway attachment to disassociate from the policy table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TransitGatewayPolicyTableCmdlet.TransitGatewayPolicyTableId"> <summary> <para> <para>The ID of the disassociated policy table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TransitGatewayPolicyTableCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Association'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DisassociateTransitGatewayPolicyTableResponse). Specifying the name of a property of type Amazon.EC2.Model.DisassociateTransitGatewayPolicyTableResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TransitGatewayRouteTableCmdlet"> <summary> Disassociates a resource attachment from a transit gateway route table. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TransitGatewayRouteTableCmdlet.TransitGatewayAttachmentId"> <summary> <para> <para>The ID of the attachment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TransitGatewayRouteTableCmdlet.TransitGatewayRouteTableId"> <summary> <para> <para>The ID of the transit gateway route table.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TransitGatewayRouteTableCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Association'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DisassociateTransitGatewayRouteTableResponse). Specifying the name of a property of type Amazon.EC2.Model.DisassociateTransitGatewayRouteTableResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TransitGatewayRouteTableCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the TransitGatewayAttachmentId parameter. The -PassThru parameter is deprecated, use -Select '^TransitGatewayAttachmentId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TransitGatewayRouteTableCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TrunkInterfaceCmdlet"> <summary> Removes an association between a branch network interface with a trunk network interface. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TrunkInterfaceCmdlet.AssociationId"> <summary> <para> <para>The ID of the association</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TrunkInterfaceCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TrunkInterfaceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.DisassociateTrunkInterfaceResponse). Specifying the name of a property of type Amazon.EC2.Model.DisassociateTrunkInterfaceResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TrunkInterfaceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AssociationId parameter. The -PassThru parameter is deprecated, use -Select '^AssociationId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2TrunkInterfaceCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2VpcCidrBlockCmdlet"> <summary> Disassociates a CIDR block from a VPC. To disassociate the CIDR block, you must specify its association ID. You can get the association ID by using <a>DescribeVpcs</a>. You must detach or delete all gateways and resources that are associated with the CIDR block before you can disassociate it. <para> You cannot disassociate the CIDR block with which you originally created the VPC (the primary CIDR block). </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2VpcCidrBlockCmdlet.AssociationId"> <summary> <para> <para>The association ID for the CIDR block.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2VpcCidrBlockCmdlet.Select"> <summary> 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.DisassociateVpcCidrBlockResponse). Specifying the name of a property of type Amazon.EC2.Model.DisassociateVpcCidrBlockResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2VpcCidrBlockCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the AssociationId parameter. The -PassThru parameter is deprecated, use -Select '^AssociationId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UnregisterEC2VpcCidrBlockCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.UpdateEC2SecurityGroupRuleEgressDescriptionCmdlet"> <summary> Updates the description of an egress (outbound) security group rule. You can replace an existing description, or add a description to a rule that did not have one previously. You can remove a description for a security group rule by omitting the description parameter in the request. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UpdateEC2SecurityGroupRuleEgressDescriptionCmdlet.GroupId"> <summary> <para> <para>The ID of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UpdateEC2SecurityGroupRuleEgressDescriptionCmdlet.GroupName"> <summary> <para> <para>[Default VPC] The name of the security group. You must specify either the security group ID or the security group name.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UpdateEC2SecurityGroupRuleEgressDescriptionCmdlet.IpPermission"> <summary> <para> <para>The IP permissions for the security group rule. You must specify either the IP permissions or the description.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UpdateEC2SecurityGroupRuleEgressDescriptionCmdlet.SecurityGroupRuleDescription"> <summary> <para> <para>The description for the egress security group rules. You must specify either the description or the IP permissions.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UpdateEC2SecurityGroupRuleEgressDescriptionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.UpdateSecurityGroupRuleDescriptionsEgressResponse). Specifying the name of a property of type Amazon.EC2.Model.UpdateSecurityGroupRuleDescriptionsEgressResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UpdateEC2SecurityGroupRuleEgressDescriptionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GroupId parameter. The -PassThru parameter is deprecated, use -Select '^GroupId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UpdateEC2SecurityGroupRuleEgressDescriptionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.EC2.UpdateEC2SecurityGroupRuleIngressDescriptionCmdlet"> <summary> Updates the description of an ingress (inbound) security group rule. You can replace an existing description, or add a description to a rule that did not have one previously. You can remove a description for a security group rule by omitting the description parameter in the request. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UpdateEC2SecurityGroupRuleIngressDescriptionCmdlet.GroupId"> <summary> <para> <para>The ID of the security group. You must specify either the security group ID or the security group name in the request. For security groups in a nondefault VPC, you must specify the security group ID.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UpdateEC2SecurityGroupRuleIngressDescriptionCmdlet.GroupName"> <summary> <para> <para>[Default VPC] The name of the security group. You must specify either the security group ID or the security group name. For security groups in a nondefault VPC, you must specify the security group ID.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UpdateEC2SecurityGroupRuleIngressDescriptionCmdlet.IpPermission"> <summary> <para> <para>The IP permissions for the security group rule. You must specify either IP permissions or a description.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UpdateEC2SecurityGroupRuleIngressDescriptionCmdlet.SecurityGroupRuleDescription"> <summary> <para> <para>The description for the ingress security group rules. You must specify either a description or IP permissions.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UpdateEC2SecurityGroupRuleIngressDescriptionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Return'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.EC2.Model.UpdateSecurityGroupRuleDescriptionsIngressResponse). Specifying the name of a property of type Amazon.EC2.Model.UpdateSecurityGroupRuleDescriptionsIngressResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UpdateEC2SecurityGroupRuleIngressDescriptionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the GroupId parameter. The -PassThru parameter is deprecated, use -Select '^GroupId' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.EC2.UpdateEC2SecurityGroupRuleIngressDescriptionCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> </members> </doc> |