Connect / Paginator / ListSecurityProfileFlowModules
ListSecurityProfileFlowModulesΒΆ
- class Connect.Paginator.ListSecurityProfileFlowModulesΒΆ
paginator = client.get_paginator('list_security_profile_flow_modules')
- paginate(**kwargs)ΒΆ
Creates an iterator that will paginate through responses from
Connect.Client.list_security_profile_flow_modules().See also: AWS API Documentation
Request Syntax
response_iterator = paginator.paginate( SecurityProfileId='string', InstanceId='string', PaginationConfig={ 'MaxItems': 123, 'PageSize': 123, 'StartingToken': 'string' } )
- Parameters:
SecurityProfileId (string) β
[REQUIRED]
The identifier for the security profile.
InstanceId (string) β
[REQUIRED]
The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
PaginationConfig (dict) β
A dictionary that provides parameters to control pagination.
MaxItems (integer) β
The total number of items to return. If the total number of items available is more than the value specified in max-items then a
NextTokenwill be provided in the output that you can use to resume pagination.PageSize (integer) β
The size of each page.
StartingToken (string) β
A token to specify where to start paginating. This is the
NextTokenfrom a previous response.
- Return type:
dict
- Returns:
Response Syntax
{ 'AllowedFlowModules': [ { 'Type': 'MCP', 'FlowModuleId': 'string' }, ], 'LastModifiedTime': datetime(2015, 1, 1), 'LastModifiedRegion': 'string' }
Response Structure
(dict) β
AllowedFlowModules (list) β
A list of Flow Modules an AI Agent can invoke as a tool.
(dict) β
A list of Flow Modules an AI Agent can invoke as a tool
Type (string) β
Only Type we support is MCP.
FlowModuleId (string) β
If of Flow Modules invocable as tool
LastModifiedTime (datetime) β
The time the flow module was last modified.
LastModifiedRegion (string) β
The Region that flow module was last modified in.