Add-VSWAFRegionalGeoMatchSetGeoMatchConstraint
Add-VSWAFRegionalGeoMatchSetGeoMatchConstraint
SYNOPSIS
Adds an AWS::WAFRegional::GeoMatchSet.GeoMatchConstraint resource property to the template. Note
SYNTAX
Add-VSWAFRegionalGeoMatchSetGeoMatchConstraint [-Type] <Object> [-Value] <Object> [<CommonParameters>]
DESCRIPTION
Adds an AWS::WAFRegional::GeoMatchSet.GeoMatchConstraint resource property to the template. Note
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic: https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide: https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
The country from which web requests originate that you want AWS WAF to search for.
PARAMETERS
-Type
The type of geographical area you want AWS WAF to search for. Currently Country is the only valid value.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-geomatchset-geomatchconstraint.html#cfn-wafregional-geomatchset-geomatchconstraint-type PrimitiveType: String UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Value
The country that you want AWS WAF to search for.
Documentation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-geomatchset-geomatchconstraint.html#cfn-wafregional-geomatchset-geomatchconstraint-value PrimitiveType: String UpdateType: Mutable
Type: Object
Parameter Sets: (All)
Aliases:
Required: True
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.