You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>High-level information about the managed rule group that your own rule group is copied from. You can use the the metadata to track version updates made to the originating rule group. You can retrieve all objects for a rule group by calling <a href="https://docs.aws.amazon.com/network-firewall/latest/APIReference/API_DescribeRuleGroup.html">DescribeRuleGroup</a>.</p>
1940
+
*/
1941
+
exportinterfaceSourceMetadata{
1942
+
/**
1943
+
* <p>The Amazon Resource Name (ARN) of the rule group that your own rule group is copied from.</p>
1944
+
*/
1945
+
SourceArn?: string;
1946
+
1947
+
/**
1948
+
* <p>The update token of the Amazon Web Services managed rule group that your own rule group is copied from. To determine the update token for the managed rule group, call <a href="https://docs.aws.amazon.com/network-firewall/latest/APIReference/API_DescribeRuleGroup.html#networkfirewall-DescribeRuleGroup-response-UpdateToken">DescribeRuleGroup</a>.</p>
* <p>A complex type that contains metadata about the rule group that your own rule group is copied from. You can use the metadata to keep track of updates made to the originating rule group.</p>
* <p>A complex type that contains metadata about the rule group that your own rule group is copied from. You can use the metadata to track the version updates made to the originating rule group.</p>
2154
+
*/
2155
+
SourceMetadata?: SourceMetadata;
2156
+
2157
+
/**
2158
+
* <p>The Amazon resource name (ARN) of the Amazon Simple Notification Service SNS topic that's
2159
+
* used to record changes to the managed rule group. You can subscribe to the SNS topic to receive
2160
+
* notifications when the managed rule group is modified, such as for new versions and for version
2161
+
* expiration. For more information, see the <a href="https://docs.aws.amazon.com/sns/latest/dg/welcome.html">Amazon Simple Notification Service Developer Guide.</a>.</p>
2162
+
*/
2163
+
SnsTopic?: string;
2164
+
2165
+
/**
2166
+
* <p>The last time that the rule group was changed.</p>
* <code>MANAGED</code> returns all available managed rule groups.</p>
3025
3087
*/
3026
3088
Scope?: ResourceManagedStatus|string;
3089
+
3090
+
/**
3091
+
* <p>Indicates the general category of the Amazon Web Services managed rule group.</p>
3092
+
*/
3093
+
ManagedType?: ResourceManagedType|string;
3094
+
3095
+
/**
3096
+
* <p>Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules.</p>
* <p>A complex type that contains metadata about the rule group that your own rule group is copied from. You can use the metadata to keep track of updates made to the originating rule group.</p>
0 commit comments