createBillingGroup
abstract suspend fun createBillingGroup(input: CreateBillingGroupRequest): CreateBillingGroupResponse
Creates a billing group. If this call is made multiple times using the same billing group name and configuration, the call will succeed. If this call is made with the same billing group name but different configuration a ResourceAlreadyExistsException
is thrown.
Requires permission to access the CreateBillingGroup action.