Method: ESP::ExternalAccount.create

Defined in:
lib/esp/resources/external_account.rb

.create(attributes = {}) ⇒ ESP::ExternalAccount

Create an ExternalAccount. call-seq -> super.create(attributes={})

Examples:

 = ESP::ExternalAccount.create(arn: 'arn:from:aws', external_id: 'c40e6af4-a5a0-422a-9a42-3d7d236c3428', sub_organization_id: 4, team_id: 8)

Parameters:

  • attributes (Hash) (defaults to: {})

    Required hash of external account attributes.

    Valid Attributes

    See API documentation for valid arguments

Returns:



# File 'lib/esp/resources/external_account.rb', line 83