class Aws::Route53Resolver::Types::CreateFirewallRuleGroupRequest
@note When making an API call, you may pass CreateFirewallRuleGroupRequest
data as a hash: { creator_request_id: "CreatorRequestId", # required name: "Name", # required tags: [ { key: "TagKey", # required value: "TagValue", # required }, ], }
@!attribute [rw] creator_request_id
A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp. **A suitable default value is auto-generated.** You should normally not need to pass this option. @return [String]
@!attribute [rw] name
A name that lets you identify the rule group, to manage and use it. @return [String]
@!attribute [rw] tags
A list of the tag keys and values that you want to associate with the rule group. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/CreateFirewallRuleGroupRequest AWS API Documentation
Constants
- SENSITIVE