CfnIPSetProps¶
-
class
aws_cdk.aws_wafv2.
CfnIPSetProps
(*, addresses, ip_address_version, scope, description=None, name=None, tags=None)¶ Bases:
object
Properties for defining a
AWS::WAFv2::IPSet
.- Parameters
addresses (
List
[str
]) –AWS::WAFv2::IPSet.Addresses
.ip_address_version (
str
) –AWS::WAFv2::IPSet.IPAddressVersion
.scope (
str
) –AWS::WAFv2::IPSet.Scope
.description (
Optional
[str
]) –AWS::WAFv2::IPSet.Description
.name (
Optional
[str
]) –AWS::WAFv2::IPSet.Name
.tags (
Optional
[List
[CfnTag
]]) –AWS::WAFv2::IPSet.Tags
.
- See
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-ipset.html
Attributes
-
addresses
¶ AWS::WAFv2::IPSet.Addresses
.
-
description
¶ AWS::WAFv2::IPSet.Description
.- See
- Return type
Optional
[str
]
-
ip_address_version
¶ AWS::WAFv2::IPSet.IPAddressVersion
.
-
name
¶ AWS::WAFv2::IPSet.Name
.- See
- Return type
Optional
[str
]
-
scope
¶ AWS::WAFv2::IPSet.Scope
.
AWS::WAFv2::IPSet.Tags
.- See
- Return type
Optional
[List
[CfnTag
]]