AWS Organizations (organizations)

2025-11-22

6 new actions, 1 new resource, 2 new conditions | 1 updated action

Additions

    Actions
  • DescribeResponsibilityTransfer
    • Description:  Grants permission to retrieve details about a previously responsibility transfer
    • Access:  Read
    • Resources: 

      Name: responsibilitytransfer

      Required: Yes

    • Conditions: 

      organizations:TransferType

      organizations:TransferDirection

  • InviteOrganizationToTransferResponsibility
    • Description:  Grants permission to send an invitation to another AWS account, asking it to transfer a particular responsibility to your organization
    • Access:  Write
    • Resources: 

      Name: account

      Required: No

    • Conditions: 

      organizations:TransferType

  • ListInboundResponsibilityTransfers
    • Description:  Grants permission to list all responsibilities of a particular type transfered to your organization
    • Access:  List
    • Conditions: 

      organizations:TransferType

      organizations:TransferDirection

  • ListOutboundResponsibilityTransfers
    • Description:  Grants permission to list all responsibilities of a particular type transfered to another organization
    • Access:  List
    • Conditions: 

      organizations:TransferType

      organizations:TransferDirection

  • TerminateResponsibilityTransfer
    • Description:  Grants permission to end the transfer for a responsibility to or from your organization
    • Access:  Write
    • Resources: 

      Name: responsibilitytransfer

      Required: Yes

    • Conditions: 

      organizations:TransferType

      organizations:TransferDirection

  • UpdateResponsibilityTransfer
    • Description:  Grants permission to rename a responsibility transfer to or from your organization
    • Access:  Write
    • Resources: 

      Name: responsibilitytransfer

      Required: Yes

    • Conditions: 

      organizations:TransferType

      organizations:TransferDirection

    Resources
  • responsibilitytransfer
    • Arn:  arn:${Partition}:organizations::${Account}:transfer/o-${OrganizationId}/${TransferType}/${TransferDirection}/rt-${ResponsibilityTransferId}
    • Conditions: 

      aws:ResourceTag/${TagKey}

Updates