Import
Create a custom IAM policy from a JSON file and attach it to the app’s task role
tapit import iam_policy name=policy_name < policy.json
Required
- name
Parameters
name: Name for the custom policy (required)policy_json: The JSON document for the policy. Optionally used in tool-calling, when not importing via the CLI.