APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetAccountPasswordPolicy

APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetAccountPasswordPolicy. 2 operations. Lead operation: #Action=GetAccountPasswordPolicy. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering Platform#Action=GetAccountPasswordPolicy

What You Can Do

GET
Getgetaccountpasswordpolicy — Retrieves the password policy for the Amazon Web Services account. This tells you the complexity requirements and mandatory rotation periods for the IAM user passwords in your account. For more information about using a password policy, see
/v1/action-getaccountpasswordpolicy
POST
Postgetaccountpasswordpolicy — Retrieves the password policy for the Amazon Web Services account. This tells you the complexity requirements and mandatory rotation periods for the IAM user passwords in your account. For more information about using a password policy, see
/v1/action-getaccountpasswordpolicy

MCP Tools

retrieves-password-policy-amazon-web

Retrieves the password policy for the Amazon Web Services account. This tells you the complexity requirements and mandatory rotation periods for the IAM user passwords in your account. For more information about using a password policy, see

read-only idempotent
retrieves-password-policy-amazon-web-2

Retrieves the password policy for the Amazon Web Services account. This tells you the complexity requirements and mandatory rotation periods for the IAM user passwords in your account. For more information about using a password policy, see

read-only

Capability Spec

aws-iam-action-getaccountpasswordpolicy.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetAccountPasswordPolicy'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetAccountPasswordPolicy. 2 operations.
    Lead operation: #Action=GetAccountPasswordPolicy. Self-contained Naftiko capability covering one Engineering Platform
    business surface.'
  tags:
  - Engineering Platform
  - '#Action=GetAccountPasswordPolicy'
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: aws-iam-action-getaccountpasswordpolicy
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetAccountPasswordPolicy business
      capability. Self-contained, no shared references.'
    resources:
    - name: '#Action=GetAccountPasswordPolicy'
      path: /#Action=GetAccountPasswordPolicy
      operations:
      - name: getgetaccountpasswordpolicy
        method: GET
        description: Retrieves the password policy for the Amazon Web Services account. This tells you the complexity requirements
          and mandatory rotation periods for the IAM user passwords in your account. For more information about using a password
          policy, see
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postgetaccountpasswordpolicy
        method: POST
        description: Retrieves the password policy for the Amazon Web Services account. This tells you the complexity requirements
          and mandatory rotation periods for the IAM user passwords in your account. For more information about using a password
          policy, see
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: aws-iam-action-getaccountpasswordpolicy-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetAccountPasswordPolicy.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-getaccountpasswordpolicy
      name: action-getaccountpasswordpolicy
      description: 'REST surface for #Action=GetAccountPasswordPolicy.'
      operations:
      - method: GET
        name: getgetaccountpasswordpolicy
        description: Retrieves the password policy for the Amazon Web Services account. This tells you the complexity requirements
          and mandatory rotation periods for the IAM user passwords in your account. For more information about using a password
          policy, see
        call: aws-iam-action-getaccountpasswordpolicy.getgetaccountpasswordpolicy
        with:
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postgetaccountpasswordpolicy
        description: Retrieves the password policy for the Amazon Web Services account. This tells you the complexity requirements
          and mandatory rotation periods for the IAM user passwords in your account. For more information about using a password
          policy, see
        call: aws-iam-action-getaccountpasswordpolicy.postgetaccountpasswordpolicy
        with:
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-getaccountpasswordpolicy-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=GetAccountPasswordPolicy.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: retrieves-password-policy-amazon-web
      description: Retrieves the password policy for the Amazon Web Services account. This tells you the complexity requirements
        and mandatory rotation periods for the IAM user passwords in your account. For more information about using a password
        policy, see
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-getaccountpasswordpolicy.getgetaccountpasswordpolicy
      with:
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieves-password-policy-amazon-web-2
      description: Retrieves the password policy for the Amazon Web Services account. This tells you the complexity requirements
        and mandatory rotation periods for the IAM user passwords in your account. For more information about using a password
        policy, see
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: aws-iam-action-getaccountpasswordpolicy.postgetaccountpasswordpolicy
      with:
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.